@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f7f7f7;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 110px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
text body {
	margin: 10px;
	padding: 10px;
}
#wrapper #Navigation {
	height: 25px;
	background-color: #CCCCCC;
	width: 800px;
}
#wrapper #Navigation #MenuBar1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 800px;
}
#wrapper #inside {
	height: 150px;
	width: 800px;
}
#wrapper #left {
	height: auto;
	width: 759px;
	background-color: #CCCCCC;
	float: none;
	margin: auto;
	top: 20px;
	right: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0px;
	clear: none;
	float: none;
}
#wrapper #footer {
	height: 20px;
	clear: none;
	background-color: #25271E;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	width: 799px;
	float: left;
}
