body {
	padding:0;
	margin:0;
	font-family:Sans Serif, Helvetica, Verdana, Arial;
	font-size:11px;
	background:#222222;
}
.clear {
	clear:both
}
img {
	border:none;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#fff;
	text-decoration:none;
}

#wrapper {
	width:790px;
	margin:0px auto;
	background:#000;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#header {
	width:770px;
	height:100px;
	padding:20px 0px 0px 20px;
}
.ads1 {
	width:770px;
	padding:20px 0px 0px 20px;
	background:#CCCCCC;
}

#menu {
	width:775px;
	background:#fff;
	padding:10px 0px 10px 15px;
}
#menu a {
	color:#000;
	text-decoration:underline;
}
#menu a:hover{
	color:#eee;
	background:#000;
	text-decoration:none;
}
#nav {
	margin:0;
	padding:0;
	text-transform:capitalize;
}
#nav li {
	display:inline;
	list-style:none;
}

#main {
	width:790px;
}

#content {
	float:right;
	width:550px;
	color:#fff;
	padding:10px 20px 0px 20px;
}
#post {
	border-bottom:1px #fff solid;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	
}

#sidebar {
	float:left;
	width:200px;
	color:#fff;
}

#footer {
	width:790px;
	background:#eee;
	text-align:center;
	padding:10px 0px 10px 0px;
}
#footer a {
	color:#000;
	text-decoration:underline;
}
#footer a:hover {
	color:#eee;
	background:#000;
	text-decoration:none;
}
