/* NAVIGATION STRUCTURE */

div#container {

width:800px;
border: 2px solid;

}

div#header{

width:800px;
height:150px;


}

div#Nav {

width: 200px;
float:left;
padding: 8px;



}

div#Content {
	width: 566px;
	float: right;
	padding: 8px;
	border: 1px solid;
	min-height: 700px;	
	

}


div#articleads {
	width: 300px;
	height: 250px;
	float:left;
	
	left: 338px;
	top: 221px;
}


div#bottomads {

width: 800px;
height: 30px;
clear: both;
border: 1px solid;
}

div#footer {

clear: both;
width: 800px;
height: 50px;
border: 1px solid;

}



/* FONT DRESS UP */

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.style3 {font-family: Georgia, "Times New Roman", Times, serif}
