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

#banner {height: 300px;}

#sidebar {float: left;}
#content {float: right;}

@media handheld, only screen and (max-width:950px) {
	#content , #sidebar {float: none;width: auto;}
	#banner, #slideshow, #slideshow .slides, #slideshow .slides li {width: auto; min-height: 180px; max-height: 200px;}
	#banner {display: block; position: relative; top: 45px;}
	#slideshow .slides li {width: auto;}
	#slideshow .slides-nav li a { width: 30px; height: 30px; border-radius: 15px; margin-right: 10px;}
	#slideshow .slides-nav {margin-top: -40px; right: 0;}
	#main {margin-top: 20px;}
	#sidebar { margin: 1em auto; float: none;}
	#sidebar .article {margin: 0 auto; text-align: center;}
	#sidebar .article table {margin: 0 auto;}
	#content .col_3 {float: none; width: auto;}
	}