@charset "utf-8";
/*
	Teal: #009999
	Orange: #FF6600
*/

body {
	margin-top: 24px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#wrapper {
	margin: 24px auto;
	padding: 0;
	width: 800px;
	background-color: #000000;
	text-align: center;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 280px;
}

#layout {
	padding: 0;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	width: 800px;
}

#menu {
	margin: 0 30px;
	padding: 0;
	background-color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 740px;
	height: 26px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	position: relative;
	border-right: 1px solid #FFFFFF;
}
#menu ul li:hover {
	background-color: #009999;
	color: #FFFFFF;
}
#menu #last_item {
	float: left;
	position: relative;
	border-right: 1px solid #FF6600;
}
#menu #last_item:hover {
	background-color: #009999;
	color: #FFFFFF;
	border-right: 1px solid #009999;
}
#menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	width: 147px;
	padding: 6px 0px;
}
#menu ul li a:hover {
	color: #FFFFFF;
}

.clear_it {
	clear: both;
	height: 0;
}

#content {
	margin: 0 30px;
	width: 686px;
	padding: 24px;
	text-align: left;
}

h1 {
	margin-top: 0;
	color: #FF6600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
}

p {
	text-align: justify;
}

a:link, a:hover, a:active, a:visited {
	color: #FF6600;
	font-weight: bold;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 42px;
}
