body {
	margin : 0;
	background : #242424 url(images/bckgrad.jpg) repeat-x;
	font : normal 11px/20px Tahoma;
	padding-top : 0;
	padding-right : 5px;
	padding-left : 5px;
}

img { border:0 }

* {
	margin : 0;
	padding : 0;
}

#container {
	text-align : left;
	width : 800px;
	margin : 0 auto;
}

#main {
	width : 800px;
	background : url(images/background.gif);
}

#header {
	width : 750px;
	height : 150px;
	margin-left : 25px;
	background-color : #010101;
	display : block;
}

#nav {
	width:744px;
	height:22px;
	margin: 1px 0px 1px 25px;
	background-color:#121212;
	padding: 1px 5px 1px 1px;
}

#nav li {
	display:inline;
	background-image:url(images/menubckgnd.gif);
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}

#nav a {
	width : 120px;
	height : 19px;
	padding-top : 3px;
	text-decoration : none;
	font : bold 11px Tahoma;
	color : #333333;
	font-weight : 800;
	display : block;
}

#nav a:hover {
	background-image:url(images/menubckgndhov.gif);
	font: bold 11px Tahoma;
	color:#006666;
	font-weight:800;
}

p, h1, a, span {
	font : normal bold 11px/20px Tahoma;
	color : #666666;
}

#content {
	width : 750px;
	margin-left : 25px;
	background-color : #121212;
}

#left {
	float : left;
	width : 390px;
	display : inline;
	margin : 20px 0 5px 20px;
}

#left p {
	color : #999999;
	font : normal 13px/20px Corbel;
	padding : 15px 10px;
	line-height:20px;
}

#left a {
	color : #999999;
	font : bold 10px Tahoma;
	text-decoration : none;
}

#left a:hover {
	color : #006666;
	font : bold 10px Tahoma;
	text-decoration : none;
}

#left h1 {
	font-size : 14px;
	color : #999999;
	display : inline;
	font-weight : 900;
}

#left span {
	color : #999999;
	display : inline;
	margin-left : 8px;
	font : normal 11px/20px Tahoma;
}

#right {
	float : right;
	width : 260px;
	color : #cccccc;
	font-weight : 900;
	padding : 10px 20px;
	margin : 30px 20px 30px 0;
	display : inline;
	background : #282828 url(images/thumbs/nArbckgnd.png) repeat;
}

#right p {
	color : #999999;
	font : normal 9px/12px Tahoma;
	padding : 7px 0;
	font-weight:bold;
}

#right a {
	color : #999999;
	font : bold 10px Tahoma;
	text-decoration : none;
}

#right a:hover {
	color : #009999;
	font : bold 10px Tahoma;
	text-decoration : none;
}

.post {
	margin-top : 20px;
	margin-bottom : 10px;
	padding-bottom : 10px;
}

#footer {
	width : auto;
	text-align : center;
	color : #333333;
	margin-right : 10px;
	margin-left : 10px;
	padding-bottom: 10px;
}

#footer li {
	display : inline;
	float : none;
	text-align : center;
}

#footer a {
	color : #666666;
	font-size : 10px;
	text-decoration : none;
}

#footer a:hover {
	color : #009999;
	text-decoration : none;
}

#footer span {
	display : block;
	clear : both;
	color : #333333;
	margin : 10px 0;
}

.clear { clear : both; }

.postnomargin { margin : 0; }