html, body {
	height: 100%;
}

body {
	padding: 0; 
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	/*background-color: #dadada;*/
    background: #a66553 url('images/header_bg.gif') repeat-x;
}

input, table {
	font-size: 12px;
}

#container {
	width: 960px;
	margin: auto;
	background-color: #f5e9cc;
	
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header_container {
	background: #a66553 url('images/header_home_bg.gif') repeat-x;
}

#header { 
	margin-left: auto;
	margin-right: auto;
	/*height: 400px;*/ 
	padding: 0;
	width: 960px;
}


#logo {
	margin-top: 5px; 
	margin-left: 10px; 
	border: none;
}

#navigation {
	background-color: white; 
	height: 35px;
	margin: auto;
	border-top: solid #c8ad89 5px;
	border-bottom: solid #c8ad89 5px;
	/*border-top: solid #03071a 1px;
	border-bottom: solid #03071a 1px;*/
}

ul#nav {
    padding: 0;
    margin: 0;
    font-size: 80%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
	width: 960px;
    }
ul#nav li {
    float: left;
    padding: 0;
    }
ul#nav li a {
    float: left;
    display: block;
    padding: 11px 0 5px 28px;
    text-decoration: none;
    background-color: #white;
    font-weight: bold;
    }

ul#nav li a:hover, ul#nav li.selected {
    color: #a66553;
    }

#content_container {
	/*background: #f7e4b7 url('images/content_gradient_sub.gif') repeat-x;*/
    background-color: #f7e4b7;
}

#content {
	margin-left: auto; 
	margin-right: auto;  
	padding: 30px;
	width: 910px;
	/*min-height: 250px;*/
	padding-bottom: 100px;
	font-size: 110%;
}

#content h1 {
    
	font-weight: normal;
	margin-bottom: 25px;
	font-family: tahoma;
	font-size: 200%;
	text-align: left;
	color: #a66553;
	margin-top: 0px;
	
	font-family: Georgia; font-size: 24px; line-height: 25px; font-weight: normal;
}

#content h2 {
	font-size: 120%;
}

#footer_container {
	position: absolute;
	bottom:0; /* stick to bottom */
	left: 0;
	background-color: #03071a; 
	border-top: solid white 5px;
	width: 100%;
	padding-bottom: 15px;
}

#footer {
	margin: auto; 
	text-align: center; 
	font-size: 85%; 
	width: 960px;
	padding: 15px; 
	color: white;
	/*height: 40px;*/
}

#navigation a:link, #navigation a:visited {
	color: black;
	text-decoration: none;
}

a:link, a:visited {
	/*color: #7c8bff;*/
	color: #455afe;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: white;
}