body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Corbel, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

h1 {
	font-size: 1.9em;
	line-height: 1.1em;
	color: #97bcc3;
	margin-bottom: 1em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}


#wrap {
	width: 800px;
	text-align: left;
	overflow: hidden;
	border: 20px solid #dbd4c7;
	margin: 0 auto;
	background-color: #fff;
}

#mast {
	overflow: hidden;
}
	#topnav {
		width: 250px;
		float: right;
		text-align: right;
		margin: 30px 30px 0 0;
	}
	#mainnav {
		clear: both;
		text-align: right;
		margin: 0 85px 0 85px;
		border-top: 5px solid #dbd4c7;
		padding: 20px 0 30px 0;
	}
a.nav {
	color: #4d2a12;
	text-decoration: none;
	margin-left: 16px;
	font-size: 1.2em;
}
	a.nav:hover {
		color: #97bcc3;
	}
	
#content {
	padding: 0 110px 40px 110px;
	overflow: hidden;
}
	#home-top-content {
		margin-bottom: 20px;
	}
	#home-bottom-content {
		
	}


