body
{
	background-color: black;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image: url(../nav/body_background.gif);
	background-repeat: repeat-x;
}

#header
{
	width: 820px;
	height: 127px;
	margin: 25px auto 0px auto;
	clear: both;
	background-image: url(../nav/header.png);
	background-repeat: no-repeat;
}

#main
{
	width: 820px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../nav/main_background.png);
	background-repeat: repeat-y;
}

#bottom_fade
{
	width: 820px;
	height: 10px;
	margin: 0px auto;
	clear: both;
	background-image: url(../nav/bottom_fade.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#menu_link img
{
	border-bottom: transparent;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

#menu_link img:hover
{
	border-bottom: #D4786E;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

#body_text
{
	color: #505050;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 6px 0px 6px;
	text-align: left;
}
#bodyul_text { color: #505050; font-size: 12px; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 15px; text-align: left; margin-right: 20px; margin-left: 20px; padding: 0 6px; }
#bodylg_text { color: #505050; font-size: 14px; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 17px; text-align: left; padding: 0 6px; }
#bodylgfr_text { color: #505050; font-size: 14px; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 17px; padding: 0 6px; }
#bodylgctr_text { color: #505050; font-size: 14px; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 17px; text-align: center; padding: 0 6px; }
#bodyctr_text { color: #505050; font-size: 12px; font-family: Helvetica, Verdana, Arial, sans-serif; line-height: 16px; text-align: center; padding: 0 6px; }
#body_text a
{
	text-decoration: none;
	color: #D4786E;
}

 
#body_text img { padding: 0px 0px 5px 0px; text-decoration: none; }





#footer_text
{
	color: #4394AF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 10px 0px 20px;
	text-align: left;
}

#footer_text a
{
	color: #4394AF;
	text-decoration: none;
}

#footer_text a:hover
{
	border-bottom: #D4786E;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}

p { margin: 0px; }

h4
{
	color: #333;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h4 a
{
	text-decoration: none;
}

h4 a:hover
{
	color: #333;
	text-decoration: underline;
}

/* ADMIN STYLES *****************/
#admin_header
{
	width: 820px;
	height: 15px;
	margin: 25px auto 0px auto;
	clear: both;
	background-image: url(../nav/admin_header.png);
	background-repeat: no-repeat;
}

#admin_main
{
	width: 820px;
	height: 500px;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background-image: url(../nav/main_background.png);
	background-repeat: repeat-y;
}

#admin_list_left
{
	font: 12px Arial, Helvetica, sans-serif;
	/*	color: #555; */
	color: #fff;
	float: left;
	width: 150px;
	text-align: right;
	line-height: 16px;
	margin: 5px 0px 0px 5px;
}

#admin_list_right
{
	height: 450px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555;
	float: left;
	/*width: 120px;*/
	text-align: left;
	line-height: 16px;
	margin: 5px 25px 0px 10px;
}

#admin_nav
{
	text-align: left;
	float: left;
	/*background-color:#00CCFF;*/
	margin: 10px 0px 15px 15px;
}

#admin_nav dl
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #555;
	padding: 0;
	margin: 0px;
}

#admin_nav a { margin: 10px 10px 0px 10px; }

#admin_nav dl dt
{
	padding: 0;
	margin: 5px 0px 0px 0px;
}

#admin_nav dl dt a
{
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#admin_nav dl dt a:hover
{
	color: #cc3300;
	text-decoration: underline;
}

#admin_nav dl dd
{
	padding: 0;
	margin: 0;
}

#admin_col
{
	width: 610px;
	text-align: left;
	/*background-color:#000033;*/
}
a {
	text-decoration: none;
}
