@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #727272;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#home {
	position: relative;
	height: 516px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}
#home #homeNav {
	position: relative;
	top: 0px;
}
#home #homeText {
	position: relative;
	top: -2px;
	text-align: left;
	background-color: #E3E1DB;
}
#home #homeText  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
}

h2 {
	font-size: 14px;
	color: #727272;
}
<!--
#seo_link {
	clear:both;
	height:40px;
	padding-top:6px;
	text-align:center;
}
#seo_link a:link img, #seo_link a:visited img, #seo_link a:hover img {
	border:none;
}
#more_keep_your {
	display:none;
	border-top: none !important;
	margin-top: 15px;
}
.read_more, .read_more a:link, .read_more a:visited {
	color:#775C20;
	cursor:pointer;
	text-decoration: none;
	display: block;
	margin: 5px 1px 0px 7px;
	text-align: right;
	font-weight: normal;
}
.read_more span:hover {
	color: #d8b970;
	text-decoration: none;
	font-weight: normal;
}


-->