@charset "utf-8";
/* -------------------- Web design by www.v35.co.uk ---------------------------------*/

/* This first part is to reset all margins etc so all browsers start from same blank page */
/* ------------------------------------ START undo_html.css ----------------------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* ------------------------------------ END undo_html.css ----------------------------------*/

/* ----------------------------------- Start Standard CSS ---------------------------------- */

html {
overflow: auto;
}
body {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	background: #000000;
}
/* ----- Text Stylings ----- */
h1{
	font-size:150%;
	font-weight:bold;
	color: #00FAD4;
}
h2{
	font-size:120%;
	font-weight:bold;
	color: #FFFFFF;
}
h3{
	font-size:120%;
	font-weight:bold;
	color: #00FAD4;
}
a:link, a:visited {
	color: #00FAD4;
	text-decoration: none;
}
a:hover {
	color: #00FAD4;
	text-decoration: underline;
}
#footer a:link, a:visited {
	color: #0F5166;
	text-decoration: underline;
}
#footer a:hover {
	color: #0F5166;
	text-decoration: underline;
}
/* ------------------------------------- Start Divs ---------------------------------------- */

#container {
	width: 820px; 
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #000000;
	text-align: left;
}
#menucontainer {
	float: left;
	padding: 0px;
	margin-top: 50px;
	background: #000000;
	width: 155px; 
}
#maincontent {
	background: #000000 url(../images/bg.jpg) no-repeat;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 665px; 
}
#content {
	width: 360px;
	margin: 0 0 0 20px;
	padding: 10px 20px 0 20px;
}
#footer {
float: right;
	background: #000000 url(../images/footer_shadow.gif);
	text-align: right;
    width: 820px; 
	height: 15px;
	padding: 0px 0px 0px 0px; 
	font-size: 80%;
	color: #000000;
}

/* ------------------------------------- Menu Style ---------------------------------------- */
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0;
	width: 155px;
}
#menu li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #505050;
	border-bottom: 10px solid #000000;
	color: #000000;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
}
* html #menu a {
	background: #505050;
	border-bottom: 0px solid #000000;
	color: #000000;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #00FAD4;
	color: #000000;
	padding-bottom: 4px;
}
#menu .current {
	background: #00FAD4;
	color: #000000;
	padding-bottom: 4px;
}