body {
		background:#222 url('img/bg_body.gif') ;
		font:14px Helvetica, Arial, Sans-Serif;
		font-weight:bold;
		text-shadow: #EEE -1px 1px;
		color:#444;
		margin:0;
		padding:0;
		text-align:center;
	}
	h1{
		font-size:16px;
		margin:0;
		}
	h2{
		font-size:14px;
		font-weight:normal;
		}	
	h3{
		font-size:14px;
		font-weight:normal;
		}	
	img{border:none;}
	a {
		text-decoration:none;
		color: #444;
		border: 0px;
		}
	a:hover{
		color:#666;
	}
	a:focus {
  		outline: none;
		}

			
    /* image replacement */
       .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
        } 
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:960px;		
		margin-bottom:2em;
		}	
	#header{
		margin:10px auto 20px auto;
		width: 800px;
		border-bottom: #EEE 1px solid;
		}	
	#header3d{
		height:48px;
		width: 800px;
		line-height:50px;
		border-bottom: #8b8b8b 1px solid;
		}			
	#content{
		position:relative;

		}
	/*#slider {
		-moz-border-radius: 10px;
     	-webkit-border-radius: 10px;
	}*/
	#footer{
		margin:0 auto;
		padding-top:20px;
		width: 800px;
	}
	#motto{
		float:left;
		height:102px;
		width:390px;
		margin-right:20px;
		border-bottom: #EEE 1px solid;

	}
	#motto3d{
		height:101px;
		width:390px;
		border-bottom: #8b8b8b 1px solid;

	}		
	#contact{
		float:left;
		height:120px;
		width:220px;
	}

	#contactcontent{
		height:80px;
		width:220px;
		border-top: #8b8b8b 1px solid;
		border-bottom: #EEE 1px solid;
		margin-top:5px;
	}
	#contactcontent3d{
		height:78px;
		width:220px;
		border-top: #EEE 1px solid;
		border-bottom: #8b8b8b 1px solid;
		line-height:80px;
	}
	#social{
		float:right;
		height:120px;
		width:150px;
	}		
	#socialcontent{
		height:80px;
		width:150px;
		border-top: #8b8b8b 1px solid;
		border-bottom: #EEE 1px solid;
		margin-top:5px;

	}
	#socialcontent3d{
		height:78px;
		width:135px;
		border-top: #EEE 1px solid;
		border-bottom: #8b8b8b 1px solid;
		padding-left:15px;
	}
	#socialcontent a{
		margin-top:25px;
		margin-left:10px;
	}
	#nav_f {
		display:block;
		width:23px;
		height:25px;
		background: url('img/f.jpg') no-repeat 0 0;
		float:left;
		}
	#nav_f:hover {
		background-position: 0 -25px;
	}		
	#nav_f span{
		display:none;
	}
	#nav_t {
		display:block;
		width:23px;
		height:25px;
		background: url('img/t.jpg') no-repeat 0 0;
		float:left;
		}
	#nav_t:hover {
		background-position: 0 -25px;
	}		
	#nav_t span{
		display:none;
	}
	#nav_as {
		display:block;
		width:39px;
		height:25px;
		background: url('img/as.jpg') no-repeat 0 0;
		float:left;
		}
	#nav_as:hover {
		background-position: 0 -25px;
	}		
	#nav_as span{
		display:none;
	}
/* Easy 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:960px;
		height:450px;
		overflow:hidden; 
		z-index:1000;
		}	

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:80px;
		height:450px;
		position:absolute;
		top:0px;
		}	
	#nextBtn, #slider1next{ 
		left:880px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:80px;
		height:450px;
		background: url('img/btn_prev.png') no-repeat 0 0;

		}	
	#nextBtn a, #slider1next a{ 
		background:url('img/btn_next.png') no-repeat 0 0;

		}	
		
	
/* // Easy Slider */
