*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: #403320;
	padding: 0px;
}

h1 {
	font-family: 'gill sans', arial, sans-serif;
	font-weight: bold;
	line-height: 35px;
	font-size: 18px;
}

h2 {
	font-family: 'gill sans', arial, sans-serif;
	font-weight: bold;
	line-height: 25px;
	font-size: 18px;
}

div#background {
	border: 0px white dotted;
	text-align: left;
	width: 900px;
	margin: 50px auto 50px auto;
}

div#content {
	border: 0px green dotted;
	width: 425px;
	margin: 0px 0px 0px 75px;
	float: left;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: black;
}

div#content a {
	text-decoration: none;
	font-weight: normal;
	color: #95784e;
}

div#content a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #403320;
}

div#leftColumm {
	border: 0px green dotted;
	width: 300px;
	margin: 0px 0px 0px 25px;
	float: left;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: black;
}

div#leftColumm a {
	text-decoration: none;
	font-weight: normal;
	color: #403320;
}

div#leftColumm a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

div#nav {
	border: 0px orange dotted;
	width: 375px;
	margin: 0px 25px 0px 0px;
	float: left;
}

div#footer {
	padding: 5px 15px 15px 15px;
	background-color: #d3d3be;
	background: url(../../images/footerbg.jpg);
	width: 945px;
	height: 85px;
	font-weight: normal;
	font-size: 11px;
	color: #d3d3be;
	position: relative;
}

div#footer a, div#sitemap a {
	text-decoration: none;
	color: #d3d3be;
	font-weight: normal;
}

div#footer a:hover, div#sitemap a:hover {
	text-decoration: none;
	color: #2a2a2a;
	font-weight: normal;
}