html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
background-color: #dedede;
font: 12px/14px Verdana, Geneva, sans-serif;
}
#page {
width: 1152px;
margin: 0 auto;
}
#header {
	width: 602px;
	height: 207px;
	background:url(images/header_photo.jpg) top left no-repeat;
padding: 60px 0 0 550px;
color: #7c5030;
}
#header h1 {
font-size: 60px;
}
#header h2 {
font-size: 20px;
}
#band {
display: block;
background:url(images/header_band.jpg) top left no-repeat;
height: 34px;
width: 1152px;
}

#content {
background: #edf6fc url(images/leftsidebkg.gif) top left repeat-y;	
padding-left: 281px;
width: 871px;
}
#maincontent {
width: 821px;
border-top: 10px solid #fff;
border-right: 10px solid #fff;
border-bottom: 10px solid #fff;
padding: 10px 20px;
}
#footer {
background-color: #bedef6;
width: 1132px;
padding: 10px;
}
#footer .left {
display: block;
width: 566px;
text-align: left;
float: left;
}
#footer .right {
display: block;
width: 566px;
text-align: right;
float: right;
}

a {
text-decoration: none;
color: #7c5030;
}
a:hover {
color: #900;
}

h1 {
font-size: 18px;
line-height: 20px;
padding: 10px 0;
}
h3 a,
h2 a,
h1 a {
color: #000;
}

h2 {
font-size: 16px;
line-height: 18px;
padding: 8px 0 3px 0;
}
h3 {
font-size: 14px;
line-height: 15px;
padding: 8px 0 3px 0;
}
h4 {
font-size: 11px;
line-height: 14px;
padding: 8px 0 3px 0;
}
h5 {
font-size: 11px;
line-height: 14px;
padding: 0;
font-weight: normal;
font-style:italic;
}
p {
	
padding: 0 0 10px 0;
}
blockquote {
border: 1px solid #666;
padding: 10px 10px 0 10px;
margin-bottom: 10px;
background-color: #dedede;
}
ol, ul {
margin: 0 0 10px 25px;
}
ol ul, ul ol,
ol ol, ul ul {
margin: 0 0 0 25px;
}
ol {
list-style: decimal;
}
ul {
list-style: disc;
}

li {
padding-bottom: 3px;
}

dl {
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding: 0 0 10px 0;
margin-bottom: 10px;
}
dt {
font-weight: bold;
padding: 10px 0 3px 0;
}
dd {
margin: 0 0 0 15px;
}