@charset "utf-8";
/* CSS Document */

/* --------------------------Main------------------------------ */
body
{
	font-family:Arial;
	color:#000000;
	background-color:#ffffff;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#main
{
	width:960px;
	overflow:hidden;
	height:auto;
	margin:0 auto;
}

#header
{
	overflow:hidden;
	height:293px;
	width:100%;
	background-image:url(/pictures/header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#header_select_bg
{
	background-image:url(/pictures/header_select_bg.png); 
	background-repeat:no-repeat; 
	width:160px; 
	height:29px; 
	overflow:hidden; 
	position:absolute; 
	margin-top:-52px; 
	margin-left:400px;
	text-align:center;
	padding-top:15px;
	z-index:10;
}

#menu
{
	overflow:hidden;
	height:60px;
	width:960px;
	text-align:center;
	
}

#content
{
	width:960px;
	overflow:hidden;
	height:auto;
}

#content_left
{
	float:left;
	height:auto;
	overflow:hidden;
	width:640px;
	padding-right:16px;
	padding-left:10px;
}

#content_right
{
	height:auto;
	overflow:hidden;
	width:294px;
}

#footer
{
	overflow:hidden;
	height:266px;
	width:960px;
	background-image:url(pictures/lablec.jpg);
	background-repeat:no-repeat;
}

img
{	
	border:none;
}

h10
{
	font-family:Arial;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

h11
{
	font-family:Arial;
	color:#33460c;
	font-size:11px;
	font-weight:normal;
}



h1
{
	color:#0096ff;
	font-size:22px;
}

h2
{
	color:#df0000;
	font-size:18px;
	font-weight:normal;
}

h3
{
	color:#000000;
	font-size:10px;
	font-weight:normal;
	margin:6px;
}

h6
{
	font-family:Arial;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	margin:6px;
}

h4
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin:6px;
	
	
}

h7
{
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin:6px;
	padding-left:15px;
	
}

h5
{
	color:#5d8fb0;
	font-size:24px;
	font-weight:bold;
	margin:2px;	
}
h8
{
	color:#000000;
	font-size:10px;
	font-weight:normal;
	margin:6px;
}


input[type=text]
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	width:230px;
	font-size:12px;
}

textarea2
{
	border-style:solid;
	border-width:0px;
	border-color:#cccccc;
	font-size:14px;
	width:400px; 
	height:200px;
}

textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	font-size:12px;
	width:400px; 
	height:200px;
}

a, a:visited, a:active
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#000;
	text-decoration:underline;
}

