

   body{
        margin:0px;
		padding: 0px;
        background-color:#6e6254;

		
		}
		
		
		
		#banner{
		     width:905px;
			 height:150px;
			 background-image:url('/img/bback.jpg');
			 margin:auto;
			 border-top:solid 3px #fff;
			
			 }
			 
	
		.logo{
              margin-left:20%;
            }			  
		.slogan{
		        float:right;
				margin-right:250px;
				margin-top:35px;
				}
		#nav-bar{
		          width:600px;
				  height:34px;
				  border:solid 0px #000;
				  float:right;
				  margin-top:115px;
				  background-color: rgba(110,98,84,.5);
				
				  }
				  
				  
		    .nav table{
			     font-family: arial;
				 color:#ffffff;
				 font-weight:bold;
				 margin-left:30px;
				 
				 }
				 
			.nav td{
			       padding-right:15px;
				   padding-top:5px;
				   
				   }
				   
			.nav a{
			       color:#ccc;
				   text-decoration:none;
				   font-weight:bold;
				   }
				   
		    .nav a:hover {
			               border-bottom:solid 2px #433422;
						   padding:0px;
						   background-color:none ;
						   background:opacity:0.2;
						   color:#fff;
						   
						   }
						   
			 .form{
			          float:right;
					  margin-top:-20px;
					  padding-right:5px;
					  }
		#container{
		           width:905px;
                    height:100%;
                    border:solid 2px #ffffff;
                    margin:auto;
				    -moz-box-shadow: 0 0 5px 5px #888;
                    -webkit-box-shadow: 0 0 5px 5px#888;
                    box-shadow: 0 0 5px 5px #888;
                   }	

        #left-menu{
                    width:297px;
 					height:300px;
					border:solid 3px #fff;
					 border-left:solid 3px #fff;
					float:left;
					background-color:#bf2e1a;
					font-family:georgia;
					}
					
					
		    .special{
			         margin-left:50px;
					 
					 }
		#slide-bar{
		           width:596px;
				   height:300px;
				   border:solid 3px #fff;
				   border-right:solid 3px #fff;
				   float:right;
				   
				   }
				   
		#box{
		     width:100%;
			 height:100%;
			
             }			 
				   
		#story{
		       width:99.4%;
			   height:375px;
			   background-color:#e5e2d8;
			   clear:both;
			   border-bottom:solid 3px #ffffff;
			    border-right:solid 3px #ffffff;
				 border-left:solid 3px #ffffff;
				 -moz-box-shadow:inset 0 0 10px #000000;
                -webkit-box-shadow:inset 0 0 10px #000000;
                 box-shadow:inset 0 0 10px #000000;

			   }
			   
			

            .main{
                  width:70%;
                   height:354px;
                   border-bottom:solid 0px #ccc;
				   float:left;
				   background-color: rgba(255,255,255,.2);
                 }
               .main p{
			          font-family:Arial, Helvetica, sans-serif;
					  font-size:0.7em;
					  padding:0px 10px 10px 10px;
					   font-weight:bold;
					   line-height:20px;
					   color:#2F1D0E;
					   opacity:0.8;
					   
					   }
			    .main img{
				         padding-top:5px;
						 margin-left:35%;
						 }
             .side-ads{
                       width:29%;
					   height:200px;
					   float:right;
                        background-color: rgba(165,211,249,.5);
					  
                  } 
	    #ads{
		     width:100%;
			 height:168px;
			 border:solid 0px #000;
			 clear:both;
			 }
		#footer{
		        width:100%;
				height:100px;
				background-color:#483a31;
				}
					
			.copyright{
                        text-align:center;
                        color:#ccc;
                        font-family:arial;
						font-size:0.9em;
						
						
                    }						
	    #myslide {
		         width:160px;
				 overflow:hidden;
				 position: relative;
				 height:190px;
				 margin-bottom:20px;
				 margin:auto;
				 }
 
	#myslide .cover{
		width:480px; 
		position: absolute;
		height:190px;
		
	}
     
	  #button{
	          margin-top:30px;
			  margin-right:20px;
	          float:right;
			  }
	#myslide .mystuff{
	                 width:160px;
					 float:left;
					 padding:20px 0;
					 color:#ccc;
					 font-family:arial;
					 font-weight:bold;
					 font-size:0.9em;
					 }
 
	.button1,.button2,.button3{
	                       background:#999;
						   padding:6px;
						   display:block;
						   float:left;
						   margin-right:5px; 
						   }
	.active{
	         background:#111;
	         padding:6px;
			 display:block;
			 float:left;
			 outline:none;
			 }
	.clear{
	        clear:both;
	        }
