/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color:#d8d5d0;
	color:#3d2d13;
	margin:0px;
	text-align:center;
} 

a {
	color:#db9a0c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#container {
	width: 800px;
	margin:auto;
	background: #d8d5d0 url(images/body_back.gif) repeat-y;
	text-align: left;
}

#header {
	background: url(images/top_back.gif) repeat-x top;
	height: 111px;
	margin:0px;
	padding:0px;
}

#logo {
	float:left;
	background:url(images/logo.gif) no-repeat;
	height: 111px;
	width: 295px;
	margin:0px;
	padding:0px;
}

#logo a {
	width:295px;
	height:111px;
	display:block;
}

#logo img {
	width:0px;
	display:block;
	border:0px;
}


#nav {
	display:block;
	background: url(images/top_right.gif) no-repeat top right;
	padding: 76px 10px 8px;
	text-align:right;
}

#nav a {
	font-size:18pt;
	margin: 2px 20px;
	vertical-align:bottom;
}

#content {
	border-top: 2px solid #3d2d13;
	margin: 4px 25px;
	padding-top: 15px;
}

#flyer {
	float:  left;
	margin-right: 4px;
}

#text h1 {
	margin: 2px;
}

#text h2 {
	margin: 10px 2px 2px 2px;
}

#text h3 {
	margin: 10px 2px 2px 2px;
}

#text p {
	margin: 2px;
}

#text h1 a,
#text h2 a {
	font-size:  11pt;
	font-weight: normal;
}

h1 {
	color: #3f7f0d;
	font-size: 16pt;
	margin-bottom: 2px;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-weight: normal;
}

p {
	margin:  2px 2px 10px 2px;
}

#list {
	margin-left: 320px;
	padding: 0px;
	background: url(images/list_bottom.gif) no-repeat bottom left;
/*	background-color: #d8d5d0;
	border:  1px solid #3d2d13;
	width:  380px;*/
}
#list h2 {
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	background: url(images/list_top.gif) no-repeat top left;
}

ul {
	list-style:  none;
	margin:  2px 2px 15px 2px;
	padding: 2px 2px 15px 20px;
}

li {
	padding: 4px 2px 2px 0px;
}

#footer {
	background:#d8d5d0 url(images/footer.gif);
	height: 30px;
	clear: both;
}