header {
	background-color: #000;
	height: 70px;
	width: 100%;
	margin-top: -10px;
}

header p {
	font-family: Verdana;
	color: #FFF;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 25px;
}

body {
    margin-left: auto;
    margin-right: auto;
    background-color: #2d2e2b;
    padding: 0px;
}

#page {
	margin-left: auto;
    margin-right: auto;
    background-color: #2d2e2b;
    max-width: 960px;
}

a:link {
	font-family: Verdana;
	color: #FFF;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
	color: #FFF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	color: #996633;
}

#head {
	max-width: 100%;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

h1 {
    color: #b5a283;
    text-align: left;
    font-family: Verdana;
    margin-left: 15px;
}

h3 {
	color: #FFF;
	text-align: left;
	font-family: Verdana;
	margin-left: 15px;
}

h4 {
	color: #996633;
	font-family: Verdana;
	font-size: 18px;
	margin-left: 30px;
	text-decoration: underline;
}

p {
    color:  #FFF;
    text-align: left;
    font-family: Verdana;
    font-size: 18px;
    margin: 0 15 0 15;
}

footer {
	background-color: #000;
	height: 35px;
	width: 100%;
	position: absolute;
	margin-bottom: -50px;
}

footer p {
	font-family: Verdana;
	font-size: 14px;
	color: #996633;
	max-width: 960px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}