html, body {
	padding: 0;
	margin: 0;
	background: #fff url('../images/main_background.gif') repeat-y center;
	font-family: verdana, sans-serif;
	color: #000;
}
p {
	text-align: justify;
}
.wrapper {
	width: 744px;
	margin: auto;
	font-size: 0.9em;
	position: relative;
	background: #fff url('../images/content_background.gif') repeat-y center;
}
#header {
	height: 150px;
	background: #efefef url('../images/header_background.gif') repeat-y top center;
}
#header h1 {
	position: absolute;
	top: 0;
	background: transparent url('../images/header_left_logo.gif') no-repeat top left;
	width: 150px;
	height: 66px;
	margin: 0;
}
#header h1 a {
	display: block;
	width: 130px;
	height: 0;
	padding-top: 35px;
	margin-top: 25px;
	margin-left: 20px;
	overflow: hidden;
}

#header #main_logo img {
	border: 0;
}
#header #main_logo {
	text-align: center;
}
#header #main_nav  {
	position: absolute;
	top: 0;
	right: 25px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#header #main_nav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 33px 0 0 10px;
}
#header #main_nav li a {
	cursor: pointer;
	float: left;
	text-transform: lowercase;
	border-left: 3px solid #d0d0d0;
	padding: 2px 0 2px 5px;
	color: #707070;
	text-decoration: none;
}
#header #main_nav li a:hover {
	border-color: #ffab3c;
	color: #000;
}

#icons ul,
#icons li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#icons {
	background: #f7f7f7;
	width: 700px;
	margin: auto;
	font-family: serif;
	font-size: 1.2em;
}
#icons li {
	margin: 0 20px;
	float: left;
	text-align: center;
}
#icons[id] li {
	margin: 0 23px;
}
#icons li a {
	color: #f7f7f7;
	display: block;
	float: left;
	text-decoration: none;
}
#icons li a:hover {
	color: #000;
}
#icons li a img {
	border: 0;
}
#icons li a span {
	display: block;
}

#main_area {
	clear: both;
	padding-top: 1em;
}

#main_area h2 {
	font-size: 1.25em;
	font-family: serif;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin: 0;
	color: #424242;
}
#main_area h3 {
	margin: 0 0 0 5px;
	border-top: 1px dashed #cecece;
	font-size: 1em;
	font-weight: normal;
	font-family: serif;
	color: #e98d00;
	padding: 10px 0 0 20px;
	background: transparent url('../images/header_arrow.gif') no-repeat left center;
	height: 20px;
}
#main_area p {
	margin-top: 0.75em;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #636563;
}
.post_block .title {
	margin: 0 0 0 0;
	font-size: 1em;
	font-weight: normal;
	font-family: serif;
	color: #e98d00;
	padding: 10px 0 0 15px;
	background: none !important;
	height: 20px;
}
.post_block p {
	padding: 0 15px 0 15px;
}
#content {
	clear: both;
	padding: 8px;
	float: left;
	width: 480px;
	margin-right: 20px;
}

#features {
	width: 200px;
	float: left;
	padding: 8px;
}

#features ul,
#features li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#features li {
	float: left;
}
#features li a {
	float: left;
	border: 1px solid #d3d3d3;
	margin: 4px;
}
#features li a:hover {
	border-color: #ffab3c;
}
#features li a img {
	vertical-align: bottom;
	border: 1px solid #fff;
}
#features h2 {
	clear: both;
	border-bottom: 1px dashed #cecece;
	margin-bottom: 0.75em;
}
#features h3 {
	clear: both;
	border: none;
	background: transparent;
	padding: 1em 0 0 0;
	margin: 0;
}
.post_block {
	padding-bottom: 10px;
	}
#footer {
	background: #fff url('../images/main_background.gif') repeat-y center;
	font-size: 0.7em;
	color: #777;
	clear: both;
	padding: 8px;
}
