* {
	margin: 0;
	padding: 0;
}

body{
background: #2a3742 url(images/bg.jpg) repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #eee;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:active {
	text-decoration: underline;
}
a:hover {
text-decoration: underline;
color: #A3D74F;
}

p, li {
	line-height: 1.8em;
}
#wrap {
margin: 0 auto;
width: 800px;
}


h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
#contentbar {
background: url(images/contentbar.jpg) no-repeat top;
height: 50px;
width: 800px;
line-height: 50px;
margin-top: 20px;
}
.contentbarleft {
float: left;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
width: px;
}
.contentbarright {
float: right;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
text-align: left;
width: 530px;
}
#content {
padding: 0 10px;

}

.right {
float: right;
width: 530px;
text-align: justify;
padding-top: 20px;
font-size: 14px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
}
.right h2 a {
text-decoration: none;
color: #A3D74F;
}
.right h2 a:hover {
color: #fff;
}

.left {
float: left;
width: 220px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
.left ul li a:hover {

}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
	}
#footer {
text-align: center;
font-size: 11px;
color: #eee;
margin-top: 40px;
border-top: 1px solid #A2D84C;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #eee; }
#footer a:hover { color: #aaa; }
