@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.top-bar {
	background: #565656;
	height: 10px;
}
.box {
	width: 985px;
	margin: 0 auto;
}
#header {
	background: bottom repeat-x url(header-bg.png);
	padding: 10px 0;
}
#header .logo {
}
#main-nav {
	padding: 10px 0;
	background: #be3e0e;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
#main-nav a {
	color: #fff;
	text-decoration: none;
}
#main-nav a:hover {
	text-decoration: underline;
}
#main-nav ul {
	list-style: none;
	display: inline-block;
	margin: 0 auto;
}
#main-nav li {
	display: block;
	float: left;
	margin-right: 15px;
}
#toplinks {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
#wrapper {
	overflow: hidden;
	padding: 20px 0;
}
#wrapper .right-side {
	float: right;
}
#wrapper .left-side {
	width: 160px;
	float: left;
}
#content {
	width: 550px;
	float: left;
	margin-right: 15px;
}
#content h2 {
	color: #ce4105;
}
#content h3 {
	color: #79a411;
}
#content .bodybox {
	width: 336px;
	float: right;
	margin-left: 10px;
}
#content .fbox {
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
}
#content h1, h2, h3, p, ol, ul, table, input, textarea, blockquote {
	margin-bottom: 14px;
}
#content img[align=right] {
	margin-left: 10px;
}
#content ul, ol {
	margin-left: 30px;
}
#sidebar {
	width: 240px;
	float: right;
}
#sidebar hr {
	background: #ccc;
	height: 2px;
	margin-bottom: 10px;
}
#sidebar h4 {
	padding-bottom: 10px;
}
#sidebar p {
	margin: 0;
	padding-bottom: 10px;
}
#sidebar .side-top {
	background: top left no-repeat url(side-top.png);
	height: 103px;
}
#sidebar .side-box {
	background: left repeat-y url(side-bg.png);
	padding-left: 30px;
}
#sidebar .side-bottom {
	background: top left no-repeat url(side-bottom.png);
	height: 104px;
}
#bottom {
	padding: 10px 0;
	background: #565656;
	border-top: 3px solid #444444;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
#bottom a {
	color: #fff;
}

