#container {
	background-color: #FFFFFF;
	height: 615px;
	width: 800px;
	position: relative;
	left: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	border: thin none #999999;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: auto;
	top: 0px;
	background-position: center;
}
#footer {
	background-color: #FFFFFF;
	height: 20px;
	width: 780px;
	padding-right: 0px;
	padding-left: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#navigation {
	float: left;
	height: 30px;
	width: 300px;
}
#top {
	background-color: #FFFFFF;
	height: 145px;
	width: 800px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #999999;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	float: left;
	height: 30px;
	width: 300px;
	padding-left: 0px;
}
#image {
	background-color: #FFFFFF;
	float: right;
	height: 450px;
	width: 500px;
	padding: 0px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	height: 390px;
	width: 250px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 20px;
	margin-right: 0px;
	padding-top: 5px;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow:auto
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF3333;
}

