body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #000;
	background-image: url(/a3/background.png);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
.thumbborder {
	margin: 15px;
}

#container {
	text-align: left;
	height: 1200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position:absolute;
	left:75px;
	top:0px;
	width:650px;
	height:75px;
	z-index:1;
	text-align: center;
}
#content {
	position:absolute;
	left:285px;
	top:135px;
	width:430px;
	height:500px;
	z-index:3;
	background-color: #FEB727;
}
#contentbotnav {
	background-color: #90F;
	height: 25px;
	width: 430px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

#footer {
	position:absolute;
	left:75px;
	top:685px;
	width:643px;
	height:75px;
	z-index:4;
	background-color: #FEB727;
}
#welcome {
	position:absolute;
	left:0px;
	top:1px;
	width:167px;
	height:80px;
	z-index:1;
	background-color: #FEB727;
}
#contentnav {
	position:absolute;
	left:0px;
	top:0px;
	width:429px;
	height:90px;
	z-index:1;
	background-color: #90F;
}




#leftnav {
	position:absolute;
	left:75px;
	top:135px;
	width:175px;
	height:500px;
	z-index:2;
	background-color: #FFF;
}
#leftnavbot {
	position:absolute;
	left:0px;
	top:90px;
	width:175px;
	height:411px;
	z-index:2;
	background-color: #90F;
}
#footernav {
	position:absolute;
	left:0px;
	top:0px;
	width:642px;
	height:30px;
	z-index:1;
	background-color: #90F;
}
.footernav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
}
#contenttopnav {
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:29px;
	z-index:1;
	background-color: #FEB727;
}
#contentbottom {
	height: 445px;
	width: 430px;
	position: absolute;
	top: 104px;
	background-color: #FEB727;
	left: 0px;
}



.leftnavheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
	margin-left: 5px;
}
.leftnavsubhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	margin-left: 12px;
}
.mainbodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
}
.pagetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FEB727;
	text-align: center;
}
a:link {
	color: #000;
}a:hover {
	color: #FEB52B;
}a:visited {
 color: ##000066;
}
a:active {
 color: #0099FF;
}

.pagetext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #90F;
	text-align: left;
}

