body {
	background-image: url(images/bg-gradient-stripe.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	color: #ffffff;
	background-color: #231f20;
	font-family: sans-serif;
	margin: 0em 0em 0em 0em;
	height: 100%;
	z-index: 0;
}

#logo, #sidebar {
	position: absolute;
	left: 15px;
}
#logo {
	top: 0px;
	z-index: 1;
}
#sidebar {
	top: 190px;
	width: 150px;
	z-index: 2;
	font-size: .7em;
	font-style: normal;
	float: none;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
}


#main, #footer, h1, #nav {
	position: relative;
	left: 180px;
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#main {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1em;
	background: #ffffff;
	color: #231f20;
}
#footer {
	text-align: right;
	font-family: sans-serif;
	background: #231f20;
	color: #ffffff;
	font-size: 0.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
	font-weight: normal;
}

#nav {
	text-align: center;
	background-color: #231f20;
	border: 1px solid #404f5b;
	padding: 10px;
	margin-bottom: 15px;
}

a {
	color: #404f5b;
}

.navlink {
	color: #afbc22;
	text-decoration: none;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
}

.contact {
	color: #afbc22;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	text-align: center;
	margin-top: 17px;
	padding-top: 0px;
}
p, dl {
	padding: 0.5em;
	margin-top: 0px;
}

dt {
	margin-top: 5px;
	font-weight: bold;
}

#buttons {
	position: relative;
	float: right;
	padding-right: 5px;
}