

body {
	margin:				0;
	}

a img {
	text-decoration: none;
	border: 0 none;
	}
.logos {
	background-image:	url(../images/logos.jpg);
	background-repeat:	no-repeat;
	width:				700px;
	height:				40px;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-top:			0;
	margin-bottom:		0;
	}
.header {
	/*background-image:	url(../images/bg04.jpg);*/
		clear:				both;
	background-color:	#000000;
	width:				100%;
	height:				300px;
	margin-top:			0;
	border-top:			1px #336699 solid;
	border-bottom:		1px #336699 solid;
	text-align:			center;
	}
.rotate {
	width:				700px;
	height:				300px;
	background-image:	url(../images/random_images/rotate.php);
	background-repeat:	no-repeat;
	margin-top:			0;
	margin-bottom:		0;
	margin-left: 		auto;
	margin-right: 		auto;
/*	border-left:		1px #336699 solid;
	border-right:		1px #336699 solid;*/
	}
	

	
.logo {
	background-image:	url(../images/logo.png);
	background-repeat:	no-repeat;
	width:				300px;
	height:				300px;
	margin:				0;
	}
.subhead {
	border-bottom:		1px #336699 solid;
	margin:				0;
	position:			relative;
	}
	
.info {
	background-image:	url(../images/info.jpg);
	background-repeat:	no-repeat;
	width:				700px;
	height:				90px;
	margin-top:			0;
	margin-bottom:		0;
	margin-left: 		auto;
	margin-right: 		auto;
	
	}
.main {
	width:				700px;
	margin-top:			15px;
	margin-bottom:		15px;
	margin-left: 		auto;
	margin-right: 		auto;
	height: 			100%;
	}

/* left */

	/* Menu */


.left {
	float:			left;
	width:			180px;
 	margin-left:	15px;
	clear:			both;
	}

.menu {
	width:			180px;
 	margin-left:	0;
	line-height:	5px;
	/*border-bottom:	1px #336699 solid;*/
	}
	

.menu p {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	/*margin-left:	15px;*/
	}
	
.menu a {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			#336699;
	padding:		1px 2px 1px 2px;	
	text-decoration:	none;
	}

.menu a:hover {
	color:				#FFFFFF;
	background-color:	#336699;
	padding:			1px 2px 1px 2px;
	text-decoration:	none;
	width:				190px;
	}
	
	/* Info */

.infoleft {
	border-top:	1px #666666 dotted;
	width:			200px;
 	margin-left:	0;
	}

.infoleft p {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10px;
	color:			#666666;
/*	line-height:	5px;*/
	margin-left:	15px;
	}
	
.infoleft a {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10px;
	color:			#336699;
	padding-top:	2px;
	padding-bottom: 2px;
	text-decoration:none;
	}

.infoleft a:hover {
	color:				#000000;
	text-decoration:	none;
	}
	
/* Content */
	
.content {
	background-color:#FFFFFF;
	width:			370px;
	height:			100%;
	padding-left:	15px;
	padding-right:	30px;
	/*border-left:	1px #666666 dotted;*/
	padding-top:	0;
	float:			right;
	margin-bottom:  15px;
	}
	
.content p {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;
	line-height:	18px;
	}
	
.content li {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;
	line-height:	18px;
	}
	
.content a {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#336699;
	line-height:	18px;
	text-decoration:none;
	}

.content a:hover {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#336699;
	line-height:	18px;
	text-decoration:	underline;
	}
	
.footer {
	clear:				both;
	width:				100%;
	height:				20px;
	margin-top:			15px;
	border-top:			1px #336699 solid;
	text-align:			center;
	bottom:				0;

	}
