@charset "utf-8";
/* CSS Document */
body {
	background-color: #7e7e7e;	
	background-image:url(layout/sig.jpg);
	background-repeat:no-repeat;
	background-position:80px -60px;
		
}

#menu_a
{
	width: 570px;
	padding-left: 30px;
	border-bottom-color:#000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	position:absolute;
	left: 283px; 
	top: 107px;

}

#menu_a ul
{
	margin: 0px auto;
	padding:0;
	
	font-family: Courier;
	font-size:18px;
	
}

#menu_a ul li
{
	list-style-type: none;
	display: inline;
}

#menu_a li a
{	
	display: block;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	color:#000000;
	text-decoration: none;
}

#menu_a li a:hover
{	
	color:#ffffff;

}

#menu_a li a#selected
{
	
	color:#ffffff;


}

#menu_b
{
	width: 570px;
	padding-left: 40px;
	position:absolute;
	left: 283px; 
	top: 130px;

}

#menu_b ul
{
	margin: 0px auto;
	padding:0;
	font-family: Courier;
	font-size:15px;


}

#menu_b ul li
{
	list-style-type: none;
	display: inline;
	
}

#menu_b li a
{	
	display: block;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 1px;
	color:#000000;
	text-decoration: none;

}

#menu_b li a:hover
{	
	color:#ffffff;


}

#menu_b li a#selected
{
	
	color:#ffffff;
	
}

HR {
	background:#333;
	height:1px;
	border-bottom-width:0px;
}

#content a {
	text-decoration:none;
	font-weight:bold;
	
}

#content {
	
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:14px;

	width: 700px;
	padding: 20px 20px 20px 20px;
	position:absolute;
	left: 150px; 
	top: 175px;


}

#content h1, h2 {
	font-size:16px;
	font-weight: bold;
	display: inline;
}

#content h2 {
	color:#b80000;
}

#content h3 {
	color:#060;
	font-size:24px;
}

#content h4 {
	font-size:24px;
	display: inline;
}

#footer {
	font-family:Verdana;
	font-size: 10px;
	text-align:center;
	width: 700px;
	position:absolute;
left: 150px;
bottom: 20px;
z-index: -1;
	
	
}