body {
    background:#111111;
}

a:link, a:visited {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#FF0000;
}

#wrapper {
	width:875px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	margin:auto;
}

#sub-header {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

#nav ul{
	display:block;
	padding: 20px 0px 0px 450px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 14px;
	margin: 0px;
}

#nav li{
	float:left;
	list-style-type:none;
	padding:3px 5px 3px 5px;
	margin:1px;
}

#nav li a{
   text-decoration:none;
}

#nav li:hover{
   background:#FFCC00;
}

#header{
    background:url(images/header.jpg) no-repeat;
    height:273px;
}

#posting{
	float:left;
	width:75%;
	height:auto;
}

#posting h1 {
	color: #990000;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 24px;
	font-weight: bold;
	padding-left: 130px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 20px;
}

#posting p {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-left: 130px;
	padding-right: 15px;
}
#posting p a {
	color: #333333;
}


#sidebar{
	float:right;
	width:25%;
	margin: 0px auto;
	padding-top: 20px;
}

#menu ul {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	display: inline;
	list-style-image: none;
	width: 80%;
	top: auto;
	bottom: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-position: inside;
	height: auto;
}

#menu li {
	height: 23px;
	line-height: 20px;
	color: #333333;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	text-align: center;
	list-style-type: none;
}

#menu li a {
}

#menu li:hover {
	color: #3599B3;
}

#footer{
	background:url(images/bg_footer.png) no-repeat;
	height:80px;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 10px;
	text-align: center;
	padding-right: 20px;
	vertical-align: bottom;
	padding-top: 50px;
    clear:both;
}
#posting ul {
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 160px;
}
