body{
	background-color: #dcecd1;
}

img{
	border: 0px;
}

.container{
/*	background-color: blue; */
	width:100%;
	padding: -12px 0 0 0;
}

#navcontainer{
	float: left;
	position: fixed;
	top: 0px;
	left: 0px;
/*	background-color: purple; */
}

#nav{
	float: left;
/*	background-color: red; */
	width: 360px;
	height: 70px;
	padding-left: 0px;
}

#logo{
	background-repeat: no-repeat;
	background-image: url('../images/logo.gif');
	background-position: 0px -20px;
	float: left;
	width: 203px;
	height: 70px;
}

.content{
/*	background-color: green; */
	clear: both;
	width: 918px;
	height: 512px;
	margin-left: 50px;
}

.imageContent{
	clear: both;
/*	background-color: green; */
	width: 918px;
	height: auto;
	margin-left: 50px;
	margin-top: -11px;
	margin-bottom: 11px;
}


.infoDiv{
	background-color: #dcecd1;
	height: 350px;
	width: 743px;
	position: absolute;
	top: 130px;
	left: 210px;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 999;
	font-family: Courier;
	font-size: 10px;
}

.infoDivText{
width: 200px;
height: 350px;
}


#footer{
	background-image: url('../images/line_footer.gif');
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 968px;
	height: 14px;
	padding-left: 215px;
}

#realFooter{
	background-repeat: no-repeat;
	background-image: url('../images/footer.gif');
	clear: both;
	float: left;
	width: 968px;
	height: 51px;
	margin-top: 10px;
	padding-left: 215px;
}

#imageNumbers{
	position: absolute;
	top: 599px;
	left: 120px;
	font-family: courier;
	font-size: 15px;
	color: white;	
}

#imageNumbers A:link, #imageNumbers A:visited{
	color: white;
	text-decoration: none
}