* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #76591d;
	background-image: url(/includes/images/background-figure.jpg);
	background-repeat: repeat;
	color: #333333;
	text-align:center;
	font-weight: normal;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #555555;
}

a:hover {
	color: #76591d;
	text-decoration:underline;
}

a:active {color: #76591d;}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18px;
}

h4, h5, h6 {
	margin-top:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:2.2em;
	font-weight:lighter;
	color:#76591d;
	margin-left: -20px;
}

h2 {
	font-size:1.5em;
	font-weight:lighter;
	color:#76591d;
}

h3 {
	font-size:1.2em;
	color:#76591d;
}

h4, h5, h6 {
	font-size:1.2em;
}

h4 {
	color: #996600;
}

h5 {
	color: #555555;
	font-size:1.1em;
}

h6 {
	color: #555555;
	text-decoration: underline;
}

p {
	font-size: 1em;
	padding-top: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul, ol, li, dl, dt, dd  {
	list-style-position: inside;
	font-size: 1em;
	padding: 5px 0px 0px 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul, ol {
	padding-bottom:10px;
}

table, th, tr {
	text-align:center;
}

td {
	text-align:left;
}

.center {
	text-align:center;
}

hr {
	margin-top:20px;
	clear:both;
}

/* PAGE LAYOUT */

#container {
	text-align:center;
	width:100%;
}

#page {
	margin-left:auto;
	margin-right:auto;
	background-image: url(/includes/images/page-bkgrnd.png);
	background-repeat: repeat-y;
	text-align: left;
	width:1000px;
}

#page_top {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	height:14px;
	width:1000px;
	background-image: url(/includes/images/page-top.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#inner_page {
	background-color: #cebe9d;
	width: 970px;
	margin-left:12px;
}

#main {
	margin-top:20px;
	padding: 0px 80px 20px 50px;
	background-image: url(/includes/images/page-bottom-figure.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height:180px;
}

#footer {
	color: #ffffff;
	text-align:center;
	padding: 8px 0px 8px 0px;
	background-image: url(/includes/images/page-footer.jpg);
	background-repeat: repeat-x;
}

#page_bottom {
	margin-left:auto;
	margin-right:auto;
	height:18px;
	width:1000px;
	background-image: url(/includes/images/page-bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}

#foot {
	height: 20px;
	color:#ffffff;
	padding-bottom:40px;
	font-size: 0.9em;
}

#foot * {
	color:#ffffff;
	font-size: 0.9em;
	text-decoration:none;
}

/* LOGO AND MENU */

.logo {
	padding:0px;
	margin:0px;
	border:none;
	width:969px;
	height:171px;
}

.menu {
	list-style:none;
	background-image: url(/includes/images/menu-bar.jpg);
	background-repeat: repeat-x;
	color:#ffffff;
	padding: 3px 0px 0px 3px;
	margin:0px;
	height: 25px;
	overflow:hidden;
	text-align: center;
}

.menu li {
	display:inline;
	padding:0px;
	padding-top:5px;
	margin-top:0px;
	font-size:1.1em;
	color: #999999;
}

li.first {
	margin-left:4px;
}

.menu li a, .menu li a:active, .menu li a:visited, .menu li a:link {
	text-decoration:none;
	padding: 3px 3px 3px 1px;
	margin: 0px;
	color: #ffffff;
}

.menu li a:hover {
	color: yellow;
	color: #ffcc66;
}

/* OTHER PAGE ELEMENTS */

#main img {
	border: #555555 solid 1px;
	margin: 15px 20px 10px 0px;
	float:left;
	clear: right;
}

#main img.less_padding {
	margin: 0px 10px 0px 10px;
}

#main table td {
	float:none;
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}

#main table p,#main table h1,#main table h2,#main table h3,#main table h4,#main table h5,#main table h6, #main table ul, #main table ol {
	text-align:left;
}

#main table td img {
	float:none;
}

#main table *.center {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
}

p.clear {
	clear:both;
}

p.page_note {
	font-size: 0.8em;
	text-align:center;
}




