/* CSS Document */

body {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d6ad85;
	background: url(art/body-bg.jpg) top left repeat-x #b85a50;
	text-align: center; /* ie fix */
}

#page {
	width: 794px;
	height:auto;
	margin: 0px auto;
	padding: 0px 7px;
	background: url(art/page-bg.jpg) top left no-repeat;
	overflow: hidden;
}

ul#navigation {
	list-style: none;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	height: 29px;
}

ul#navigation li {
	display: inline;
	padding: 0px 20px;
	border-right: 1px solid #552a23;
}

ul#navigation li a {
	font-size: 12px;
	font-weight: bold;
	color: #552a23;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #ffffff;
}

img#logo {
	width:438px;
	height:129px;
	margin: 10px 356px 10px 0px;
}

img.header {
	width: 198px;
	height: 172px;
	float: left;
}

#content {
	float: left;
	width: 758px;
	padding: 18px 18px 14px 18px;
	+padding-bottom: 14px;
	background: #532822;
	text-align: left;
}

#content .section {
	float: left;
	clear: left;
	margin: 0px 24px 14px 0px;
	padding: 12px 14px 0px 0px;
	width: 358px;
	background: #612f27;
}

#content .section a {
	line-height: 28px;
}

#content .section img {
	float: left;
	margin: -12px 14px 0px 0px;
}

#content .section h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 24px;
}

#content a {
	color: #ffffff;
	text-decoration: none;
}

#content a:hover {
	color: #d6ad85;
}

#footer {
	width: 794px;
	margin: 10px auto 0px auto;
}

#footer, #footer a {
	color: #d6ad85;
	text-decoration: none;
} 

h3 {
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
	h2 {
		font-size:12px;
		font-weight:normal;
		text-decoration:underline;
	}
	h1 {
	font-size:16px;
	font-weight:bold;
	}
hr {
	color: #d6ad85;
	background-color: #d6ad85;
	height: 1px;
}
td{
	padding:4px;
}