html, body {
	font-family: "Lucida Sans Unicode",sans-serif;
	margin: 0px;
	height:100%;
	text-align: center;
	color: #404040;
	background-color:#e4e3e3;
}

#container {
margin-left: auto;
margin-right: auto;
width: 760px;
background-color: #e4e3e3;
text-align: left;
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 */
}

#footer {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.8em;
	text-align: center;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

}

#header {
	height:168px;
}

#hor-menu {

}

#spacer {
	height:9px;
}

#content {
	padding:0em 0em 16em; /* bottom padding for footer */
}

#images {

}

#tag-line {
	height:28px;
	text-align: center;
}

hr {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #6a4322;
	border-top: 1px solid #fff;
}

cite {
	font-style: italic;	
}

ul {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 0.8em;	
}

h1 {
	font-family: "Lucida Sans Unicode",sans-serif;
	padding-left: 10px;
	color: #6a4322;
	font-size: 1.0em;
}

p {
	font-family: "Lucida Sans Unicode",sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;	
	color: #404040;
	text-align: justify;
}

a {
	color: #6a4322;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #404040;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 6px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#ddcolortabs ul{
font: bold 10px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

#ddcolortabs a{
float:left;
color: white;
background: #6a4322 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 1px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 4px 2px 3px;
}

#ddcolortabs a span{
float:none;
}

#ddcolortabs a:hover{
background-color: #bfbebe;
}

#ddcolortabs a:hover span{
background-color: #bfbebe;
color: #404040;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #bfbebe;
color: #404040;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #6a4322;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
