/*
	Created by WebArtLove
	http://www.WebArtLove.com/
*/


* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #aaa;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	background: #323232;
}

p {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 24px;
}

h2 {
	color: #7daf00;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #484848;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #90c900;
}

a img {
	border: none;
}

/*
div { border: 1px solid #f00; }
*/

/* Layout */
#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding-top: 32px;
	position: relative;
}

#content {
	padding-top: 16px;
	width: 580px;
}

#menu {
	padding-top: 45px;
	float: right;
}

#menulinks {
	font-size: 11px;
}

#footer {
	padding: 0 10px 20px 10px;
	font-size: 11px;
	width: 580px;
	padding-left: 65px
}

#ads {
	padding: 24px 0 8px 0;
}

div.clear {
	clear: both;
}

div#bookmark {
	float: right;
}

div#ads2 {
	float: left;
}

