/* ------------------------------------------------------------

------------------------------------------------------------ */

html {
	height: 100%;
	margin: 0px;
	
}

body {
	
	padding: 0px;
	margin: 0px;
	color: #E5E5E5;
	background:#657270;

	
}
	
body, p, td, ul, div {
	font: 12px Tahoma, "Times New Roman";
	
	

}
#wrap{width:715px;
height:auto;
margin:0 auto;
}
#top {
width:715px;
height:56px;
background: url(img/logo.jpg) no-repeat top; 
margin: o auto;
}

#banner {
width:715px;
height:295px;
margin: 10 auto;
}

#content {
width:715px;
height:auto;
margin-top:10px auto;


}

.right{
width:350px;
height: auto;
float:right;
margin-top:0px
}




.padding {
	padding:20px;
	
	
}


a:link, a:visited  {
	color:#9ecff3 ;
	text-decoration:underline;

}
				
a:hover {		
	color: #5e9bc9;
	text-decoration:none; }


.h1{font-size:18px;
font-weight:bold;}


.imgborder{border: #CCCCCC 2px solid;}

.imgborder1{border: #CCCCCC 1px solid; margin-left:10px;}


.slideshow { border: #CCCCCC 2px solid;}

.basetext { font-size:11px;}