﻿* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul{
	list-style-type:none;
}

a:link {
	color: #DDDDDD;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration:none;
	color:#000000;	
}

a:visited {
	color: #DDDDDD;
}

body {
	background: #515151 url('images/header0.jpg') no-repeat center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#Container {
	width: 831px;
	margin: auto;
	padding-left: 0px;
}

#header {
	width: 831px;
	height: 400px;
}
#header ul{
	width: 831;
	display: block;
	padding-top: 373px;
	padding-left: 65px;
	background: none;
}


.menu{
	border:1px solid #dddddd;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left: 100px;
	background-color: #333333;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
	background:#333333 url("images/seperator.gif") bottom right no-repeat;
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
	font-size: 16px;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #A64908 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#A64908 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	




}
#left {
	float: left;
	width: 299px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#left H3
{

color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}


#right {
	float: right;
	width: 500px;
	padding: 10px;
	background: #373737;
	border: 1px solid #dddddd;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#right h1{
	font: 30px  Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
}
#right h2{
	font: 24px  Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 20px;
}
#right p{
	background: no-repeat;
	color: #DDDDDD;
	padding-left: 20px;
	font: 13px/20px  Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.post a{
	font: 13px/12px  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #DDDDDD;
	text-decoration: underline;
}
.post a:hover{
	background: no-repeat;
	color: #FF6600;
	font-weight: normal;
}

.post li
{
padding-left: 40px;
}

#footer {
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: 40px;
	padding-top: 0px;
	text-align: center;
	font-size: 10px;
	
	background: url(images/footer.gif) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif
}


#leftImg

{
	float:left;
	width: 150px;
	height: 149px;
	padding: 2px 25px 5px 0
}
