#control {
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	position: relative;
	width: 780px;
}

#header {
	background-image: url(./images/header_c1.jpg);
	background-repeat: no-repeat;
	height: 204px;
	width: 780px;
	z-index: 10;
}

#menu_bar {
	height: 100px;
	padding-left: 5px;
	position: relative;
	top: 160px;
	width: inherit;
	z-index: 2;
}

.menu_display {
	background-image: url(./images/bullet.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	height: 20px;
	list-style-image: none;
	list-style-style: none;
	margin: 0px;
	padding-left: 25px;
	padding-right: 12px;
	width: auto;
}

a.menu_item:link, a.menu_item:visited {
	color: #FFFFFF;
}

a.menu_item:hover, a.menu_item:active {
	color: #0066CC;
}

#main_content {
	background-image: url(./images/header_c2.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: auto;
	margin: 0px;
	overflow: visible;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	position: relative;
	text-align: left;
	width: 760px;
}

#footer {
	background-image: url(./images/footer_c1.gif);
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 86px;
	position: relative;
	text-align: right;
	width: 780px;
}

p {
	padding-left: 5px;
	padding-right: 5px;
}

h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	height: 29px;
	padding-left: 5px;
	padding-top: 12px;
	text-align: center;
}

h2 {
	color: #408000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-left: 5px;
}

h3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

img {
	padding: 7px;
}