BODY 
{ 
	text-align: center;
	margin-top: 0px;
	background-color: #adadad;
}

/* ------------ LAYOUT ------------ */
#container 
{ 
	width: 765px;
	font-family: verdana; 
	font-size: 11px;
	line-height: 16px;
	margin: 0 auto; 
	text-align: left;
	padding: 0px;
	background-color: #ffffff;
	background: url(images/right_background.gif) repeat-y 599px 0;
}

#header 
{
	width: 100%;
	height: 52px;
	padding: 0px;
	background: url(images/header.gif) no-repeat;
	cursor: hand;
}

#banner 
{
	width: 600px;
	height: 180px;
	padding: 0px;
	float: left;
	background: url(images/banner.jpg) no-repeat;
	
}

#banner_inside
{
	width: 600px;
	height: 72px;
	padding: 0px;
	float: left;
	background: url(images/banner_inside.jpg) no-repeat;
	
}

#right 
{
	width: 165px;
	padding: 3px;
	padding-right: 7px;
	float: right;
	text-align: center;
	color: #333333;
	font-size: 10px;
}

#content 
{
	width: 600px;
	padding: 0px;
	float: right;
	background-color: #ffffff;
}

#content_left 
{
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 20px;
}

#content_right 
{
	width: 420px;
	float: left;
	padding: 5px;
	padding-top: 22px;
	padding-bottom: 20px;
}

#footer 
{
	width: 100%;
	padding: 5px;
	clear: both;
	text-align: center;
	background: url(images/bottom.gif) no-repeat;
	background-color: #adadad;
	color: #ffffff;
	font-size: 10px;
}

/* ------------ STYLE & CONTENT ------------ */

#banner_text 
{
	position: relative;
	left: 200px;
	top: 28px;
	width: 378px;
	font-family: verdana;
	color: #1390af;
	line-height: 24px;
}

#topics 
{
	background: url(images/topics_background.gif) no-repeat;
	height: 198px;
	width: 160px;
	margin-bottom: 6px;
	padding: 7px;
	padding-top: 25px;
	text-align: left;
	color: #4c4c4c;
	line-height: 15px;
}

#sponsor_box 
{
	background: url(images/sponsor_background.gif) no-repeat;
	height: 105px;
	width: 138px;
	padding: 5px;
	padding-top: 8px;
	margin-bottom: 8px;
	font-size: 9px;
	line-height: 12px;
	cursor: hand;
}

#email 
{
	background: url(images/email.gif) no-repeat;
	height:60px;
	width: 138px;
	padding-top: 30px;
}

.footer_link
{
	text-decoration: none;
	color: #ffffff;
	
}

a:hover.footer_link
{
	color: #fce1bd;
}

a 
{
	color: #0000ff;
	text-decoration: none;
	line-height: 16px;
}

a:hover 
{
	text-decoration: underline;
}

H1 
{
	font-weight: bold;
	font-size: 13pt;
	color: #93A012;
	margin-bottom: 10px;
}

UL 
{
	list-style-image: url(images/bullet_box.gif);
}

/* ------------ NAVIGATION ------------ */

#navigation 
{
	background-color: #ffffff;
	width: 600px;
	height: 22px;
	padding: 0px;
	float: right;
	cursor: hand;
}

#nav_left 
{
	position: relative;
	height: 22px;
	width: 191px;
	background: url(images/nav_left.gif) no-repeat;
}

#nav_left:hover
{
	background: url(images/nav_left_over.gif) no-repeat;
}

#nav_center
{
	position: relative;
	height: 22px;
	width: 185px;
	background: url(images/nav_center.gif) no-repeat;
}

#nav_center:hover
{
	background: url(images/nav_center_over.gif) no-repeat;
}

#nav_right
{
	position: relative;
	height: 22px;
	width: 223px;
	background: url(images/nav_right.gif) no-repeat;
}

#nav_right:hover
{
	background: url(images/nav_right_over.gif) no-repeat;
}


















