/* Slider */
#slider{
	background:url(images/slide.png) repeat-x;
	padding:10px;
	width:940px;
	height:280px;
	position: relative; /* important */
	overflow: hidden; /* important */
	margin:20px 20px 10px 20px;
}

#sliderContent {
    width: 940px; 
    position: absolute;
	top:10px;
	margin-left: 0;
	background:#fff;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
	list-style:none;
	
}
.sliderImage span {
    position: absolute;
	font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 10px;
    width: 650px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.botom {
	bottom: 20px;
    right: 20px;
}
.sidim{
	width:940px;
	height:280px;
	display:block;
}



/* home */
.box{
	width:330px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
	float:left!important;
	color:#585858;
	clear:left!important;

}
.altbox{
	float:right!important;
	clear:right!important;
		margin-bottom:20px;
}


.postimg{
	float:left;
	margin:0px 0px 5px 0px;
	width:320px;
	height:150px;
	background:#dcddcb;
	padding:5px;
}

.boxtitle  h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 5px 0px;
	font: 20px Georgia,Arial,century gothic,verdana, sans-serif;
	font-weight:normal;
	overflow:hidden;
	text-shadow:1px 1px 0px #fff;
		}

.boxtitle  h2 a, .boxtitle  h2 a:link, .boxtitle  h2 a:visited  {
	color:#b92800;
	background-color: transparent;
	}
	
.boxtitle  h2 a:hover  {
	color: #b92800;
	background-color: transparent;
	}	