/* 

c0de by z0ltrix 

*/
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFCC33;
	margin-top: 20px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
	color: #000;
	width: 920px;
	float: left;
	border: 1px solid #FFFF00;
	height: 120px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: white;
}
.headlogo {
	height: auto;
	width: 125px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#navigation {
	float: left;
	width: 920px;
	color: #333;
	margin: 0px;
	background: #663300;
	border-top: 1px #FFFF00;
	border-right: 1px solid #FFFF00;
	border-bottom: 1px #FFFF00;
	border-left: 1px solid #FFFF00;
	height: 25px;
}
#leftcolumn {
	margin: 0px;
	padding: 10px;
	padding-right: 0px;
	height: 350px;
	width: 590px;
	float: left;
	background: #FFFFFF;
	border-top: 1px solid #FFFF00;
	border-right: 1px #FFFF00;
	border-bottom: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
	overflow: auto;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px;
	height: 370px;
	width: 320px;
	display: inline;
	background: #FFFFFF;
	border-top: 1px solid #FFFF00;
	border-right: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	padding: 0px;
}
#footer {
	width: 910px;
	clear: both;
	color: #663300;
	background: #B45A00;
	margin: 0px 0px 10px;
	padding: 5px;
	border-top: 1px #FFFF00;
	border-right: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 220px;
}
#navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }


#menu {
	width: 100%;
	background: #663300;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
}

#menu a, #menu h2 {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

#menu h2 {
	color: #fff;
	text-align: center;
	padding:0;
	margin:0;
}
#menu h3 {
	color: #fff;
	text-align: center;
	padding:0;
	margin:0;
	border-bottom:solid 1px #FFFFFF;
}

#menu a {
	color: #FFFFFF;
	background-color: #663300;
	text-decoration: none;
}

#menu a:hover {
color: #FF6633;
background: #fff;
}

#menu li {
	position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
#leftcolumn a {
	color: #663300;
	text-decoration: none;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
}
#leftcolumn a:hover {
	color: #FF6600;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
.headpic {
	margin: 0px;
	padding: 0px;
	float: right;
}
