body {
	margin: 11px 0 0 0;
	/*padding: 0;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background: #ffffff url(images/site/background_body.jpg) repeat-x;
	/*font: normal small Arial, Helvetica, sans-serif;*/
	font-family: sans-serif;
	line-height: 150%;
	color: #000000;
/*	padding-right: 0px;
	padding-left: 0px;*/
}


#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  top: 0;
  width: 762px;
  border-radius: 8px;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
  width: 120px;
}

#menu li a:hover {
  background-color: #111;
}

#menu .active {
  
  background: #580505 url(/images/site/buttons_r.gif) repeat-x;
}


#header {
	width: 800px;
	height: 161px;
	margin: 0 auto;
	background: url(images/site/header_1.jpg) no-repeat;
}

h1, h2, h3 {
	color: #000000;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: justify;
/*	background: #ffffff url(images/site/lotus_flower.jpg) top right no-repeat;*/
/*	border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
/*	color: #000000;*/
}

/* Footer */

#footer {
    clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	/*font-size: smaller;*/
	border-top: 1px solid #888888;
/*	background: #9bc3d5 url(images/site/background_footer.gif) repeat-x;*/
	padding: 10px 0;
}


.thumbnail {
	float: left;
	width: 173px;
	height: 240px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	border-radius: 8px;
}

.story {
	clear: both;
	padding: 6px 5px 5px 5px;
	margin: 5px 0px 7px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999999;
}

.story_date {
	text-align: right;
	font-size: 9px;
	font-style: oblique;
}

.story_headline {
	font-size: 15px;
	text-align: left;
	line-height: normal;
	padding-bottom: 2px;
	padding-top: 4px;
	font-weight: bold
}

.story_text {
	text-align: left;
	line-height: normal;
	padding-bottom: 4px;
	padding-top: 4px;
}

table {
	font-size:inherit !important;
}
