
   html, body {
                height: 100%;                                                                   
                margin: 0;                                                                     
                padding: 0;   
				background: url('../images/background.jpg') no-repeat center #000000;
				font-family : 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
				font-size : 13px;    
				} 
				
				a { color: #000000; text-decoration: none; }
				a:hover { color: #000000f; text-decoration: underline;}
				a img { border: none; }       
			
                                                              
       

		#push {
                visibility: hidden;
                width: 100%;
                height: 50%;                                                                     
                margin-top: -275px;    /* Half the height of div#blueBox. */
                float: left;
            }

       
			
		#title {
				width: 700px;
				height: 50px;
				margin: 0 auto;
				text-align: right;
				clear: both;
			}

			
			
		#base {
                width: 700px;
                height: 500px;
				margin: 0 auto;
                clear: both;

               
			
                position: relative;
                top: -200px;
                position: static;
             
            }
			
		
		#content {
				width: 470px;
				height: 330px;
				float: left;
				padding-top: 35px;
				padding-left: 35px;
				padding-right: 35px;
				padding-bottom: 0px;
		}	
		
		
		#recent {
				width: 160px;
				height: 330px;
				float: right;
				padding-top:35px;
				overflow: auto;
		}

		
		#nav {
				width: 700px;
				height: 135px;
				margin: auto 0;
				clear: both;
		}

		#slider ul, #slider li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#slider, #slider li{ 
			width:500px;
			height:200px;
			overflow:hidden; 
			}
			
		span#prevBtn{}
		span#nextBtn{}	
 

img {margin-bottom: 10px;}

.side u {margin: 5px; 0;}	
		
h1 {font-size: 18px; font-weight: bold; color: #000000;} 
h2 {font-size: 16px; font-weight: bold; color: #000000;} 
h3 {font-size: 13px; font-weight: boldl; color: #000000;}

ul {margin: 0; padding: 0; list-style: none}
li {margin: 0; padding: 0; list-style: none;


		





		
		
