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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #2F2F2F;
}
#wrapper {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 878px;
	margin: 0 auto;
	color: #565656;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
#header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 410px;
}
#navigation {
	width: 200px;
	float: left;
	margin-top: 100px;
	margin-left: 30px;
}

.solidblockmenu{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #60605b;
}
.solidblockmenu li{
	list-style-type: none;
	padding: 3px 0 3px 0;
}

.solidblockmenu li a{
	color: #60605b;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #a10b0c;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#topad {
	margin: 0 auto;
	background-color: #a10b0c;
	text-align: center;
	height: 100px;
	padding-top: 10px;
}
#main {
	margin: 0 auto;
	padding: 12px;
}
.sidebar-top {
	background-image: url(images/side_top.gif);
	height: 8px;
	width: 153px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.sidebar-bottom {
	background-image: url(images/side_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-position: left bottom;
}

.side-ad {
	background-color: #2a2a2a;
	width: 153px;
	float: right;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 15px;
}
.side-ad h1 {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -5px;
	background-color: #2a4850;
	height: 20px;
	font-weight: normal;
}
#content {
	width: 680px;
	margin-bottom: 25px;
	float: left;
}
#footer {
	padding: 20px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #151515;
	color: #FFFFFF;
}
#content h2 {
	font-family: "Trebuchet MS";
	font-size: 33px;
	color: #000000;
	letter-spacing: -1px;
	margin-top: 0px;
	line-height: 34px;
	margin-bottom: 10px;
}
#topbar {
	background-color: #FFFFFF;
	padding: 12px;
	height: 110px;
}
