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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
}

a {
	text-decoration: none;
}

.body-links {
	margin-bottom: 10px;
}

.body-ad {
	width: 336px;
	float: right;
	margin-left: 5px;
	margin-top: 13px;
}

.footer-links {
}

#wrap {
	width: 888px;
	margin: 10px auto;
}

#header {
	margin-bottom: 15px;
}

.sidebox {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
}

.blue {
	background: #004fa4;
}
.orange {
	background: #f6681a;
}
.green {
	background: #029d01;
}
.red {
	background: #ff130b;
}
.yellow {
	background: #fbc500;
}
#sidebar {
	width: 222px;
	float: left;
}
#sidebar a {
	color: #000;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar h4 {
	border: 1px solid #000;
	padding: 5px 10px;
	text-align: center;
}
#sidebar ul {
	list-style: none;
	margin-top: 5px;
}
#sidebar ul li {
	background: #fff;
	color: #000;
	padding: 2px;
}
/* SIDEBAR ATTEMPT
#sidebar ul {
	list-style: none;
	background: url('sidebar-bottom.png') left bottom no-repeat;
	padding-bottom: 22px;
	margin-bottom: 10px;
}

#sidebar h4 {
	background: url('sidebar-top.png') left top no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
}
#sidebar li {
	display: block;
	padding: 5px 10px;
	background: #c00000;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#sidebar li:hover {
	background: #fff;
	color: #c00000;
}
#sidebar li:hover a {
	color: #c00000;
}
#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	color: #c00000;
}
SIDEBAR ATTEMPT */
#content {
	width: 651px;
	float: right;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
#content a:hover {
	text-decoration: underline;
}
#content ul, ol {
	margin-left: 25px;
}
#content h1 {
	border-bottom: 2px solid #c00000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 1px;
}
#content p {
	padding: 10px 0;
	line-height: 22px;
}
#content h2, h3, h4 {
	padding: 10px 0;
}
#content img {
	border: 0;
	margin: 0 5px;
}
#footer {
	clear: both;
	border-top: 2px solid #c00000;
	font-size: 14px;
	padding: 10px 0;
}