/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%;}
/* places the content ontop of the background image */
#site {position:relative; z-index:1;margin-left: auto; margin-right: auto;height:100%}
body {
	background-color:#6e191b;
	margin:0; 
	padding:0; 
	height:100%;
	font-face: arial;
	font-size: 12px;
	color : #696969;
	letter-spacing: 1px;
}
#subnav,#mainnav,#header,#content,#footer {
	width:534px;
}
#header {
	height:167px;
	background-color:#ffffff;
}
#mainnav {
	background-color:#6e191b;
	height:19px;
	text-align:center;
}
#subnav {
	background-color:#ef4023;
	height:19px;
	text-align:center;
}
#content {
	background-color:#ffffff;
	min-height: 500px; 
	text-align:left;
	padding-left:20px;
	width:514px;
}
a {
	color:#ef4023;
}
td {
	font-face: Arial;
	font-size: 12px;
}
#footer {
	background-color:#6e191b;
	height:121px;
}
#spacer {
	height:60px;
}
