body {
	background: #FFFFff
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	min-width: 1000px;
}

#header {
	background: url(images/bg-header.jpg) repeat-x;
	height: auto;
	overflow: hidden;
	position: relative;
}

#header div#section {
	height: 145px;
	margin: 0 auto;
	width: 1000px;
}

#header div#section div {
   	float: left;
    	margin-top: 5px;
}


#header ul {
    	list-style: none;
    	margin: 2px auto 0;
    	padding: 0;
    	width: 624px;
}

#header ul li {
    	float: left;
}

#header ul li a {
    	color: #ffff00;
    	display: block;
    	font-size: 16px;
    	height: 43px;
    	line-height: 37px;
    	padding: 0 20px;
    	text-align: left;
	font-weight: bold;
}

#header ul li.current, #header ul li:hover {
	height: 43px;
}	

#header ul li.current a {
	background: url(images/bg-menu.jpg) repeat-x;
	color: #000000;
	font-weight: bold;
}

#header ul li a:hover {
	background: url(images/bg-menu.jpg) repeat-x;
	color: #000000;
}
#content {
	padding: 20px;
	background: #ffffff;
	text-align: left;
	min-height: 450px;
	margin: auto;
	width: 890px;
	position: relative;
	font: 17px "Arial", arial, sans-serif;
	border-left: solid;
	border-left-width: 25px;
	border-right: solid;
	border-right-width: 25px;
}

#content h1 {
font: 24px "Arial", arial, sans-serif;
  font-weight: bold;
  border-bottom: 4px solid #FFFF00;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
#footer {
	text-align: left;
	margin: auto;
    position: relative;
	background: #274F75 url(images/bg-footer.gif) repeat-x;
	font-size: 16px;
	font-weight: bold;
}

#footer div div.section p {
	color: #ffff00;
	text-align: center;
    padding: 10px;
}
