body{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000;
}
#wrapper{
	margin:0 auto;
	width:784px;
	height:auto;
}
#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	margin:auto;
	width:784px;
	height:162px;
	float:left;
}
#slideShow{
	height:387px;
	width:559px;
	margin-left:80px;
	float:left
}

/*ticker css *****/
    #newsticker-demo {  
    width:640px; 
	height:220px;
    background-color:RGBA(255,255,255,0.4);
	/*filter:alpha(opacity=20);
	-moz-opacity:0.2;
	opacity: 0.2;*/
    padding:5px 5px 0; 
	margin: 60px 65px;
	float:left;
	color:#FFF;
   }  
   #info{
	
	font-family:Verdana,Arial,Sans-Serif;  
    font-size:12px;     
	color:#FFF;
   }
   #newsticker-demo a { text-decoration:none; }  
   #newsticker-demo img { border: 2px solid #FFFFFF; }  
     
   #newsticker-demo .title {  
   text-align:center;  
   font-size:14px;  
   font-weight:bold;  
   padding:5px;  
   }  
     
   .newsticker-jcarousellite { width:640px; height:300px; }  
   .newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }  
   .newsticker-jcarousellite .thumbnail { float:left; width:110px; }  
   .newsticker-jcarousellite .info { float:rightright; width:640px; height:200px; font-family:Arial, Helvetica, sans-serif;}  
   .newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#000; }  
   .newsticker-jcarousellite .info p.message{ font-style:italic; }
     
   .clear { clear: both; }  
   
   #header a{
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:16px;
	   color:#FFF;
	   margin-left:635px;
	   margin-top:135px;
	   float:left;
	   /*position:fixed;*/
   }