@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
.navigation {
	font-family: "Trebuchet MS", arial;
	font-size: 18px;
	color: #333333;
}
p {
	padding: 5px;
}
h2 {
	background-color: #e1e1e1;
	color: #333333;
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
.bodytext {
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #000000;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.spacer10 {
	height: 10px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
#contrainer {
	width: 100%;
	height: 100%;
}
#header {
	width: 100%;
	height: 244px;
	background-color: #000000;
	text-align: center;
}
#header2 {
	width: 100%;
	height: 32px;
	background-color: #e1e1e1;
	text-align: center;
}
#navigation {
	width: 200px;
	height: 800px;
	background-color: #ffffff;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
#navigation a {
	display: block;
	padding: 5px;
}
#content {
	width: 100%;
	height: 800px;
	background-color: #ffffff;
	padding-top: 20px;

