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: #f7e4b7;
	
	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 {
	background: #a66553 url('images/header_bg.gif') repeat-x; 
	height: 60px; 
	margin: 0; 
	padding: 0;
	border-bottom: solid #c8ad89 5px;
	text-align: center;
}


#logo {
	margin-top: 5px; 
	margin-left: 10px; 
	border: none;
}

#navigation {
	background-color: white; 
	margin: auto;
	border-top: solid #c8ad89 5px;
	border-bottom: solid #c8ad89 5px;
	float: left;
    padding: 0;
	margin-top: 45px;
    margin-left: 25px;
}

ul#nav {
    padding: 0;
    margin: 0;
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	list-style: none;
    }
ul#nav li {
    padding: 0;
	padding-bottom: 20px;
    }
ul#nav li a {
    /*float: left;
	display: block;*/
    padding: 11px 15px 5px 15px;
    text-decoration: none;
    background: white;
    font-weight: bold;
	color: black;
    }

ul#nav li a:hover{
    color: #a66553;
    }
	
ul#nav li.selected a {
	color: #c8ad89;
}

ul#nav ul.subnav {
    padding: 0;
    margin: 0;
    /*font-size: 80%;*/
    font-size: 9px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	list-style: none;
    width: 100%;
    }
ul#nav ul.subnav li {
    padding: 0;
	padding-bottom: 5px;
	padding-left: 5px;
    }
ul#nav ul.subnav li a {
    /*float: left;
	display: block;*/
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background: white;
    font-weight: normal;
	color: black;
    }

ul#nav ul.subnav li a:hover, ul#nav ul.subnav li.selected a{
    color: #a66553;
    }

#images {
	/*background-color: #90bef9;*/
	background-color: #a49dff;
	padding-bottom: 25px;
	height: 275px;
}

#content_container {
	/*background: #f7e4b7 url('images/content_gradient_sub.gif') repeat-x;*/
    background-color: #f7e4b7;
}

#content {
	margin-left: auto; 
	margin-right: auto;  
	padding: 30px;
    padding-left: 10px;
	padding-top: 0px;
	width: 690px;
	min-height: 625px;
	padding-bottom: 100px;
	font-size: 110%;
	float: right;
    margin-right: 5px;
}

#content h1 {
    font-family: Georgia; 
	font-size: 22px; 
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: left;
	color: #a66553;
	margin-top: 15px;
}

#content h2 {
	font-size: 120%;
}

#content h3 {
	font-size: 100%;
}

#breadcrumb {
	padding: 10px;
	color: #4e4436;
	text-align: right;
	font-size: 90%;
	padding-bottom: 0px;
}

#breadcrumb a {
	/*color: #9b866a;*/
}

#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;*/
}

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;
}

hr {
	padding: 0;
	margin: 20px 0px 10px;
    border: 0;
    height: 1px;
    color: white;
    background-color: white;
}

tr {
    vertical-align: top;
}

table.border {
    border-spacing: 0px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}

table.border th, table.border td {
    border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
}