body {
	background: #D2BD8E url('pagebg.jpg') center repeat-y;
}


p {
	font: 90%/160% Arial, Verdana, Tahoma, Sans-Serif;
	background: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

p.center {
	text-align: center;
}

#container {
	background: #FFFFFF;
	width: 750px;
	margin: 0 auto;
}


hr {
	border: 1px #FFFFFF;
	color: #FFFFFF;
}


#nav {
	background: #FFFFFF;
	float: left;
	width: 200px;

}


#content {
	background: #FFFFFF;
	float: right;
	width: 550px;

}

h1 {
	padding-left: 15px;
	font-size: 150%;
	color: #000000;
}

ul {
	font: 90%/160% Arial, Verdana, Tahoma, Sans-Serif;
}

a { 
	color: #E3798D;
	text-decoration: none;
	border-bottom: #D2BD8E 1px dashed;
	font-weight: bold;
}


a.border { 
	color: #E3798D;
	text-decoration: none;
	display: block;
	border-bottom: #D2BD8E 1px dashed;
	text-transform: uppercase;
}

a:hover {
	color: #8D4C50;
	text-decoration: none;
	border-bottom: #000000 1px dashed;
}

strong.faqquestion {
	letter-spacing: 1px;
}