body
{
	background:url('background.gif') repeat #000000; 
	margin:0px; 
	padding:0px; 
	font-family:Trebuchet MS;
}

h1
{
	margin-top:0px;
	padding-top:0px;
}

a:link,
a:active,
a:visited {
	color: #989834;
}
a:hover {
	color: #aaaa55;
}

#main_outer
{
	background:url('main_repeat.jpg') repeat right -2px; 
	width:1000px; 
	height:auto; 
	margin:auto;
}

#main_inner
{
	background:url('main_top.jpg') top left no-repeat; 
	width:1000px; 
	height:auto; 
}

#column_left
{
	float:left;
	width:290px; 
}

#logo
{
	margin-left:23px; 
	margin-top:20px; 
	
}

#slogan
{
	color:#f8f8a2; 
	position:absolute; 
	margin-left:100px; 
	margin-top:30px; 
	font-size:24px; 
	background:url('slogan.gif') no-repeat; 
	width:571px; 
	height:38px;
}

#menu_left
{
	margin-top:100px;
	margin-left:50px;
	
}

#menu_left span
{
	margin-left:-10px;
	color:#a6af76;
	
}

#menu_left ul
{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
	margin-top:5px;
	padding-top:0px;
}

#menu_left ul li
{
	font-size:12px;
	color:#ffffff;
}

#column_right
{
	float:right; 
	width:702px
}

#menu
{
	position:absolute; 
	font-size:12px; 
	margin-top:96px;
	margin-left:50px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	background-image: url('menu_off_left.gif'); 
}

#menu li a
{
	background-image: url('menu_off_right.gif');
}

#menu li.active
{
	background-image: url('menu_on_left.gif'); 
}

#menu li.active a
{
	background-image: url('menu_on_right.gif');
}

#menu li,
#menu li a
{
	background-repeat: no-repeat;
}

#menu li
{
	background-position: top left;
	float: left;
	height: 25px;
	margin-right: 7px;
}

#menu li a
{
	background-position: top right;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	margin-right: -6px;
	color: #000000;
	text-decoration: none;
}

#menu li a:hover
{
	color: #445544 !important;
}

#menu li.active a,
#menu li.active a:hover
{
	color: #FFFFFF !important;
}

#content
{
	width:640px;
	height:480px;
	height:auto;
	min-height:450px; 
	color:#ffffff; 
	padding-top:180px;
	padding-left:20px; 
	padding-right:10px;
	padding-bottom:30px;
	
	font-size:13px;
}

#content_spacer
{
	height:660px;
	margin-bottom:-66px;
}

#footer
{
	clear:both;
	background:#e11656; 
	color:#ffffff;
	width:1000px; 
	text-align:left; 
	font-size:12px; 
	padding-top:5px;
	padding-bottom:2px;
}

#footer a
{
	color:#ffffff;
	text-decoration:none;
}