	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:0 20px;
		}
	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 */
		
	#content{
		position:relative;

		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:990px;
		height:320px;
		overflow:hidden; 
		}	
	
		
	/* numeric controls */	

	ol#controls{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		margin:0em 1em;
		padding:0;
		height:24px;	
		}
	ol#controls li{
		margin:0 4px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		line-height:18px;
		}
	ol#controls li a{
	float:left;
	height:22px;
	line-height:22px;
	border:1px solid #3467a8;
	color:#555;
	padding:0 7px;
	text-decoration:none;
	background-image: url(../images/numbersbg.png);
	background-repeat: repeat-x;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #3467a8;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

