#container {
	background-color: #ffffff;
	height: auto;
	width: 800px;
	padding: 10px 0px 10px 0px;
	
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	height: auto;
	width: 800px;
	position: relative;
	margin: 0px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	background-color:#cccccc;
	
}
#header {
	height: 170px;
	width: 800px;
	vertical-align: baseline;
	text-align: left;
	line-height: 100%;
	background-color:#ffffff;
}
#leftContent {
	height: auto;
	width: 124px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 24px;
	background-color:#ffffff;
}
#leftContent a:link {
	color: #333333;
	text-decoration: none;
}
#leftContent a:hover {
	color: #660000;
	text-decoration: none;
	}
#leftContent a:visited {
	color: #333333;
	text-decoration: none;
}

#rightContent {
	height: auto;
	width: 596px;
	float: right;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color:#ffffff;
}
#flashContent {
	height: auto;
	width: 780px;
	float: right;
	align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#ffffff;
}
#footer {
	clear: both;
	height: 30px;
	width: 800px;
	text-align: center;
	background-color:#ffffff;
}
h1 {
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
	
}
