/* GLOBAL STUFF */  
/* GLOBAL STUFF */  
/* GLOBAL STUFF */  
body {
	background-color:#F6F6F6; 	
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
} 
#mastercontainer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #AF2E32;
}

/* HEADER STUFF */ 
/* HEADER STUFF */
/* HEADER STUFF */  
#header {
	background-image: url(../images/top-back.png);
	height: 104px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
}

#headercontainer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#logo {
	float: left;
	height: 65px;
	width: 300px;
}
#nav
{
	padding-top: 31px;
}
/* FOOTER STUFF */ 
/* FOOTER STUFF */
/* FOOTER STUFF */
#footer
{
	width: 920px;
	padding: 10px;
	color:#FFF;
	background-color:#991B1E;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
ol {
	line-height: 20px;
}
label {
	width: 300px;
}
