/* default CSS */

#middle {
background-image: none;
background-repeat: no-repeat;
}

#sidebar {
display: none;
}

#content {
padding: 20px 10px;
width: 940px;
}

#content_home_main {
clear: both;
}

#content_home_left {
float: left;
width: 740px;
}

#content_home_right {
float: right;
width: 190px;
}

/* Rotating AD Styles*/
#rotating_area {
border: 1px solid #BFD3E6;
background-color: #BFD3E6;
display: block;
width:738px;
height: 156px;
}

.swapbox { 
	width: 738px;
    padding: 0;  
    margin:  0;  
}

.swapbox  img {  
	width: 738px;
    background-color: #eee;
	border: 0;
} 

#home_ad_wrapper { 
border: 1px solid #BFD3E6;
width: 738px;
overflow: hidden;
height:325px;
margin-bottom: 10px;
}

#home_ad { 
border-bottom: 1px solid #ccc;
z-index: 1;
}
#nav { 
	padding: 5px 0 0 5px; 
	margin: 0; 
	height: 20px;
}
#nav a {
	 border: 1px solid #ccc; 
	 background: #C0C8CB; 
	 text-decoration: none; 
	 margin: 5px 3px 1px 2px;
	 padding: 2px;
	 color: #C0C8CB; 
	 font-size: .6em;  
 }
#nav a.activeSlide { 
	width: 738px;	
	background: #054990; 
	color: #054990; 
}
#nav a:focus {
	outline: none; 
}
#prev_next { 
	font: bold 1.1em Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-right: 8px;
	margin-top: -22px; 
	float: right; 
}

#prev_next a { 
	text-decoration: none;
	color: #959C9F;
}

#prev_next a:hover { 
	text-decoration: none;
	color: #054990;
}
