body {
	margin: 0px;
	padding: 0px;
	font: 10px Verdana,Arial,Helvetica,Sans-Serif;
	color: #B3BAC1;
	background: #00182E;
	overflow: auto;
}

p {
	margin: 0px 0px 10px 0px;
}

td {
	font: 10px Verdana,Arial,Helvetica,Sans-Serif;
	color: #B3BAC1;
}

a:link, a:visited {
	color: #667482;
	text-decoration: none;
}
a:hover {
	color: #E6E8EB;
}

.footer {
	font: 9px Verdana,Arial,Helvetica,Sans-Serif;
	color: #99A3AB;
}

h1 {
	font: bold 10px Verdana,Arial,Helvetica,Sans-Serif;
	color: #E6E8EB;
	margin: 0px 0px 0px 0px;
}

ul {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}
li {
	list-style-type: square;
	margin: 0px 0px 5px 0px;
}

#bg {
	position: absolute;
	z-index:0;
	top: 10px;
	left: 5px;
	width: 760px;
	height: 400px;
}

#hd {
	position: absolute;
	z-index:1;
	top: 20px;
	left: 5px;
	width: 760px;
	text-align: right;
}

#nav1 {
	position: absolute;
	z-index:1;
	top: 224px;
	left: 5px;
	width: 160px;
	background-color: #00182E;
}

#nav2 {
	position: absolute;
	z-index:1;
	top: 276px;
	left: 5px;
	width: 160px;
	background-color: #00182E;
}

#logo1 {
	position: absolute;
	z-index:0;
	top: 49px;
	left: 175px;
	width: 210px;
	height: 300px;
	overflow: hidden;
}
#logo1 img {width: 210px; height: 300px;}

#logo2 {
	position: absolute;
	z-index:0;
	top: 183px;
	left: 98px;
}
#logo2 img {width: 59px; height: 85px; border-top: 8px solid #00182E; border-left: 8px solid #00182E;}

#frontpic {
	position: absolute;
	z-index:0;
	top: 49px;
	left: 395px;
	width: 370px;
	height: 300px;
	overflow: hidden;
}
#frontpic img {width: 370px; height: 300px;}

#enlargement {
	position: absolute;
	z-index:1;
	top: 49px;
	left: 175px;
	width: 300px;
	height: 300px;
	overflow:hidden;
	clip:rect(0,300px,300px,0);
}

#thumbs {
	position: absolute;
	z-index:1;
	top: 364px;
	left: 174px;
	width: 516px;
	height: 41px;
	overflow:hidden;
	clip:rect(0,516px,41px,0);
}

#projectname {
	position: absolute;
	z-index:1;
	top: 59px;
	left: 490px;
	width: 250px;
	height: 40px;
	overflow:hidden;
	clip:rect(0,250px,40px,0);
}

#back {
	position: absolute;
	z-index:0;
	top: 377px;
	left: 5px;
	width: 760px;
	text-align: right;
}



