/* core */
html, body, #container { 
min-height: 100%;
width: 100%;
height: 100%;
}
html>body, html>body #container {
height: auto; 
}

body {
	font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	background: #4A525A url(images/bkgnd.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
}
#container {
	margin:0;
	padding:0;
	position:absolute;
	top:20;
	left:0;
	height: auto;
	margin:0 auto;
}
#main_cont {
width: 900px;
border: 1px solid #000;
margin:0 auto; 
}
#header_cont { 
width:900px;
margin:0 auto; 
}
#header {
	background: url(images/header.gif) no-repeat center top;
	margin:0;
	padding:0;
	height:88px;
}
#menu {
	float: right;
	padding-right:20px;
	margin-top:8px;
	font: 0.8em "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
}
	#menu a, #menu a:visited {color:#000; text-decoration:none; }
	#menu a:hover, #menu a:active {color:#A51019; text-decoration:underline; }
#content_cont { 
	width:900px; 
	margin: auto;
	background: #CCC url(images/bkgnd_content.gif) no-repeat center top; 
}
.content {
	margin:0;
	padding: 20px 45px 30px 105px;
	color: #000;
	font-size: 0.8em;
}
a:link {
	text-decoration: none;
	color: #A51019;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #A51019;
}
#footer {
	background: #A51019;
	margin:0;
	padding:10;
	height:45px;
}
.subtitle {
	font-size: 1.0em;
	font-weight: bold;
}
.emphasize {
	font-size: 1.4em;
	font-weight: bold;
	color: #A3151B
}
