body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #84449A;
	float: center;
}

#layout{
	width:100%;
	height: 100%;
	float: center;
}

#top {
	clear:both;
	position: relative;
	background: url('images/logo.jpg') no-repeat left top; 
	width: 800px;
	height: 138px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#t1{
	clear:both;
	position: absolute;
	top:10px;
	left: 150px;
	font-size: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#t3{
	clear:both;
	position: absolute;
	top:36px;
	font-family: Arial, Helvetica, sans-serif;
	left:150px;
	font-size: 11px;
	font-weight: bold;
	color:  #C3982D;
	text-transform: lowercase;
}

#links{
	clear:both;
	position: absolute;
	top:85px;
	left:151px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
#links a, a:visited{
	text-decoration: none;
	color:  #C3982D;
}

#links ul{
	list-style-type: none;
}

#links li{
	font-size: 14px;
}

#custlogin{
	clear:both;
	position: absolute;
	top:16px;
	left:620px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#custlogin a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}
/* END TOP SECTION */

#main {
	clear:both;
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#bigbox1{
	clear:both;
	position: absolute;
	left:80px;
	top: 150px;
	width: 350px;
	height: 300px;
	background: url(images/rotator1/rotator.php) no-repeat center top;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#bigbox1 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#bigbox2{
	clear:both;
	position: absolute;
	left:450px;
	top: 150px;
	width: 350px;
	height: 300px;
	background: url(images/rotator2/rotator.php) no-repeat center top;  
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
	text-decoration: none;
}
#bigbox2 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#smallbox1{
	clear:both;
	position: absolute;
	left:80px;
	top: 470px;
	width: 350px;
	height: 100px;
	background: url(images/SL.jpg) no-repeat center top;  
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
	text-decoration: none;
}
#smallbox1 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#smallbox2{
	clear:both;
	position: absolute;
	left:450px;
	top: 470px;
	width: 350px;
	height: 100px;
	background-color: #000000;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
	color: #C3982D;
	font-size: 14px;
	text-decoration: none;
}
#smallbox2 p{
	padding: 5px 0 0 10px;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
}
#smallbox2 a, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#txtbar1{
	color: #C3982D;
	clear:both;
	position: absolute;
	padding: 2px 0 0 5px;
	width: 345px;
	height: 20px;
	background-color: #000000;
	font-weight: bold;
}

#txtbar2{
	color: #FFFFFF;
	clear:both;
	position: absolute;
	padding: 2px 0 0 5px;
	top: 278px;
	width: 345px;
	height: 20px;
	background-color: #000000;
	font-weight: bold;
}

#txtbar3{
	color: #FFFFFF;
	clear:both;
	position: absolute;
	padding: 2px 0 0 5px;
	top: 78px;
	width: 345px;
	height: 20px;
	background-color: #000000;
	font-weight: bold;
}
/* END MAIN SECTION */

#footer {
	clear:both;
	position: relative;
	top: 450px;
	width: 800px;
	margin: 0 auto;
	color: #999999;
	font-size: 10px;
	text-align: center;
}
#footer a, a:visited{
	color: #FFFF00;
}
