body {
	margin: 0;
	padding: 0;
	background: #d4d7d9;
	font-family: georgia, times new roman, serif;
	font-size: small;
	color: #333;
	}

p	{
	margin: 0 0 2em 0;
	line-height: 1.5em;
	}

h6	{
	margin: 0;
	font-size: xx-small;
	font-weight: normal;
	}

strong {
	font-weight: bold;
	}

img {
	border: 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #36c;
	}

a:hover {
	text-decoration: underline;
	color: #24a;
	}

a:active {
	text-decoration: none;
	color: #69f;
	}

.centered {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg.gif) repeat-y center;
	text-align: center;
	}

#nav {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#nav ul	{
	width: 140px;
	margin: 0 0 0 50px;
	font-size: small;
	list-style: none;
	}

#nav li {
	width: 100%;
	}

.firstnavoff a:link, .firstnavoff a:active, .firstnavoff a:visited {
	display: block;
	padding: 1px 5px 1px 0;
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid #ddd;
	}

.firstnavoff a:hover {
	display: block;
	padding: 1px 5px 1px 0;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #ddd;
	}

.firstnavon a:link, .firstnavon a:active, .firstnavon a:visited {
	display: block;
	padding: 1px 5px 1px 0;
	text-decoration: none;
	color: #039;
	border-bottom: 1px solid #039;
	}

.navoff a:link, .navoff a:active, .navoff a:visited {
	display: block;
	padding: 11px 5px 1px 0;
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid #ddd;
	}

.navoff a:hover {
	display: block;
	padding: 11px 5px 1px 0;
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #ddd;
	}

.navon a:link, .navon a:active, .navon a:visited {
	display: block;
	padding: 11px 5px 1px 0;
	text-decoration: none;
	color: #039;
	border-bottom: 1px solid #039;
	}

#content {
	width: 425px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
	}

#content li {
	margin-bottom: 1em;
	}

#contactleft {
	width: 213px;
	float: left;
	}

#contactright {
	width: 212px;
	float: left;
	}