body {
	background-image: url(../../../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

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

.home {
	margin-left: 22px;
}

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

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

#content a:hover {
	color: #a2a251;
	text-decoration: none;
}

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-size: 14px;
	color: #000000;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 30px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat; 
	color: #FFFFFF;
	text-align: center;
}

#footer p {
	padding-top: 7px;
} 

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

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