﻿body {
	background-color: #333;
	color: #fff;
	font-family: Georgia;
	font-size: 16px;
	margin: 0px 0px 20px 20px;
}
#all {
	background-color: #333;
	width: 830px;
	margin: 0px auto;
	padding: 50px 20px 50px 20px;
}
#all p {
	line-height: 24px;
}
h1#mainheadline {
	text-indent: -1000px;
	background-image: url(assets/img/h1.gif);
	background-repeat: no-repeat;
	height: 94px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
h1, h2, h3 {
	font-weight: normal;
}
h2 {
	margin: 0px 0px 10px 0px;
}
#header {
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}
ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
}
li {
	padding: 0px 0px 5px 0px;
}
#menu {
	clear: both;
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 0px 25px 0px;
}
#menu h2 {
	margin: 0px;
}
h2 a {
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	padding: 10px 0px 10px 1px;
	border-bottom: 0px none;
	font-size: 25px;
}
a:hover{
	color: #3fd2a3;
}
.left, .right {
	width: 400px;
	float: left;
}
p {
	margin: 0px 0px 20px 0px;
}
.left {
	padding: 0px 30px 20px 0px;
}
.left p, .right p {
	margin: 0px;
}
hr {
	margin: 0px 0px 0px 0px;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	background-image: url(assets/img/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
