/* CSS layout */

body {
	margin-top: 0;
	padding: 0;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: "Verdana";
	font-size: 13px;
	color: white;
	background-color: #333300;
}

a {
	color: #FF9933;
}

a:visited {
	color: #FF3333;
}

#all {
	background: url(images/background.jpg) center repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
}

#masthead {
	width: 960px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
	background:url(images/willy.jpg);
}

#logo {
	padding-top:130px;
	float: left;
	width: 440px;
	height: 100px;
}

#logo h2 {
	margin-left:20px;
	font-size:1.4em;
	color:#CCCCCC;
}

#menu {
	margin-top: 190px;
	margin-right: 0px;
	float: right;
	background: url(images/top_menu.jpg) no-repeat;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-top:10px;
	float: left;
	width: 100px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	color: white;
}

#menu a:hover {
	color:#330000;
}

#menu li.active a{
	font-weight:bold;
	font-size:1.8em;
	color:#330000;
}

#left_col {
	width:250px;
	margin-left: 20px;
	float:left;
	opacity:0.6;
	filter: alpha(opacity=60);
	line-height:4em;
}

#searchform{
	background:url(images/menu_inactive.jpg) repeat-y;
	margin:0;
	display:block;
	color:white;	
	text-indent:20px;
	font-size:2em;
}

#left_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#left_col li h2{
	background:url(images/menu_inactive.jpg) repeat-y;
	margin:0;
	display:block;
	color:white;	
	text-indent:20px;
}

#left_col li a{
	background:url(images/menu.jpg) repeat-y;
	display:block;
	color:white;	
	text-decoration:none;
	text-indent:40px;
}

#left_col a:hover {
	background:url(images/menu_hover.jpg) repeat-y;
	color:#FF6600;
}

#left_col li.active a{
	background:url(images/menu_active.jpg) repeat-y;
	font-weight:bold;
	color:#FF6600;
}

#page_content {
	margin-left:300px;
	margin-right:50px;
}

#container {
}

#footer {
	margin-top:4em;
	text-align:center;
}

#footer_image{
	background:url(images/footer.jpg) no-repeat;
}