@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}

html, body, #container {height: 100%;}

body {
	background: #B09A72 url(/images/bg.png) repeat-x;
	font-family: Verdana, helvetica, sans-serif;
	margin: 0; 
	padding: 0;
}

body > #container {
	height: auto; 
	min-height: 100%;
}

a {
	color: #CC6600;
	text-decoration: none;
}

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

img { 
	border: none;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
	height: auto;
}
#header {
	position: relative;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	width: 902px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 902px;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	line-height: 30px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	text-align: center;
	font-size: .7em;
	border-top: 1px solid #360101;
	color: #fff;
} 

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

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

#footer .copy {
	float: left;
	width: 50%;
	text-align: left;
}

#footer .copyLinks {
	float: right;
	width: 50%;
	text-align: right;
}

#sectionTitle {
	padding: 12px;
	font-size: 1.3em;
	color: #FF9900;
}