* {
	font-size: 1em;
	text-decoration: none;
	margin-top: 0px;
}
a {
	color: #264978;
}
body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: #7b6d5a url(../images/background.png) repeat-x fixed;
	color: #000000;
	margin: 2em 0;
	;
}
hr, #nav hr {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font: 1em monospace;
	text-transform: uppercase;
	color: #c10000;
	margin: 0;
	padding: 0;
}

#container {
	width: 740px;
	margin: auto;
	position: relative;
	background: white;
border:2px solid #af9f89;
}
#content {
	padding: 60px;
	padding-bottom: 120px;
}
#content img {
	background: #FFF;
	padding: 15px 15px 20px;
	border: 1px solid #CCC;
	margin: 1em 0;
}
#content img.left {
	margin-right:1em;
}
#content img.right {
	margin-left:1em;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-size: 2em;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.25em;
}

#footer {
	background: #4e4437 url(../images/footer.jpg);
	height: 63px;
	font-size: 10px;
	padding-top: 63px;
	padding-left: 60px;
}
#footer * {
	margin: 0px;
	padding: 0px;
	color: #998973;
}


#title {
	height: 211px;
	background: #930000 url(../images/logo.png);
	margin-bottom: 32px;
}
#title * {
	margin: 0px;
	padding: 0px;
}

#title a {
text-indent:-9999px;
position:absolute;
height:130px;
width:180px;
top:47px;
left: 50px;
}
#nav {
	background: #000;
	float: left;
	width: 740px;
	position: absolute;
	left: 0px;
	top: 211px;
	font:.7em sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#nav * {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	list-style: none;
	position:relative;
	background: black;
	color: #E9E9E9;
}
#nav a {
	padding:10px 10px;
}

#nav a:hover, #nav a.selected {
	background:#264978;
	color: white;
}
#nav li:hover ul {
    display:block;
}
#nav ul ul {
	position:absolute;
	top:32px;
	left:0;
	display:none;
}
#nav ul ul a {
	width:160px;
	padding:5px 10px;
}

