body {
	background-image: url(../../../images/background.jpg);
	background-repeat: repeat-x; 
	background-color: #feec99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#container {
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	padding: 0px;
	width: 772px; 
	background-image: url(../images/contentBg.gif);
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
}

#header {
	margin: 0px; 
	padding: 0px; 
	padding-top: 105px;
	padding-left: 15px;
	width: 757px; 
	height: 65px; 
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footBar {
	margin: 0px;
	padding: 0px;
	width: 772px;
	height: 20px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
}

#content {
	margin: 0px;
	padding: 8px;
	width: 756px;
}

#content a {
	color: #317f6e;
	text-decoration: underline;
}

#content a:hover {
	color: #ec6134;
	text-decoration: underline;
}

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-family: "Lucida Sans", "Lucida", "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #317F6E;
}

#footer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	width: 772px;
	color: #317f6e;
	font-size: 10px;
}

#footer a {
	color: #317f6e;
	text-decoration: underline;
}

#footer a:hover {
	background-color: #317f6e;
	color: #FFFFFF;
	text-decoration: none;
}