body {
	background: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 40px 0;
}

#container {
	text-align: center;
}

#site {
	background: url('img/site-bg.gif') repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 726px;
}

#logo {
	float: left;
}

a {
	color: #258da9;
}

a:hover {
	color: #d43f28;
}
#nav {
	float: left;
	margin: 45px 0 0 10px;
}

#nav a {
	border-bottom: 2px solid #d43f28;
	color: #4f4f4f;
	display: block;
	float: left;
	font-size: .9em;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 0 45px;
	text-decoration: none;
}

#nav a:hover {
	color: #d43f28;
}

#header-top {
	background: url('img/top.gif') no-repeat;
	height: 17px;
}

#header-bottom {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.content-div {
	background: url('img/page-div.gif') no-repeat;
	clear: both;
	height: 5px;
}

.content-body {
	color: #6b6b6b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: .9em;
	line-height: 26px;
	padding: 5px 22px 30px 22px;
	position: relative;
}

#content-home-graphic {
	background: url('img/home-graphic-1.gif') no-repeat;
	float: right;
	height: 186px;
	margin: 30px -44px 20px 40px;
	width: 350px;
}

#content-home-graphic-2 {
	background: url('img/home-graphic-2.gif') no-repeat;
	float: right;
	height: 186px;
	margin: 35px -50px 20px 40px;
	width: 375px;
}

#content-home-graphic-3 {
	background: url('img/home-graphic-3.gif') no-repeat;
	float: right;
	height: 186px;
	margin:  10px -22px 0 40px;
	width: 278px;
}

strong {
	font-weight: bold;
}

p {
	margin: 0 0 15px 0;	
}

ul {
	margin: 10px 0 15px 0;	
}

ul li {
	list-style-type: disc;
	margin: 3px 0 0 45px;
}

#footer {
	clear: both;
}

#footer div {
	float: left;
}

#copy {
	clear: both;
	color: #666;
	font-size: .8em;
	padding: 20px 0;
	text-align: center;
}