body {
	margin: 0px;
	font: 75%/1 arial, verdana, sans-serif;
}

.headerbox {
	/*background: orange;*/
	margin: 0px 0px 0px 0px;
	height: 150px;
	width: auto;
}

#header {
	/*background: orange;*/
	width: 300px;
	margin: 0px 0px 0px 5px;
	padding: 5px;
}

#header2 {
	background:pink;
	height: 20px;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.titlebox {
	/*background: orange;*/
	text-align:center;
	height:35px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color:gray;
	clear:both;
}

.textbox1 {
	/*background: orange;*/
	float:left;
	text-align:left;
	height:600px;
	width:650px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	color:gray;
	font-size:130%;
}

.textbox4 {
	/*background: orange;*/
	float:left;
	text-align:left;
	height:600px;
	width:550px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	color:gray;
	font-size:130%;
}

.textbox1 a:link, #extranavbar a:visited {
	text-decoration:none;
	color:gray;
}

.textbox2 {
	/*background: orange;*/
	float:right;
	text-align:left;
	height:600px;
	width:500px;
	padding: 0px;
	margin: 10px 35px 0px 0px;
	color:gray;
	font-size:130%;
}

.textbox3 {
	/*background: orange;*/
	float:right;
	text-align:left;
	height:610px;
	width:600px;
	padding: 0px;
	margin: 0px 35px 0px 0px;
	color:gray;
	font-size:130%;
}

.footer {
	background: pink;
	font-size: 80%;
	text-align:center;
	height:10px;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	color:gray;
	clear:both;
	text-decoration:none;
	color:gray;
}

.footer a:link, #extranavbar a:visited {
	text-decoration:none;
	color:gray;
}

#extranavbar { 
	height: 10px;
	float: left;
}

ul#extranavbar {
	width: auto;
	margin: 0px 0px 0px 20px;
	padding: 5px;
	text-align:left;
	
}	
ul#extranavbar li {
	display:inline;
	color: gray;
}
#extranavbar a:link, #extranavbar a:visited {
	text-decoration:none;
	color:gray;
}
#extranavbar a:hover {˙
	text-decoration:underline;
	color:gray;
}
