body {
	width: 900px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, Tahoma, 'Trebuchet MS', sans-serif;
	font-size: 10pt;
	background-color: #f7f7f7;
}

#header {
	height: 143px;
	width: 100%;
	border-bottom: 4px solid black;
	background: url(header.jpg) no-repeat top left;
	color:white;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

#header h1 {
	display:none;
}

#header address {
	position: absolute;
	font-style:normal;
	bottom: 0;
	right: 40px;
	width: 520px;
	height: 60px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

#nav {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	font-family: 'Trebuchet MS', 'Century Gothic', Arial, Tahoma, sans-serif;
	font-size: 18pt;
	color: #A1393A;
	text-align: right;
}

#nav a:link, #nav a:visited {
	display:block;
	color: #A1393A;
	text-decoration: none;	
	border-bottom: 1px solid #f7f7f7;
}
#nav a:hover, #a:active {
	border-bottom: 1px dotted 	#A1393A;
}
#nav ul {
	font-size: 12pt;
	margin-left: 30px;
}

#nav li {
	margin-bottom: 15px;
}

#nav ul li {
	margin-bottom: 5px;
}
#content {
	position:relative;
	float: right;
	width: 650px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	color: #E3A8A8;
	border-top: 1px solid #E3A8A8;
	padding: 10px 0 30px 0;
	text-align: center;
}

#content h1, #content h2, #content h3 {
	margin: 0 0 20px 0;
}
#content h1 {
	font-weight: bold;
	font-size: 16pt;
	line-height: 150%;
}
#content h2 {
	font-weight: bold;
	font-size: 14pt;
	line-height: 150%;
}
#content h3 {
	font-weight: bold;
	font-size: 12pt;
	line-height: 150%;
}
#content p {
margin-top: 1em;
line-height: 150%;
}
#content li {
line-height: 150%;
list-style-type: disc;
list-style-position: inside;
}
#content strong {
font-weight:bold;
}