body {
	background: #fffcf7 url(images/body_bg.gif);
}

#main {
	border: solid 1px #d0bf9a;
	background: #FFFFFF;
	width: 780px;
}

#header {
	height: 78px;
	border: none;
	background: #875524 URL('images/bkg_header2.png');
	font-family:Georgia; 
	letter-spacing:-2px; 
	color: #ffffff; 
	font-size: 32px; 
	line-height: 32px; 
	padding: 0px; 
	margin: 0px;
	vertical-align :top;
	text-align: left;
}

#topmenu {
	border: solid 1px #ded7bd; 
	background: #f3edda url(./images/menu_bg.gif);
	font-family:Georgia; 
	font-size: 11px; 
	padding: 2px 15px 0px 0px;
	text-align: right;
	height: 22px;
	vertical-align: top;
}

#topmenu ul {
	padding: 0px;
	margin: 0px;
}

#topmenu ul li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 2px;
	padding-left: 2px;
}

#topmenu ul li a {
	color: #5b3a06;
	text-decoration:none; 
	padding-bottom: 0px;
}

#topmenu ul li a:hover {
	border-bottom: solid 3px #d0bf9a;
}

#navigator, .navigator {
	text-align: center;
}

#page, #navigator td {
	width: 100%;
	border: none;
	padding: 0px 20px 0px 20px;
	font-family: Georgia; 
	font-size: 12px; 
	color:#6f7983;
}

#page a {
	color:#6f7983;
	text-decoration: underline;
}

#page a:hover {
	color: blue;
}

#page h2 a {
	color: black;
	text-decoration: underline;
}

#page h2 a:hover {
	color: blue;
}

#navigator td {
	font-family: Georgia; 
	font-size: 12px; 
	color:#6f7983;
	padding: 0px;
	width: 33%;
}

#page h1 {
	letter-spacing:-1px; 
	display: block; 
	border-bottom: solid 1px #ddd; 
	padding: 5px 0px 5px 0px; 
	margin: 10px 0px 10px 0px; 
	color:#996600; 
	font-family: Georgia; 
	font-size: 24px; 
	font-weight: normal;
}

#page h2 {
	display: block;
	font-family: Georgia; 
	font-size: 12px; 
	font-weight: bold;
	color: black;
}

#page table.content {
	line-height: 14px; 
	font-size: 10px; 
	font-weight: normal; 
	background: #f8f8ed; 
	margin: 0px; 
	padding: 0px; 
	border: solid 1px #cccccc; 
	color:#cc6600;
	width: 100%;
}

#page .image {
	width:100px;
	padding: 10px; 
	text-align:center;
	vertical-align:top;
	padding-top:20px;
}

#page .image img {
	border: solid 1px #ccc;
}

#page .descr {
	padding: 10px;
	vertical-align:top;
	text-align:justify;
	font-family: Georgia; 
	font-size: 12px; 
	color:#6f7983;
}

#page .descr h1 {
	font-family: Georgia; 
	letter-spacing:-1px; 
	display: block; 
	border-bottom: dashed 1px #cccccc; 
	padding: 5px 0px 5px 0px; 
	margin: 0px 0px 0px 0px; 
	color:#996600; 
	font-size: 16px; 
	font-weight: bold; 
	display: block;
	margin-bottom:10px;
}

#page .descr ul {
	list-style-type:none;
}

#page .descr a,  #navigator a, .navigator a {
	font-family:Georgia; 
	text-decoration: underline; 
	color:#cc6600;
}

#page .related {
	border:none;
	width:100%;
}

#page .related td {
	width:25%;
}

#page .related img {
	float:left; 
	margin-right:10px;
}

#page .related a {
	font-family:Georgia; 
	text-decoration: underline; 
	color:#cc6600;	
}

#footer {
	text-align: center;
	border-top: 0px #f1f1f1 solid; 
	padding: 10px 0px 10px 0px;
	font-family: Georgia;
	font-size: 12px; 
	color: #9C9C9C;
}

a img {
  border: 1px solid #ded7bd;
}