html,body {
	margin: 0;
	padding: 0;
	background-color: #fff;	
	background-image: url('');
}

table {
	width: 100%;
}

td {
	vertical-align: top;
	text-align: center;
}

div {
	position: relative;
	border: 0px solid #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

div.container {	
	background-image: url('');
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

div.top {
	top: 0px;
	left: 10px;
	width: 780px;
}

div.signet {
	top: 0px;
	left: 11px;
	width: 255px;
}

div.banner {
	position: absolute;
	top: 4px;
	left: 302px;
	width: 476px;
}

div.left {
	background-color: #fff;
	top: 108px;
	left: 20px;
	width: 256px;
}

div.news {
	background-image: url('news_bg.png');
	background-color: #333;
	width: 256px;
}

div.right {
	position: absolute;
	background-color: #fff;
	top:108px;
	left:276px;
	width: 514px;
}

div.main {
	background-image: url('main_bg.png');
	background-color: #fff;
	width: 514px;
}



div.main_btm {
	position: relative;	
	background-image: url('main_btm.png');
	width: 555px;
	height: 18px;
	font-size:10px;
	
}




h1 {	
	font-family: verdana, sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

h1.main {
	padding: 25px 5px 0px 20px;
	font-size: 24px;
	font-weight: normal;
}

h2 {	
	font-family: verdana, sans serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	
}

h2.main {
	padding: 0px 5px 10px 20px;
	font-size: 12px;
	font-weight: bold;
}

h3 {	
	font-family: verdana, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 14px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 2px 0px;
	
}

h3.news {
	padding: 0px 5px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}

p {	
	font-family: verdana, sans serif;
	font-size: 8px;
	font-weight: normal;
	color: #333;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	
}

p.newsdate {
	padding: 0px 5px 0px 10px;
	font-size: 10px;
}

p.newstext {
	text-align: justify;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	
}

p.newslink {
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	font-weight: bold;
}

p.maintext {
	text-align: justify;
	padding: 0px 25px 0px 20px;
	font-size: 11px;
	font-weight: normal;
}

p.maintext2 {
	text-align: center;
	padding: 0px 25px 0px 20px;
	font-size: 11px;
	font-weight: normal;
}

p.newstext2 {
	text-align: justify;
	padding: 0px 25px 0px 20px;
	font-size: 15px;
	font-weight: normal;
}

p.newstext3 {
	text-align: justify;
	padding: 0px 25px 0px 20px;
	font-size: 13px;
	font-weight: normal;
}


p.formtext {
	text-align: justify;
	padding: 10px 25px 0px 20px;
	font-size: 11px;
	font-weight: normal;
}

p.mainmen {
	padding: 20px 25px 0px 20px;
	font-size: 10px;
	font-weight: bold;
}



A:link {
	color: #666;
	text-decoration: none;
}

A:visited {
	color: #666;
	text-decoration: none;
}

A:active {
	color: #666;
	text-decoration: none;
}

A:hover {
	color: #f39d7c;
	text-decoration: underline;
}

img.mainimg {
	height: 120px;
	width: 120px;
	border:0px;
	float:left;
	margin: 0px 10px 0px 20px;
}



input.admin {
	width:430px;
	height:20px;
	background-color:#fff;
}

textarea.admin {
	width:430px;
	background-color:#fff;
}
	


#navcontainer
{
position: absolute;
top: 80px;
left: 266px;
margin: 0px;
padding: 0px;
font-family: verdana, sans;
font-weight: bold;
font-size: 14px;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
text-decoration: none;
background: url(off.png) no-repeat top left;
float: left;
margin: 0px;
height: 28px;
width: 126px;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
color: #666;
}

#navcontainer li a:hover
{
background: url(off.png) no-repeat left top;
color: #f39d7c;
}

#navcontainer li a#current
{
background: url(on.png) no-repeat left top;
color: #fff;
}

