@charset "utf-8";

* {
	margin: 0pt auto;
	padding: 0;
	list-style-position: inside;
}

body {
	color: #694f36;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-image: url(images/body.jpg);
}

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

a:hover {
	color: #8A4500;
}

.style_1 {
	color: #694f36;
	font-size: 1.2em;
	
}

.style_2 {
	color: #694f36;
}

h1 {
	font-size: 1.6em;
	padding-bottom: 1.2em;
}

p,cite,code {
	font-size: 1.0em; 
	padding-bottom: 1.2em;
}

.clearer {
	clear: both;
}

#container {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #000000;
}

#header {
	height: 150px;
	background-image: url(images/header.jpg);
}

#header_left {
	background-image: url(images/logo.png);
	margin-left: 10px;
	width: 280px;
	height: 150px;
	float: left;
	position: relative;
}

#header_right {
	height: 150px;
	background-image: url(images/header_right.png);
	width: 450px;
	float: right;
	position: relative;
}

#nav {
	text-align: center;
	font-size: 1.0em;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	}
	
#nav li {
	display: inline;
	font-weight: bold;
	line-height: 35px;
	}
			
#nav li a {
	text-decoration: none;
	color: #ead9c7;
	padding: 0px 10px 0px 10px;
	}
	
#nav li a:hover {
	color: #808080;
	}
	
#nav li a.on {
	color: #7D7D7D;
}


#flash_region {
	height: 250px;	
}

.content {
	background-color: #f6e8da;
	color:#694f36;
	padding: 25px 25px 25px 25px;
}

.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

#footer {
	position: relative;
	height: auto;
	width: 740px;
	background-color: #111111;
	background-image:url(images/nav.jpg);
	background-repeat: repeat-x;
	float: left;
	right: 2px;
	border: solid 2px #000000;
	}
	
#footer a {
	color: #D9B38C;
} 
	
#foot_left {
	width: 200px;
	text-align: center;
	font-size: 1em;
	color:#ead9c7;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	height: 70px;
}
	
#foot_right {
	width: 540px;
	text-align: center;
	font-size: 12px;
	padding: 10px 0px 10px;
	color:#ead9c7;
	position: relative;
	float: left;
}

#subfooter {
	width: 730px;
	text-align: center;
	color:#999999;
	font-size: 10px;
	background-color:#191919;
	margin: 15px 5px 0px 5px;
	padding: 5px 0px 2px;
	clear: left;
	
}
