﻿body {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000;
	background: #333;
	text-align: center;
}
#shell {
	/*background: #bdd4b6 url(../images/back_fill.jpg) repeat-x top left;*/
	background-color: #dfcab9;
	width: 780px;
	margin: auto 0;
}
#main {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	padding-top: 40px;
}
img#logo {
	margin-left: 10px;
	float: left;
}
#nav li {
	float: left;
	padding: 17px 7px 0 5px;
}
#nav a, #footer a {
	font: bold 7pt verdana;
	color: #202a1e;
	text-decoration: none;
}
#footer a {
	color: #986640;
}
#nav a:hover, #footer a:hover {
	text-decoration: underline;
}
#mastheadimg {
	display: block;
	clear: both;
}
#content {
	width: 450px;
	background: url(../images/content_fill.jpg) repeat-y top right;
	min-height: 425px;
	margin-left: 87px;
	padding-left: 35px;
	padding-bottom: 10px;
}
#content p {
	margin-right: 10px;
}
#sidebar {
	float: right;
	margin-right: 35px;
}
#sidebar img {
	display: block;
}

#footer {
	width: 780px;
	height: 97px;
	margin: auto 0;
	background: #530908 url(../images/footer_fill.jpg) no-repeat top left;
}
#footer div {
	margin: 35px 20px 0 250px;
	padding-top: 40px;
	font: bold 8pt verdana;
	color: #986640;
	text-align: left;
}
#footer a { font-size: 8pt; }

.block {
	display: block;
}
p {
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1, h2 {
	font-family: Georgia;
	font-style: italic;
	font-size: 1.5em;
	border-bottom: solid 1px;
	padding-bottom: .1em;
	margin-bottom: .5em;
	font-weight: normal;
	margin-right: 20px;
}
h2 {
	font-size: 1.25em;
	border-bottom: none;
}

ul.norm {
	margin-left: 25px;
	list-style-type: disc;
}

hr {
	width: 80%;
	height: 1px;
	margin: auto;
	text-align: center;
	color: #ccc;
	background-color: #ccc;
	border: none;
}
hr.big {
	margin-top: 1em;
	margin-bottom: 1em;
}

fieldset {
	width: 350px;
	text-align: center;
	margin: 0 auto;
}
fieldset li {
	border-top: solid 1px #ccc;
	width: 350px;
	padding: 5px 0;
	clear: left;
}
fieldset li label {
	display: -moz-inline-box;
	/*display: inline-block;*/
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
}

.txt, .mtxt, .ddl {
	width: 225px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	padding: 2px 3px;
}
.ddl {
	font-size: 1em;
	width: 230px;
	}
.mtxt {
	height: 75px;
}

li.btn {
	padding-left: 100px;
}

.invisiclear {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
}