#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header #logo {
	height: 26px;
	width: 230px;
	margin-top: 39px;
	margin-left: 20px;
}
#wrapper #header {
	height: 75px;
}
#wrapper #menu {
	height: 30px;
}
#wrapper #imageArea {
	height: 76px;
}
#wrapper #textArea {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-bottom-color: #F3F3F3;
	margin-top: 30px;
}
#wrapper #textArea #subMenu {
	width: 200px;
}
#wrapper #textArea #main {
	width: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
}
#wrapper #footer {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F8F8F;
	text-align: center;
	padding-top: 8px;
}
#wrapper #footer a {
	color: #666666;
	text-decoration: none;
}
#wrapper #footer a:hover {
	color: #90070E;
	text-decoration: none;
}
#wrapper #menu li {
	display: inline;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 18px;
	padding-left: 18px;
}
#wrapper #menu ul {
	margin: 0px;
	float: right;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #menu a {
	color: #666666;
	text-decoration: none;
}
#wrapper #menu a:hover {
	color: #000000;
	text-decoration: underline;
}
#wrapper #subMenu li {
	display: block;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 15px;
}
#wrapper #subMenu ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#wrapper #subMenu a {
	color: #666666;
	text-decoration: none;
}
#wrapper #subMenu a:hover {
	color: #961116;
	text-decoration: underline;
}
#wrapper #textArea #headline2 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #434343;
	background-color: #E8E8E8;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
}
#wrapper #textArea #main #content {
	padding: 40px;
	text-align: justify;
	min-height: 374px;
}
