#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	height: auto;
	background-repeat: repeat-x;
}
#container #top {
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#container #left {
	width: 210px;
	padding-right: 0px;
	padding-left: 15px;
	float: left;
	height: 800px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #main {
	height: 800px.px;
	width: 550px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #footer div {
	height: 25px;
	width: 800px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
	float: left;
}

#container #banner {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


body {
	background-image: url(images/browser_background.gif);
}
a:link {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:visited {
	font-size: small;
}
a:active {
	font-size: small;
}
#container #bottom_blank {
	width: 750px;
	background-color: #FFFFFF;
}
#container .clearer {
	height: 1px;
	width: auto;
}
