body{
	margin:10px;
	background-color:#000;
	color:#e9dbbd;
	font-family:Times New Roman, serif;
	font-size:14px;
	text-align:justify;
}

div{
	position:absolute;
}

p{
	margin:5px;
	padding:5px;
}

img{
	border:none;
}

a:link, a:visited, a:active{
	color:#e9dbbd;
}

a:hover{
	color:#C00200;
	font-style:none;
}

hr{
	background-color:none;
	border: 1.5px solid #3c4d4e;
}



.header{
	letter-spacing:0.5px;
	font-family:Times New Roman, serif;
	font-size:13px;
	font-weight:bold;
	color:#0F471D;
}

.headerimg{
	letter-spacing:0.5px;
	border: 2px solid #0F471D;
	float:left;
}

/* class for the thumbnail images */

.thumb{
	margin-right:8px;
	margin-bottom:2px;
	border: 2px solid #003333;
	float:left;
}


/* styles for each div layer */

#layout{
	top:0px;
	left:100px;
}

#topnav{
	top:200px;
	width:700px;
	left:220px;
}

#main{
	top: 200px;
	left:185px;
	width:510px;
}

#copyright{
	width: 550px;
	top: 800px;
	left: 180px;
	z-index: 0;
}
x