html {
	background-color: #000000;
}
	body {
		background:#000 url(images/bg_body.gif) repeat-x;
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
 
	#container{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:730px;
	background:#fff;
	margin-bottom:2em;
	left: 2px;
		}	
	#header{
		height:144px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			
 
/* Easy Slider */
 
	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:770px;
		height:615px;
		overflow:hidden; 
		}	
	#prevBtn,#nextBtn{
	display:block;
	width:30px;
	height:50px;
	position:absolute;
	left:0px;
	top:282px;
		}	
	#nextBtn{ 
		left:740px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:50px;
		background:0 url(../top/img/prevBtn.png) no-repeat;	
		}	
	#nextBtn a{ 
		background:0 url(../top/img/nextBtn.png) no-repeat;	
		}												
 
/* // Easy Slider */
img { display: block; }

#wrap2 {
	margin: 0px;
	padding: 0px;
	height: 615px;
	width: 770px;
}
#leftcontents {
	margin: 0px;
	padding: 0px;
	height: 615px;
	width: 442px;
	float: left;
    display:block;
}
#rightcontents {
	margin: 0px;
	padding: 0px;
	width: 328px;
	float: left;
	display:block;
}
#rightcontents img {
	margin: 0px;
	padding: 0px;
}
#box1 {
	margin:0 auto;
	padding: 0px;
	width: 950px;
	display: block;
	text-align: center;
}
#box_l {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	display: block;
}
#box_r {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 750px;
	display: block;
}

