* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #999999;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	margin-top: 40px;
}
h3 {
	font-size: 12px;
}
a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color: #0099FF;
}
a:active {
	text-decoration:none;
	color: #0099FF;
}
#container {
	width: 800px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#left {
	width: 150px;
	margin: 0px;
	float: left;
	background-image:url(../img/Menu-Left_2.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	background-position: bottom center;
	min-height: 720px;
}
#left p {
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 11px;
}
#left p a {
	font-size: 12px;
}
#top {
	width: 650px;
	min-height: 210px;
	float: right;
	background-color: #FF9900;
}
#top-graphic {
	width: 315px;
	margin: 0px;
	float: left;
}
#top-graphic p img.photo_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#top-text {
	width: 315px;
	margin: 0px;
	margin-top: 10px;
	float: right;
	min-height: 210px;
}
#top-text a {
	color: #FFFFFF;
}
#top-text a:hover {
	color: #0099FF;
}
#top-text-a {
	width: 160px;
	margin: 0px;
	float: left;
}
#top-text-b {
	width: 155px;
	margin: 0px;
	float: right;
}
#bottom {
	width: 650px;
	float: right;
	background-color: #CCCCCC;
	min-height: 500px;
	height: 500px;
	overflow:scroll;
	color: #000000;
}
#footer {
	clear: both;
	width: 800px;
}
#footer p {
	text-align:center;
	font-size: smaller;
}