body {
  font-family:Times New Roman;
	font-size:12px;
	color:#ffffff;
	background-color:#b5b293;
	height:100%;
	}
	
#topmenu a:link, #topmenu a:active, #topmenu a:visited, #topmenu a:hover {color:#000000; text-decoration:none;}
#topmenu a:hover {color:#b5b293; text-decoration:none;}

#bottom a:link, #bottom a:active, #bottom a:visited, #bottom a:hover {color:#000000; text-decoration:none;}
#bottom a:hover {color:#b5b293; text-decoration:none;}
	
img {
  border:none;
	}
	
#main {
  width:900px;
	}
	
#header {
  width:860px;
	margin:20px;
	padding:10px 0px 10px 0px;
	background-color:#ffffff;
	}
	
#container {
  width:860px;
	background-color:#ffffff;
	position:relative;
	}
	
#content {
  width:770px;
	background-color:#ffffff;
	margin:20px 0px 20px 20px;
	float:left;
	color:#000000;
	text-align:left;
	}
	
html>body #content {
  width:740px;
	}
	
#content2 {
  width:770px;
	height:300px;
	background-color:#ffffff;
	margin:20px 0px 20px 20px;
	float:left;
	color:#000000;
	text-align:left;
	}
	
html>body #content2 {
  width:740px;
	}
	
#topmenu {
  width:570px;
	height:40px;
	}

#bottom {
  width:60px;
	position:absolute;
	right:0;
	bottom:0;
	padding:0px 10px 10px 0px;
	text-align:right;
	}
/**	
#bottom {
  width:860px;
	height:60px;
	text-align:right;
	padding-top:30px;
	}
	
html>body #bottom {
  width:820px;
	}
**/

#clear {
  clear:both;
	}

#footer {
	width:860px;
	text-align:center;
	background-color:#b5b293;
	padding-top:10px;
	}
	
ul {list-style:none; display:block; text-align:center; padding:0; margin:0;}

ul li {
	display:inline; 
	font-size:11px;
	text-decoration:none;
	padding-right:8px;
	}
	
.heading {
  font-size:12px;
	font-weight:bold;
	font-style:italic;
	}
	
.heading2 {
  font-size:14px;
	font-style:italic;
	}