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

#container {
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: -8px; 
	padding: 0px;
	width: 760px; 
	background-image: url(../images/contentBg.gif); 
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#header {
	margin: 0px; 
	padding: 0px; 
	padding-top: 95px;
	padding-left: 45px;
	width: 715px; 
	height: 163px; 
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
}

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

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

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

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

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

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 25px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}

#footer p {
	padding-top: 5px;
	padding-bottom: 5px;
}

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

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