* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

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

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

#main {padding-bottom: 20px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	font:12px Verdana,Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	background: #790000 url('/img/site/bg.jpg') top center no-repeat;
	color: #333;
	}
	
p {
	margin-bottom: 10px;
}



.pad {
	padding: 10px;
}


body#content {
	background-image: none;
	background-color: #FFF;
	text-align: left;
}

.whitebg {
	background-color: #FFF;
}

#container {
}
#space {
	margin-top: 50px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#logo h1 a {
	display: block;
	height: 100px;
	outline: none;
	text-indent: -9999px;
	width: 300px;
}

h1 {
	font-size: 18px;
	color: #6D0C08;
	font-family: Verdana, Arial, serif;
}

h2 {
	font-size: 16px;
	color: #6D0C08;
	font-family: Verdana, Arial, serif;
}

h3 {
	font-size: 14px;
	color: #999;
	font-family: Verdana, Arial, serif;
}

a, a:link, a:active, a:visited {
	color: #0000EE;
}
.box {
	background-color: #810f0f;
	border: 1px solid #670000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 0px 10px 0px;
}
a:hover {
	color: #999;
}

#content {
}

#footer {
	font-size: 10px;
	color: #FFF;
}
.right {
	text-align: right;
}
ul.navigation {
   text-align: right;
   margin: 0;
   padding: 10px;
   width: 100%;
   height: 20px;
}

ul.navigation li {
   display: inline;

}

ul.navigation li a {
   text-decoration: none;
   padding: 0px 15px 0px 0px;
   color: #FFF;
}
ul.navigation li a:hover {
   color: #B5995A;
}

