body
{
  background: #f9f7f7;
	margin: 0px; 
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
}
#head
{
  background: #e4e4e4 url(../images/heads.jpg) no-repeat top left;
	width: 700px;
	height: 50px;
	padding: 0px;
	margin: 0 auto;
}

#body_wrapper
{
  background: url(../images/body_repeats.jpg) repeat-y top left;
	margin: 0px auto;
	width: 820px;
	display: block;
}
#body
{
  background: ;
	float: left;
	padding: 10px 20px 10px 20px;
	min-height: 343px;
	display: block;
}
#end_body
{
  background: url(../images/body_bottoms.jpg) no-repeat top left;
	margin: 0px auto;
	width: 790px;
	height: 37px;
	display: block;
}
.clearer
{
  clear: both;
	height: 1px;
	padding: 10px;
	margin: 0px;
}
#all
{
  width: 800px;
	float: left;
	padding: 0px;
	background: url(../images/all_repeat.jpg) repeat-y top left;
}
#all .top
{
  background: url(../images/all_top.jpg) no-repeat top left;
	width: 790px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}
#all .bottom
{
  background: url(../images/all_bottom.jpg) no-repeat bottom left;
	width: 790px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#split
{
  width: 790px;
	float: left;
	padding: 0px;
	background: url(../images/both_repeat.jpg) repeat-y top left;
}
#split .top
{
  background: url(../images/both_top.jpg) no-repeat top left;
	width: 790px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}
#split .bottom
{
  background: url(../images/both_bottom.jpg) no-repeat bottom left;
	width: 500px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#left
{
  width: 500px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#right
{
  	width: 160px;
	float: left;
	padding: 0px;
	margin: 0px;
}
.content 
{
  padding: 10px 10px;
}
#left .content, #all .content
{
  padding-left: 22px;
}
#footer
{
  margin: 0 auto; 
	width: 790px;
	text-align: center;
	color: #333399;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#footer a
{
 color: #333399;
}
.article {
	margin-left:10px;
	padding:10px;
	border: 1px dotted #333399;
	background-image: url("../images/anormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.article:hover {

	background-image: url("../images/a.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
.article p {
	margin:10px;
}
.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}
.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#menuh-container
	{
	position: absolute;
	position: center;
	width:800px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#menuh
	{
	font-size: 12px;
	font-family: verdana;
	width:100%;
	float:center;
	margin:0px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.5em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #003399;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: Red;
	background-color: #C4ECFF;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8.8em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	
    vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -5.5em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}.lines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
}
