a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #616161;
}
a:visited {
	text-decoration: none;
	color: #616161;
}
a:hover {
	text-decoration: none;
	color: #616161;
}
a:active {
	text-decoration: none;
	color: #616161;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
p {
	margin: 15px;
}

#body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#body #logo {
	height: 120px;
	padding-top: 0px;
	background-color: #FFF;
	top: 10px;
}
#body #ShortBar img {
	width: 165px;
	padding-top: 8px;
	background-color: #FFF;
	float: left;
}
#body #LongBar img {
	width: 635px;
	padding-top: 8px;
	background-color: #FFF;
	float: right;
}
#body #BodyArea #MenuBar {
	background-color: #FFF;
	width: 165px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 50%;
	color: #616161;
}
#body #BodyArea #PictureFrame {
	height: 150px;
	width: 635px;
	background-color: #CCC;
	float: right;
}

#body #BodyArea #Content {
	width: 635px;
	background-color: #FFF;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #616161;
}


#body #BodyArea #bar {
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	width: 650px;
	clear: both;
	padding-top: 10px;
}
#body #BodyArea #Footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #616161;
	background-color: #FFF;
	height: 20px;
	padding-left: 75px;
	padding-top: 5px;
	float: left;
	padding-bottom: 50px;
}
#body #BodyArea #BottomMenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #616161;
	height: 20px;
	padding-top: 5px;
	float: right;
	padding-right: 75px;
	padding-bottom: 50px;
}
