@charset "utf-8";
/*
* CSS Document
* by: BlacKnight
* la: 06-04-07
* license : GPL
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #858585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #222222;
}
a img
{
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}
#header
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 125px;
	background: #eeeeee url(images/header.jpg) repeat-x top left;
}
#logo
{
	margin: 0;
	padding: 0;
	width: 746px;
	height: 100px;
	background: #eeeeee url(images/logo.jpg) no-repeat top left;
	cursor: pointer;
}
#noCSS
{
	display: none;
}
#bar
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 23px;
	font-size: 0.9em;
	font-weight: bold;
	color: #eeeeee;
	text-align: center;
	margin-top: 2px;
}
#bar a,
#bar a:link
{
	color: #eeeeee;
	text-decoration: none;
}
#bar a:hover
{
	color: #FFCC00;				
	border-bottom: 1px dotted #eeeeee;
}
#menu
{
	width: 155px;
	float: left;
	font-size: 0.9em;
}
#menu_top
{
	width: 155px;
	height: 14px;
	background: #eeeeee url(images/menu_top.jpg) no-repeat bottom left;
}
#menu_center
{
	width: 146px;
	background: #eeeeee url(images/menu_center.jpg) repeat-y top left;
	padding-left: 8px;
}
#menu_bottom
{
	width: 155px;
	height: 14px;
	background: #eeeeee url(images/menu_bottom.jpg) no-repeat top left;
}
#menu h1,
#menu h2,
#menu h3
{
	font-size: 1.1em;
	margin-top: 6px;
	margin-bottom: 2px;
}
#menu hr
{
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100px;
}
#menu a,
#menu a:link
{
	display: block;
	color: #222222;
	text-decoration: none;
}
#menu a:hover
{
	color: #bb0000;
	text-decoration: none;
	background-color: #eeeeee;
}
#content
{
	margin: 0;
	padding: 0;
	padding-left: 165px;
	padding-right: 20px;
	font-size: 0.9em;
	background-color: #eeeeee;
}
#menu,
#main
{
	
}
#main
{
	background-color: #eeeeee;
}
#content h1
{
	margin: 6px;
	text-align: left;
}
#content h2,
#content h3
{
	padding-left: 24px;
	background: transparent url(images/h3.jpg) no-repeat center left;
}
#content ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li
{
	margin-left: 16px;
	padding-left: 18px;
	list-style: none;
	background: transparent url(images/li.jpg) no-repeat center left;
}
#content a,
#content a:link
{
	color: #000000;
	border-bottom: 1px dotted #bb0000;
	text-decoration: none;
}
#content a:hover
{
	color: #bb0000;
	background-color: #eeeeee;
	text-decoration: none;
}
#overall
{
	width: 100%;
	min-height: 632px;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	display: block;
}
#footer
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background: url(images/bottom.jpg) repeat-x;
}
* html #footer
{
	background: #eeeeee;
}
#footer #server
{
	padding-top: 4px;
	font-size: 0.8em;
	color: #858585;
	text-align: center;
}
#footer #server a,
#footer #server a:link
{
	color: #bb0000;
	border-bottom: 1px dotted #444444;
	text-decoration: none;
}
#footer #server a:hover
{
	color: #444444;
	border-bottom: 1px solid #bb0000;
	text-decoration: none;
}
#footer #designer
{
	padding-top: 12px;
	font-size: 0.8em;
	color: #cccccc;
	text-align: center;
}
#footer #designer a,
#footer #designer a:link
{
	color: #bbbbbb;
	border-bottom: 1px dotted #bb0000;
	text-decoration: none;
}
#footer #designer a:hover
{
	color: #bb0000;
	border-bottom: 1px solid #aaaaaa;
	text-decoration: none;
}