/* CSS Document */
body {
	min-width:776px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-color: #d2d2bd;
	margin-top:25px;
	padding:0;
}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#d9745e;
	margin:0 0 10px 0;
	padding:4px;
}
#wrapper {
	width:728px;
	text-align:left;
	margin:0 auto;
}
#mainWrapper {
	position:relative;
	width:728px;
}
#sidebarWrapper {
	width:186px;
	display:inline;
	float:left;
}
#sidebar {
	background-color: #d2d2bd;	
	color:#000;
}
#contentWrapper {
	width:530px;
	float:right;
	display:inline;
}
#content {
	background-color:#FFF;
	color:#555;
	padding:5px;
	margin-top:1px;
	line-height:125%;
	font-stretch:wider;
}
#content h2 {
	font-size:12px;
	font-weight:bold;
	color:#666600;
	background-color:#FFF;
	margin:0;
}
#content h3 {
	font-size:11px;
	font-weight:bold;
	margin:0;
}
#content ul{
	line-height:20px;
	list-style-type:square;
}
#content a {
	font-weight:bold;
	color:#8B0000;
	background-color:#fcfcfc;
}
#content a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#content .special {
	border:1px dashed #CCCCCC;
	padding:10px;
	margin:5px;
	background-color:#fcfcfc;
	color:#555;
}
#content .special p {
	margin:0px;
}
.clear {
	clear:both;
	height:auto;
	line-height:0px;
}
#header {
	position:relative;
	width:186px;
	height:74px;
	padding:0px;
	margin:0px;
}
#imageContainer {
	position:relative;
	margin-top:10px;
	width:186px;
	height:154px;
}
#menuHolder {
	position:relative;
	margin-top:10px;
	width:186px;
}
#menu {
	padding:5px;
	line-height:20px;
	font-weight:bold;
	text-align:center;
}
#menu a {
	color:#990000;
	background-color:#FFF;
}
#footer {
	text-align:center;
	margin:10px 0;
	padding:2px;
}
#footer a, #footer a:hover, #footer a:visited {
	color:#555;
	background:#FFF;
	text-decoration:none;
	font-weight:normal;
}
.sponsors {
	position:relative;
	margin-top:10px;
	width:186px;
	text-align:center;
}
.titleContainer {
	background-color:#d9745e;
	color:#FFF;
}
.titleLeft {
	background:url(../images/header_left.gif) no-repeat;
	width:2px;
	height:27px;
	float:left;
}
.title {
	background:url(../images/header_center.gif) repeat-x;
	width:auto;
	height:27px;
	float:left;
}
.title h1 {
	font-size:16px;
	font-weight:bold;
	margin:2px;
	padding:0px;
}
.titleRight {
	background:url(../images/header_right.gif) no-repeat;
	width:37px;
	height:27px;
	float:left;
}
.top {
	background:url(../images/top.gif) no-repeat;
	height:2px;
}
.middle {
	background:url(../images/middle.gif) repeat-y;
}
.bottom {
	background:url(../images/bottom.gif) no-repeat;
	height:4px;
}
.ads {
	margin:5px;
}
.searchBox {
	margin:20px 0;
}
#social{
        position:absolute;  
        width:58px;
        /*height:316px;*/
        top:10px
        right:10px;
        padding:4px 4px 4px 4px;
        background:#FFFFFF;  
        border:1px solid #CCC;  
        z-index:100;
}
.addthis_toolbox a.addthis_button_tweet, .addthis_toolbox a.addthis_button_facebook_like, .addthis_toolbox a.addthis_counter {
	padding-top: 16px;
}
.addthis_toolbox a.addthis_counter {
	padding-left:2px;
}
