body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#center{
	color: #666666;
	height: 570px;
	width: auto;
	background-image: url(../images/photo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.contact{
	color: #666666;
}
#welcome{
	color: #666666;
	padding-top: 233px;
	padding-left: 23px;
	height: 156px;
	width: 800px;
	position: static;
}
#img{
	position: static;
	float: left;
	margin-right: 6px;
}
#txt{
	color: #003277;
	position: static;
	padding-top: 15px;
	line-height: 25px;
}
a:link {
	color: #003277;
	text-decoration: none;
}
a:visited {
	color: #003277;
	text-decoration: none;
}
a:hover {
	color: #F38B10;
	text-decoration: underline;
}
