@charset "utf-8";
/* CSS Document */

#lshdw  {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:50px;
	top:0px;
	height: 1100px;
	background-image: url('images/lshdw.gif');
	visibility: visible;
	z-index:5;
}
#mainframe {
	position:absolute;
	left:50%;
	margin-left:-350px;
	top:0px;
	width:700px;
	height:1100px;
	z-index:1;
	background-color: #FFFFFF;
	border-color: #000000;
}
#banner {
	position:absolute;
	left:50px;
	top:15px;
	width:600px;
	height:200px;
	z-index:2;
	background-color:#000000;;
	
}
#nav {
	position:absolute;
	left:49px;
	top:210px;
	width:602px;
	height:40px;
	z-index:2;
	background-image: url(images/nav.jpg);
	background-repeat:no-repeat;
}
#links {
	position: absolute;
	top:9px;
	left:3px;
	text-align:center;
	width: 598px;
	height: 38px;
	color:#FFFFFF;
	font-size:20px;
}
#links a:link {
	color:#FFFFFF;
	font-size:20px;
	text-decoration:none;
}
#links a:visited {
	color:#FFFFFF;
	font-size:20px;
	text-decoration:none;
}
#links a:hover {
	font-size:20px;
	text-decoration:underline overline;
	color:#FFFFFF;
}
#content {
	position:absolute;
	left:50px;
	top:260px;
	width:600px;
	height:575px;
	z-index:2;
	background-color: #FFFFFF;
}
#headers{
	background-image:url('images/header.jpg');
	height:35px;
	background-repeat:no-repeat;
	font-size:24px;
}
#rshdw  {
	position:absolute;
	left:50%;
	margin-left:350px;
	width:50px;
	top:0px;
	height: 1100px;
	background-image: url('images/rshdw.gif');
	visibility: visible;
	z-index:5;
}
body {
	background-color: #cccccc;
}
