﻿#header
{
	width: 1024px;
	height: 185px;
	padding: 0px;
	margin: 0px;
	background-image: url(/img/logo/header_back.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#header_logo
{
	width: 191px;
	height: 185px;
	background-image: url(../img/logo/logo.jpg);
}

#nav
{
	color: white;
	list-style-type: none;
	right: 10px;
	width: 1000px;
	text-align: right;
	position: absolute;
	top: 148px;
	padding: 0px;
}
#nav UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display:inline;
}
#nav UL LI
{
	margin-left: 15px;
	display:inline;	
	font-size: 0.9em;	
}
#nav UL LI A
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#nav UL LI A:Hover
{
	text-decoration: underline;
}
#content
{
	width: 1024px;
	padding: 0px;
	margin: 0px;
}
#content_left
{
	width: 206px;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	padding-left: 0px;
 /*	font-size: 0.8em;	background-image: url(/img/logo/menu_top.jpg); 	background-repeat:no-repeat;*/
}
#content_left UL
{
	list-style-type: none;
	margin: 0px;
	padding: 5px; 
}
#content_left UL LI
{
}
#content_left UL LI A
{
	text-decoration: none;
	color: #7A66AD;
}
#content_left UL LI A:Hover
{
	text-decoration: underline;
}
#content_main
{
	width: 714px;
	float: left;
	font-size: 80%;
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
}
#content_right P
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#content_right A
{
}
#content_right IMG
{
	margin-right: 10px;
}

#content_right h1
{
	color: #7A66AD;
	font-size: 1.4em;
	margin-top: 0px;
}

#ads_right
{
	width: 300px;
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-left: 10px;
}

#next_previous_bar
{
	width: 550px;
	padding: 3px;
	float: left;
	color: #7A66AD;
}

#footer
{
	background-color: #7A66AD;
	width: 1024px;
	height: 20px;
	padding-top: 5px;
	padding-left: 6px;
	margin-top: 10px;
	color: #fff;
}
#footer UL
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
/*BAD SAFARI HACK*/
body:first-of-type #footer UL
{
/*	padding-top: 3px;*/
}
#footer LI
{
	float: left;
	background-image: url(../img/seperator/bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 11px;
}
#footer LI.last
{
	background-image: none;
}
/*BAD SAFARI HACK*/
body:first-of-type #footer LI A
{
	position: relative;
	top: 0px;
}
#footer LI A
{
	color: #fff;
	text-transform: uppercase;
	font-size: 70%;
	text-decoration: none;
	position: relative;
	top: -2px;
}

#footer LI A.hover
{
	color: #000;
}

