* {
	margin: 0px;
	padding: 0px;
}
#wrapper #headerImg {
	height: 400px;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	background-color: #555150;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-color: #000;
	height: 900px;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
}
p {
	font-size: 36px;
	color: #000;
	margin: 20px;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #555150;
}
#wrapper #logo {
	background-color: #555150;
	height: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: auto;
}#wrapper #navigation div .link_cls a {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: normal;
	vertical-align: baseline;
	word-spacing: normal;
	text-align: center;
	border: 7px 7 #A20E0E;
}
