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

body {
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #B6FC5D;
}

#bg {
	position:relative;
	background-image: url(img/header_bgimage.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	position:relative;
	width: 775px;
	position:relative;
	left:50%;
	margin-left:-388px;
	padding: 0px;
}

h4 {
	width: 245px;
	margin: 0px 0px 10px;
	font-size: 90%;
	background: #c99a36 url(img/ds_bg.gif) repeat-x left bottom;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-transform: uppercase;
	color: #382200;
	float: right;
	clear: both;
}
.h5 {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 200%;
	color: #60872d;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	width: 510px;
}

#content {
	padding-top: 20px;
	clear: both;
	background-position: center;
	margin: 0px;
}
#main {
	background-color: #fff;
	float: left;
	width: 460px;
	padding: 20px;
	margin: 30px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#sidebar {
	width: 245px;
	float: right;
	margin-top: 30px;
	background-color: #fff;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  
 .newrelease {
	width: 245px;
	float: right;
	clear: both;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
 }
 
  .newimg {
	margin: 0 8px;
	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	float: left;
	height: 75px;
	width: 75px;
  	}
	
	
.new01 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 95%;
	line-height: 110%;
	font-weight: bold;
	margin: 0px;
	clear: right;
	color: #000000;
  	}
	
.new02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	color: #000000;
	font-weight: normal;
}

.new03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 110%;
}
.new03  a {
	font-size: 100%;
	color: #ce9a2a;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.new03 a:hover {
	text-decoration: underline;
}


#mailinglist {
	width: 245px;
	float: right;
	clear: both;
	margin: 0px 0px 15px;
	padding: 10px 0px 0px;
}
  
#mailinglist ul {
	margin: 0;
	list-style: none;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 190px;
}
  
#mailinglist li {
	margin: 0 0 1px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
}

.thumbnail {
	float: left;
	width: 245px;
	border: 1px solid #999;
	margin: 0 20px 20px 0;
	padding: 5px 0px 0px;
}

.clearboth { clear: both; }

.feedsweep {
	overflow: hidden;
}

.feedsweep_title {
display: none;
}

.feedsweep_date {
	margin: 0px;
	padding: 5px 0px 0px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8df8c;
	color: #4f3c1c;
	font-size: 85%;

}

.feedsweep_headline a {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	color: #60872d;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 100%;
	float: left;
}

.feedsweep_headline a:hover {
	text-decoration: underline;
}

.feedsweep_body {
	margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: 140%;
	color: #4f3c1c;
	padding-right: 10px;
	padding-left: 30px;
	clear: left;
}

#overlay {
	background-image: url(img/overlay.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 100;
	position: relative;

}

