	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:0 5px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		border: none;
		width:680px;
		position:absolute;
		left:0px;
		top:0px;	
	}	
	#header{
		line-height:50px;
		background:#5DC9E1;
		color:#fff;
	}				
	#content{
		position:relative;
	}
	#slider{		
		margin:7px;
	}		

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:5px;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:668px;
		height:158px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:60px;
		height:37px;
		position:absolute;
		left:-10px;
		top:158px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:523px;
	}
															
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:60px;
		height:37px;
		background:url(../img/btn_prev.gif) no-repeat 0 0;	
	}
		
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.gif) no-repeat 0 0;	
	}
	
	#prevBtn a:hover, #slider1prev a:hover{ 
		background:url(../img/btn_prevh.gif) no-repeat 0 0;	
	}	
		
	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(../img/btn_nexth.gif) no-repeat 0 0;	
	}	
		
	/* numeric controls */
	
	ol#controls{
		padding:0;
		height:0px;
		float:left;		
		color: #1b4966;
		font: 24px "Arial";
	}
	
	ol#controls li{
		float:left;
		list-style:none;
		padding:0 5px 0 5px;	
	}
	
	ol#controls li a{
		float:left;
		height:28px;
		width:28px;
		height:17px;
		/*border:1px solid #ccc;
		background:#C2A89A;*/
		color:#555;
		text-decoration:none;
		font: 24px "Arial";
	}
	ol#controls li.current a{
		background:#1b4966;
		height:28px;
		width:28px;
		color:#fff;
		font: 24px "Arial";
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#container ol {
	margin: 0px;
	padding: 0px;
	display:block;
	}
	
	
	#container ol a{
	width:20px;
	padding-top:2px;
	*padding-bottom:3px;
	text-align:center;
	display:static;
	margin-right:3px;
	}
/* // Easy Slider */