/* positioning */
body {
font-family: verdana,Arial, Helvetica, sans-serif;
	text-align: center;
	margin:0;
	padding:0 auto 0 auto;
	background-image:	url(images/bg_main.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height:100%;
	background-attachment: fixed;
	padding-top:0;
}
a{
	text-decoration: none;
	color:#707679;
}
p{
	text-align: left;
	font-weight:normal; 
	font-size:11px; 
	color:#5b8498;

}
#content{
	width:1000px;
	margin: 0 auto;
	padding:0;
	padding-top:0;
	border:0px solid blue;
	text-align: center;
}
#subcontentright{
	width:448px;
	padding-top:60px;
	margin: 0 auto;
	border:0px solid blue;
	float: right;
	clear:left;
	background-image: url(images/logo.png);
	background-position:  top center;
	background-repeat: no-repeat;
	
}
#subcontentleft{
	width:400px;
	padding:00;
	margin: 0 auto;
	border:0px solid blue;
	float: left;
	clear: right;
	background-image: url(image/logo.png);
	background-position: top right;
	background-repeat: no-repeat;

	
}
#left{
	width:40%;
	float:left;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	color:#303030;
	padding: 0 20px 0 0;
	clear:both;
	margin:0;
	padding:0px;
	border:0px solid #000
}
#right{
	width:40%;
	float:left;
	font-size: 8.25pt;
	font-weight: normal;
	text-align: left;
	padding: 0 0 20px 0;
}
#spacer{
display:block;
	height:999px;
	border:0px solid red;
}
/* navigation */
#content #menu ul {

	margin: 0;
	padding: 0;
	list-style: none;
}

#content #menu li {
	display:inline;
	padding-left: 0px;
}
#content #menu {
	width: 1000px;
	height: 57px;
}

#content #menu a {
	float: left;
	border: 0;
	text-decoration: none;
	text-align: center;
}
img{
	border:0;
	}
#content #menu  a:hover {
	background: url(images/menu-arrow.gif) no-repeat;
	background-position:center top;
	text-align: center;
	
}
/* formating */
h6{
	text-align: left;
	font-size: 16px;
	font-weight:normal;
	margin:0;
	padding:10px 0 0 0px;
	color:#94b4c2;
	border-bottom:1px dotted #eee;
}
#content #subcontentright .text01{
	font-size: 8.25pt;
	text-align:left;
	padding:80px 10px 0 10px;
	color:#707679;
}
#content #subcontentleft .text01{
	font-size: 8.25pt;
	margin:0;
	text-align:left;
	padding:60px 10px 0 10px;
	color:#707679;
	width :384px;
	border:0px solid red;
	float:left;
}
img{
	border:0;
}
.pic{
	border: 0;
}
#copyright{
	font-size: 7pt;
	font-weight:bol;
	color:#707679;
	float:right;
	border:0px solid red;
}