body {
	background-image: url(../../../images/bg.jpg);
	background-repeat: repeat-x; 
	background-color: #f0e9f0;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #6C6982;
}

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

#header {
	margin: 0px; 
	padding: 0px; 
	padding-left: 35px;
	padding-top: 160px;
	width: 847px; 
	height: 52px; 
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
	font-size: 14px;
}

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

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

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

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

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

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #6C5081;
}

#footer {
	margin: 0px;
	margin-left: -3px;
	padding: 0px;
	padding-left: 50px;
	width: 842px;
	height: 60px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;	
	background-color: none;
	color: #B79CB1;
}

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

#footer a {
	color: #B79CB1;
	text-decoration: none;
}

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