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

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

#header {
	margin: 0px; 
	padding: 0px; 
	padding-top: 7px;
	padding-left: 20px;
	width: 780px; 
	height: 175px; 
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
}

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

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

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

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

#content a {
	color: #8b301d;
	text-decoration: underline;
}

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

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-size: 20px;
	color: #5FA1D6;
	font-weight: normal;
}

#footer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	width: 800px;
	font-size: 10px;
	color: #aaa891;
	text-align: center;
}

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

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}