﻿body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #E9DFD1;
}

.leftpanel {
	position: relative;
	width: 20%;
	height: 2400px;
	float: left;
	background-color: #5F492E;
}
.masthead {
	width: 79%;
	position: relative;
	float: left;
	text-align: center;
}
h1 {
	font-size: xx-large;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-size: x-large;
	text-decoration: none;
	font-weight: normal;
}
h3 {
	font-size: large;
	font-weight: normal;
}
h4 {
	font-size: medium;
}
.pixbox {
	position: relative;
	float: right;
	width: 30%;
}
a {
	color: #5F492E;
	background-color: #E9DFD1;
	text-decoration: none;
}
a:active {
	color: #5F492E;
	background-color: #E9DFD1;
	text-decoration: none;
}
a:link {
	color: #5F492E;
	background-color: #E9DFD1;
	text-decoration: none;
}
a:hover {
	color: #E9DFD1;
	background-color: #5F492E;
	text-decoration: none;
}
.content {
	width: 75%;
	position: relative;
	float: right;
	padding-top: 10px;
}
.footer {
	width: 75%;
	position: relative;
	float: right;
	text-align: center;
	padding-top: 15px;
}
.validate {
	text-align: center;
	position: relative;
	width: 79%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

