body {
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-size: 11px;
	color: #000000;
	background-color: #030;
}
#container {
	background-color: #030;
	padding: 0px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px solid #FF6;
	background-image: url(../images/bg-image-test2);
	background-position: center;
}
#container2 {
	background-color: #030;
	padding: 0px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px solid #FF6;
	background-image: url(../images/bg-image-test2.gif);
	background-position: center;
}
#header {
	background-color: #060;
	height: 150px;
	width: 820px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(../images/banner-test-4.gif);
}
#navigation1 {
	color: #030;
	background-color: #FF6;
	height: 20px;
	width: 820px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: right;
}
#local-container {
	color: #000000;
	width: 820px;
	position: relative;
}
#left {
	background-color: #060;
	padding: 0px;
	float: left;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
#center {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	width: 458px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
#center2 {
	background-color: #ffffff;
	padding: 10px;
	float: left;
	width: 628px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
#right {
	background-color: #060;
	padding: 10px;
	float: left;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	color: #FFF;
	text-align: center;
}
#footer {
	color: #ffffff;
	background-color: #060;
	padding: 10px;
	float: none;
	height: 40px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}

