body {
	font-family: arial, tahoma;
	font-size: 70%;
	text-align: center;
	background-color: #B49A72;
	background-image: url('images/domain/layout/sarahbg.jpg');
	margin: 10px;
}

table {
        width: 100%;
        font-size: 90%;
        text-align: left;
	background: #DDD4BC;
}

#wrap {
	width: 646px;
	text-align: justify;
	background-image: url('images/domain/layout/sarahbg2.jpg');
	margin: 0 auto;
}

#header {
	height: 392px;
}

#main {
	position: relative;
	float: left;
	width: 402px;
	margin-left: 15px;
	margin-top: -15px;
}

#nav {
	position: relative;
	float: left;
	width: 190px;
	margin-left: 15px;
	margin-top: -15px;
}

#footer {
	position: relative;
	clear: both;
	height: 16px;
	background-image: url('images/domain/layout/sarahbottom.jpg');
}

h1 {
	font-family: georgia, arial, tahoma;
	font-size: 10pt;
	line-height: 20px;
	background-image: url('images/domain/layout/sarahh1.png');
	padding: 0 0 0 30px;
}

h2 {
	font-size: 9pt;
	color: #83684D;
	font-weight: normal;
	background: #E9E3D4;
	border-bottom: 1px dotted #83684D;
	padding: 2px 2px 2px 10px;
}

a.nav:link, a.nav:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	background: #CDC2A5;
	padding: 0 0 0 2px;
	margin: 1px;
}

a.nav:hover {
	background: #A48465;
}

a:link, a:visited {
	text-decoration: none;
	color: #83684D;
}
