body{
	margin: 0px;
	background-color: #1b1c1d;
}
#topbar{
	background-color: #5b533c;
	height: 101px;
	width: 100%;
	text-align: center;
}
#topbar2{
	background: #000 url(img/topbar_bg.gif);
	height: 19px;
	color: #a89a6f;
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 8pt;
	text-align: center;
	padding-top: 2px;
}
#topbar3{
	text-align: center;
}
#main{
	position: relative;
	top: 40px;
	color: #fff;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 10pt;
	text-align: center;
	width: 780px;
}
#footer{
	position: relative;
	top: 20px;
	width: 98%;
	text-align: right;
	clear: both;
	margin-top: 20px;
	padding: 10px;
}
.inline{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border: 0px;
}
.para{
	text-align: left;
}

.title
{
  font-family: Georgia, Times New Roman, serif;
  font-size: 18pt;
  font-style: italic;
  font-weight: normal;
  color: #5b533c;
  margin-bottom: 15px;
}
.wrapper{
	clear: both;
}
a.navlink:link{
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 10pt;
	color: #a89a6f;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:active{
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:visited{
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 10pt;
	color: #a89a6f;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:hover{
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:link{
	font-family: tahoma, verdana, helvetica, sans;
	color: #a89a6f;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	font-family: tahoma, verdana, helvetica, sans;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	font-family: tahoma, verdana, helvetica, sans;
	color: #a89a6f;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-family: tahoma, verdana, helvetica, sans;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}