html,body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	background-color: #2e1f10;
	padding: 0;
	color: #333;
	margin: 0;
}

#container {
	width: 850px;
	margin: auto auto 20px;
	background: #D4D4C2 repeat-y;
}

#header {
	width: 850px;
	background-color: #2e1f10;
	text-align: right;
	margin-bottom: 10px;
}

#header img {
	margin: 5px 20px 5px 5px;
}

#nav {
	width: 850px;
	text-align: left;
	display: block;
	float: left;
	background: #B6AC79 url(nava.gif) repeat-x left bottom;
}

#nav a, #nav a:hover, #nav a:visited {
	color: #333;
	text-decoration: none;
	padding: 5px;
	display: block;
	float: left;
	font-size: 13px;
	border-right: 1px solid #999966;
	background: #B6AC79 url(nava.gif) repeat-x left bottom;
}

#nav a:hover {
	color: #D4D4C2;
	background-color: #777852;
	background-image: none;
}

#text {
	float: left;
	text-align: left;
    vertical-align: middle;
	width: 380px;
	height: 400px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#picture {
	width: 440px;
    vertical-align: middle;
	float: left;
	height: 285px;
	text-align: center;
	margin-top: 52px;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 12pt;
}

h6 {
	font-size: 12pt;
}

#picture img {
	border: 3px solid #333;
}

#footer {
	text-align:center;
	width: 850px;
	color: #FFF;
	clear: both;
	font-size: 13px;
	background: #777852 url(foot.gif) repeat-x left top;
}

#footer P {
	padding: 5px;
}

UL {
	text-align: left;
}

.left {
	float: left;
	display: inline;
	margin: 10px;
}
