html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #772416;
	color: #FFFEF2;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1, h2{
	font-family: times new roman, times, serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 15px;
}
p{
	font-size: 10pt;
	line-height: 140%;
	margin: 15px;
}
.smalltext{
	font-size: 8pt;
}
li{
	font-size: 10pt;
	line-height: 140%;
	margin-right: 15px;
}
a{
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	display: block;
	border: 0px;
}
.indent{
	font-size: 8pt;
	margin-left: 15px;
}
#hdrbar{
	display: block;
	width: 770px;
	margin-left: 200px;
	height: 70px;
	background-color: #333333;
}
#body{
	width: 770px;
}
#sidebar_column{
	width: 30px;
		margin-left: 200px;
	background: #282828 url(images/sidebarbg.gif) repeat-x bottom;
}
#menu_column{
	width: 130px;
	background: #695C45 url(images/sidebarbg.gif) repeat-x bottom;
}
#menu{
	display: block;
	width: 130px;
	height: 350px;
	background-color: #695C45;
/*	border: 1px solid #695C45;*/
}
#main_column{
	width: 610px;
	background-color: #453C2C;
}
#main_column p{
	margin: 15px;
}
.brownbox{
	display: block;
	border: 1px solid #453C2C;
	background-color: #453C2C;
}
#widecolumn{
	width: 770px;
	margin-left: 200px;
}
.leftcolumn{
	width: 235px;
	border-right: 1px dashed #695C45;
}
.leftcolumn, .rightcolumn{
	border-bottom: 1px dashed #695C45;
}
.half_column{
	width: 50%;
}
#footer{
	width: 770px;
	margin-left: 200px;
	background: url(images/footerbg.gif) repeat-x;
}
#footer p{
	margin-top: 50px;
	font-size: 8pt;
}
#credit, #credit a{
	color: #ffffff;
}
#credit a:hover{
	color: #B34634;
}