html{

	background				: url('../images/mainbackgrad.jpg');
	background-repeat		: repeat-x;
	background-color		: #ccc;
}

body{
	
	width				: 970px;
	font-family			: georgia;
	margin				: 20px auto 20px auto;
	height				: 760px;
	padding-bottom		: 20px;
	border				: 3px solid black;
	background			: url('../images/wrappergrad.jpg');
	background-repeat	: repeat-x;
	background-color	: #ffd;
}

h1{
	margin				: 0;
	padding-top			: 20px;
}

h2{
	margin				: 0;
	padding				: 0;
}

h3{
	margin				: 0;
	padding				: 0;
	font-size			: larger;
}

#logowrap{
	position			: relative;
	height				: 150px;
	width				: 970px;
	top					: 0;
	}

#logo{
	position			: absolute;
	height				: 160px;
	width				: 970px;
	left				: 0;
	top					: -15px;
	background			: url('../images/topbanner.png') no-repeat left top;
	* background		: none;
	* filter			:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/topbanner.png', sizingMethod='fixed');
	background-repeat	: no-repeat;
	z-index				: 5;	
}

#imageback{
	position			: absolute;
	height				: 150px;
	width				: 540px;
	right				: 10px;
	top					: 10px;
	background-image	: url('../images/banner/rotator.php');
	background-repeat	: no-repeat;
	z-index				: 0;
	border				: 2px solid black;	
}

#menubar
{
border-bottom			: none;
padding					: 0;	
height					: 25px;
width					: 922px;
margin					: 0 auto 0 auto;
}

#menubar a{
padding-left			: 10px;
padding-right			: 10px;	
border					: 1px solid black;
display					: block;
height					: 24px;
float					: left;
color					: #000;
padding-top				: 6px;
margin-top				: 5px;
background-color		: #fff;
}

#menubar a:hover{
background-image		: none;	
color					: #fff;
background-color		: #000; 
}

hr{
	width				: 150px;
}

#rightcolumn{
	width				: 924px;
	margin				: 0 auto 0 auto;
}

#rightwrapper{
	padding				: 10px;
	border				: 2px solid #000;
	background-color	: #114422;
	height				: 550px;
	padding-top			: 17px;
	background-color	: #000;
}

#rightinnerwrapper{
	background			: url('../images/curveback.gif');
	background-color	: #fff;
	padding				: 15px;
	height				: 520px;
	overflow			: auto;
}

a{
	text-decoration		: none;
	color				: #000;
	z-index				: 100;
	padding-left		: 20px;
	font-weight			: bold;
}


a:visited{
	color				: #000;
}

a:hover{
	color				: #444;
}