body {
	BACKGROUND-POSITION: center top;
	FONT-SIZE: 12px;
	MARGIN: 0px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #DFE58E;
	TEXT-ALIGN: center
}

#main {
	margin:0 auto;
	width: 872px;
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	width: 847px;
	background-repeat: no-repeat;
	background-image: url(img/header.png);
	height: 104px;
	background-position: left;
	font-size: 14px;
	color: #444444;
	position: relative;
}
#header ul {
	list-style: none;
	margin: 3px;
	padding: 3px;
	position: absolute;
	bottom: 6px;
	right: 63px;
	display: inline;
	
}

#header li {
	display: inline;
}
#header  a:link, #header  a:visited {
	padding: 0.4em 1em 0.4em 1em;
	color: #444444;
	text-decoration: none;
}

#header a:hover {
	color: #4DBACA;
}
#content {
	margin:0 auto;
	width: 872px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(img/content_bg.png);
}
#banner {
	margin:0 auto;
	width: auto;
	background-repeat: no-repeat;
	background-image: url(img/banner.jpg);
	height: 370px;
	background-position: top center;
	position: relative;
}
#col {
	width: 850px;
	text-align: left;
	margin-left: 8px;
}


#footer {
	margin:0 auto;
	width: 872px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/footer.png);
	height: 20px;
}
#banner  h1 {
	font-size: 48px;
	color: #000000;
	position: absolute;
	left: 20px;
	margin-top: 50px;
	font-family: "Times New Roman", Times, serif;

}
#banner h2 {
	font-size: 50px;
	color: #000000;
	position: absolute;
	left: 20px;
	margin-top: 100px;
	font-family: "Times New Roman", Times, serif;
}
