body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5D5E63;
}
.header {
	background-color: #000000;
	height: 125px;
	width: 800px;
	background:#A5A08D;
}

.left_column {
	float: left;
	height: 950px;
	width: 200px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #336699;
	z-index:1;
	top: 142px;
	background-color: #336699;
}

.right_column {
	float: right;
	height: 950px;
	width: 600px;
	background: #E8EAFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BFCFFF;
}
.footer {
	padding-top: 10px;
	clear: right;
	height: 70px;
	width: 800px;
	background: #E8EAFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BFCFFF;
}
.footer a {
	clear: right;
	height: 30px;
	width: 800px;
	background: #E8EAFF;
}

.main_text {
	float: left;
	margin-left: 10px;
	height: 350px;
	width: 500px;
}

.left_text {
	float: left;
	margin-left: 10px;
	height: 380px;
	width: 250px;
}	

.right_text {
	float: right;
	margin-right: 10px;
	height: 380px;
	width: 250px;
}

.picture_block {
	position: absolute;
	background: #E8EAFF;
	margin-top: 25px;
	margin-left: 10px;
	height: 700px;
	width: 580px;
}

.splash_block {
	float: center;
	background: #E8EAFF;
	border: thick;
	border-color: #CCCCCC;
	height: 210px;
	width: 310px;
}	

.flash_block {
	margin-top: 25px;
	margin-left: 175px;
	background: #E8EAFF;
	height: 200px;
	width: 250px;
}	

#pscontent {
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0080FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #005CB9;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #80BFFF;
	}

