body {
			font-family: Arial, Helvetica, sans-serif;
 			font-size: 13px;
 			margin-top:30px;
 			text-align: center;
 			background:url('images/top_bg.png') repeat-x;
 			background-color: #fff;
 			color: #333;
		}
		
.clear{
			clear: both;
		}
		
img{border: none;}			
a{text-decoration: none; color: #999;}
a:hover{color: #FF8000;}
#wrapper { margin: 0 auto; width: 860px; padding-top: 15px; margin-bottom: 50px; }
		
#header{text-align: right; border-bottom:1px solid #CCC; height: 40px;}

#header a{text-decoration: none; color: #999; text-transform: uppercase; margin-left: 10px;}
#header a:hover{color: #FF8000;}

#header img{float: left;}

#content{ width: 860px; margin: 0 auto; margin-bottom: 10px; text-align:center;}
	
	
#inner_content{margin: 10px;}

#content_bottom{ width: 860px; margin: 0 auto; margin-bottom: 10px; text-align: left;}
#content_bottom li{list-style-type: none;}

.left{ float: left; width: 280px; }

.middle{float: left; width: 280px; text-align: center; height: 200px;}

.right{ float:left;  width: 280px;}

h1{font-family:"Helvetica"; font-size: 32px; font-weight: lighter; color: #FF8000; }

#center{width: 600px; text-align: center; display: block; margin: auto;}

strong {font-size: 14px; color: #000;} 

		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:840px;
			display:none;
			text-align: left;
			border: 1px solid #ccc;
			background:url('images/top_bg_slider.png') repeat-x;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:840px;
			margin: 5px;
			height:300px;
			display:block;
		}
		
