html {
	background-color: white;
	min-height: 100%;
	position: relative;
}

body {
	background: url("../images/top.png") no-repeat #051A1D;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 150px;
}

#container {
	background-color: white;
	padding-bottom: 40px;
	padding-top: 15px;
}

h1, h2, h3, p, ul, dl {
	margin: 0px;
}

a {
	color: #84147F;
	text-decoration: none;
}

#header {
	margin: auto;
	padding-top: 35px;
	position: relative;
	width: 800px;
}

h1 {
	background: url('../images/cock.png') no-repeat 7px;
	font-size: 15px;
	font-weight: bold;
	padding-left: 65px;
	padding-top: 65px;
	text-transform: lowercase;
}

#navigation {
	left: 300px;
	padding: 0px;
	position: absolute;
	top: 0px;
}

#navigation li {
	display: inline;
	margin-right: 10px;
}

#navigation li a {
	color: #A9A8A7;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#content {
	margin: auto;
	padding-left: 65px;
	width: 735px;
}

h2 {
	color: #A9A8A7;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

#content p {
	line-height: 1.3;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0px;
}

.member {
	display: inline-block;
	width: 210px;
}

.member h3 {
	font-size: 15px;
}

.member ul {
	padding-left: 15px;
}

#footer {
	background-color: #002025;
	bottom: 0px;
	color: #A9A8A7;
	font-size: 11px;
	line-height: 25px;
	margin: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
}
