body {
	font-family: "century gothic", "avant garde", sans-serif;
	font-size: 13px;
	color: #ffffff;
	background: #333333;
	padding: 0;
	align: center;
	width: 100%;
}

p {
	margin-top: 10px;
}

h3 {
	font-weight: 400;
	font-size: 13px;
	color: #0066CC;
}

a {	
	align: center;
}

a:link {text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
}

a:visited {text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

img {
	border: 0px none;
}

fieldset {
	text-align: center;
	width: 430px;
}

legend {
	color: #ffffff;
}

select {
	font-family: "avant garde","century gothic",sans-serif;
	font-size: 12px;
}

option {
	text-align: center;
}

#container {
	top: 10px;
	right: 7%;
	bottom: 10px;
	left: 7%;
	background: #000000;
	margin: 0 auto 0 auto;
	width: 810px;
	height: 600px;
	z-index: 2;
}

#banner {
	clear: both;
	float: left;
	width: 810px;
	height: 155px;
	text-align: center;
	margin-top: 5px;
	z-index: 2;
}

#menu {
	clear: both;
	float: left;
	height: 35px;
	width: 810px;
	text-align: center;
	z-index: 1;
}

#bar1 {
	clear: both;
	float: left;
	width: 85px;
	height: 400px;
	text-align: center;
	z-index: 1;
}

#content {
	float: left;
	width: 470px;
	height: 400px;
	text-align: left;
	z-index: 1;
}

#bar2 {
	float: left;
	width: 245px;
	height: 400px;
	text-align: left;
	margin-top: 5px;
	z-index: 1;
}