/* CSS Document */

#logo {
	position:absolute; 
	top: 10px;
	left: 100px;
	z-index:1;
	}
#left {
	position:absolute;
	top: 120px;
	left: 9px;
	z-index:2;
	width: 175px;
	}
.nav {
	margin: 0;
	padding: 0;
	background-image: url(images/box_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
.nav p {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	}
.nav H2 {
	color: #FFFFFF;
	margin: 0;
	padding: 0
	}
	
.nav a:link {
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 10px;
	}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 10px;
	}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	}


#main {
	position:absolute;
	top: 120px;
	left: 200px;
	z-index:3;
	width: 540px;
	}
.boxmain {
	background-image: url(images/boxmain_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
.adtable {
	border: thin groove #995375;
	color: #995375;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #ECDFE6;
}

#sponsor {
	position:absolute;
	top: 10px;
	left: 780px;
	z-index:3;
	border: 1px solid #BB8EA5;
	width: 230;
	}

#big_heads {
	color: #FFFFFF;
	background-image: url(images/big_heads.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #0254AA;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}
#big_heads a {
	color:#FFFFFF;
	}

