body
{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif, Arial; font-size: 12px; color: #000; text-decoration: none;
	margin: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background: #000000;
	background-image: url('images/bgtop.png');
	background-repeat: repeat-x;
}
a, a:link
{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif, Arial; font-size: 12px; font-weight: bold; color: #3a3838; text-decoration: none;	
}
a:visited
{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif, Arial; font-size: 12px; font-weight: bold; color: #3a3838; text-decoration: none;	
}
a:hover
{
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif, Arial; font-size: 12px; color: #666666; text-decoration: none;	
}
h3
{
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding: 0;	
	color: #ff8005;
}
#righttop{
	position: absolute;	top: 0px;
	width: 100%; height: 100%;
	margin: 0;
	padding: 0;
	background-image: url('images/bgrightop.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

#overall
{
	position: relative; top: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 959px;
	height: 100%;
}
#topimg
{
width:959px; height:14px;
position:relative; left:0px; top: 0px;
background-image: url('../images/top.png');	
}
#main
{
width:959px; min-height:200px;
position:relative; left:0px; top: 0px;
display: table;
background-image: url('../images/mid.png');	
}
#mainspacer{
width:580px;
padding: 35px 190px 35px 190px;
text-align: center;
}
#botimg
{
width:959px; height:14px;
position:relative; left:0px; top: 0px;
background-image: url('../images/bot.png');	
}