#news a{ 
}
#news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #6482A2;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	background-image: url(../image/background.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}
#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 0px;
	height: 0px;
}

#nav-menu li
{
	float:none;
	margin: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 5px;
}

#nav-menu li a
{
background:  url(../image/background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 12em;
display: block;
border: 0.1em solid #dcdce9;
color: #6482A2;
text-decoration: none;
text-align: left;
}
#nav-menu li a:hover
{
	color: #000066;
	background-image:  url(../image/background2.gif);
	background-repeat: repeat-x;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#banner{
 position:absolute; 
 width:760px; 
 height:100px; 
 z-index:2; 
 background-image:  url(../image/banner.jpg); 
 layer-background-image:  url(../image/banner.jpg); 
 border: 1px none #000000;
}
#banner a{
	text-decoration:none;
	color: #6D749C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10;
	font-weight: bold;
}
#banner a:hover {
	color: #000033;
	text-decoration: underline;
	background-color: #CCCCCC;
}
#banner p {
	text-indent: 120px;
}
