html body { 
	font-family: verdana; 
	background-color:#757260; 
	color: #fff; 
	font-size:12px; 
}

body { 
	text-align: center;
	margin: 0px auto;
	xbackground: url('img/bgs6.jpg') repeat-y;
}
	

.text { 
	text-align: left;
}

div.text {
	background-color: #345678;
	color: #fff;
	padding: 30px 30px 30px 30px;
}

h3 {
	text-align: center;
}
	
a:link {
	color:#fff;
	text-decoration: none;
}
	
a:active {
	color:#fff;
	text-decoration: none;
}
	
a:visited {
	color:#fff;
	text-decoration: none;
}
	
a:hover {
	color:#660000;
	text-decoration: none;
}

#header {
	margin: auto;
	width: 760px;
	padding: 10px 0px 10px 0px;
	Xborder: 1px solid #456;
}

.navigation {
	font-size: 21px;
}

.smanchor {
	font-size: 14px;
}



#content {
	margin: auto;
	width: 760px;
	background-color: #fff;
	
}

.imgbox {
	width: 380px;
	min-height: 370px;
	text-align: center;
	border-top: 1px dashed #456;
	border-bottom: 1px dashed #456;
	padding: 10px 0px 10px 0px;
	float: left;
}