#sidebar {
	width: 300px;
	margin-left: 20px;
	float: right;
}
#search_box {
	padding: 10px;
	width: 280px;
	background-color: #f0f0f0;
	margin-bottom: 15px;
	height: 27px;
}
#s {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
	height: 18px;
	width: 205px;
	border: 1px solid #bcbcbc;
	color: #bcbcbc;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#searchsubmit {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	height: 27px;
	background-color: #d5d5d5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	float: right;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
#searchsubmit:hover {
	-webkit-border-radius:5px;
	background-color: #63b4ff;
}
.module {
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
}
.module_ad {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
}
.module .float_left{
	float: left;
	width: 120px;
}
.module .float_left img:hover{
	opacity: 0.8;
}
.module .float_left .readmore a{
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/readmore_grey.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 91px;
	display: block;
	line-height: 20px;
	padding-left: 5px;
	margin-top: 10px;
	float: left;
}
.module .float_left .readmore a:hover{
	background-image: url(../images/readmore_blue.png);
}
.module .float_right{
	float: right;
	width: 165px;
}
.module .float_right .title a{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.module .float_right .title a:hover{
	color: #63b4ff;
}
.module .float_right .subtitle{
	font-size: 11px;
	font-style: italic;
}
.module .float_right .excerpt{
	font-size: 12px;
	color: #848484;
	margin-top: 10px;
}
.module .float_right .excerpt p{
	margin-top: 0px;
}
.module ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.module ul li{
	margin-bottom: 5px;
}
.link_module {
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
}
.link_module li {
	margin: 0px;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.link_module .rss {
	padding-left: 25px;
	background-image: url(../images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.link_module .fb {
	padding-left: 25px;
	background-image: url(../images/icon_facebook.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.link_module .twitter {
	padding-left: 25px;
	background-image: url(../images/icon_twitter.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

