html {
	background:#444 url('images/background.png');
}

body{
	margin:0px;
	font-family:sans-serif;
	color:#fff;
}

/* > hides the rule from IE, it can't display this image */
html > body {
	background:url('images/body.png') repeat-x;
}

#header{
	height:7em;
	margin:0 auto;
	width:800px;
	background:#000 url('images/oily.png') repeat-y;	
}

h1{
	margin:18px;
	width:520px;
	color:#eee;
	float:left;
}

#info {
	float:right;
	width:200px;
	padding:20px 20px 0 0;
	text-align:right;
	font:12px sans-serif;
}

#info a {
	color:#fff;
	font-weight:300;
}

#info input{
	margin:1px;
}

#main-menu {
	clear:both;
	background:#000;
	border:1px solid #ffffff;
	width:798px;
	margin:0 auto;
	background:#444 url('images/main-menu.png') repeat-x bottom left;
}

#main-menu ul {
	margin:0;
	width:798px;
	padding:0;
	overflow:hidden;
}

#main-menu li {
	overflow:hidden;
	list-style-type:none;
	float:left;
	text-align:center;
}

#main-menu a{
	color:#ffffff;
	display:block;
	width:133px;
	height:1.6em;
	padding-top:0.4em;
}

#main-menu a:hover {
	background:#000 url('images/main-hover.png') repeat-x bottom left;
}

#main-menu li.active{
	background:#222 url('images/main-active.png') repeat-x bottom left;
}

#wrapper {
	background:#000 url('images/oily.png') repeat-y;
	width:800px;
	margin:0 auto;
}

#content {
	width:580px;
	padding-left:20px;
	float:left;
}

#footer {
	display:block;
	width:800px;
	background:url('images/footer.png') no-repeat left bottom;
	clear:both;
	font:0.7em sans-serif;
	padding:1em 0 20px;
	text-align:center;
}

#footer p {
	margin:0;
}

#footer li {
	display:inline;
}
#footer ul {
	padding:0;
	margin:0;
}

#content p {
	font-size:0.9em;
	text-indent:1em;
}

#menu {
	width:200px;
	float:left;
	font-size:0.9em;
	padding-top:20px;
	
}

#menu li {
	list-style-type:none;
	padding:5px;
}

h2{
	color:#fff;
	margin:0.83em 0;
}

h3 {
	color:#fff;
	font-size:1.2em;
}

h4{
	font-size:1em
}

form {
	padding:2px 0;
	margin:0;
}

.left {
	float:left
}

.right {
	float:right;
}
.center{
	text-align:center;
	margin:0 auto;
}

#ads {
	margin-top:10px;
	clear:both;
	text-align:center;
}
a {
	text-decoration:none;
	font-weight:900;
	color:#fff;
}
img {
	border:0;
}
a:hover {
	color:#eee;
}
a:active {
	color:#eef;
}
a:visited {
	color:#bbb;
}
table {
	width:100%;
	border-collapse:collapse
}
input,
textarea {
	border:1px solid #fff;
	background:#444;
	color:#fff;
}
