﻿body 
{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:11px;
	background-color:#f4f4f4;
	/*background-image:url(images/bg1.jpg);
	background-repeat:repeat;*/
}


#Wrap
{
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

H1
{
	color:#000000;
	font:bold 14px Verdana, Helvetica, sans-serif;
}

H1 span
{
	color:#00afdb;
	font:bold 11px Verdana, Helvetica, sans-serif;
	margin:0px;
	text-align:justify;
}

#Top
{
 width:1030px;
 height:308px;
 background-image:url(images/top2.jpg);
 background-repeat:no-repeat;
 float:left;
}


#Menu
{
 width:1030px;
 height:52px;
 background-image:url(images/menu2.jpg);
 background-repeat:no-repeat;
 float:left;	
 padding-top:10px;
}

#MenuLeft
{
 width:380px;
 float:left;	
}


#MenuRight
{
 width:650px;
 float:right;	
}



#Banner
{
 width:1030px;
 float:left;
 text-align:center;
 padding-top:30px;
}

#Content
{
 width:1030px;
 float:left;
 text-align:justify;
 color:#7d7d7d;
}

#ContentLeft
{
	width:600px;
	padding-top:25px;
	padding-left:20px;
	padding-right:0px;
	float:left;
	font:normal 11px Verdana, Helvetica, sans-serif;
	background-image:url(images/bg_contentleft.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#ContentRight
{
	width:410px;
	padding-top:25px;
	padding-left:0px;
	padding-right:0px;
	float:right;
	font:normal 11px Verdana, Helvetica, sans-serif;
	text-align:center;
}

#Contentsub
{
 width:990px;
 float:left;
 text-align:justify;
 color:#7d7d7d;
 padding-top:25px;
 padding-left:20px;
 padding-right:20px;
}


#ContentsubLeft
{
	width:690px;
	float:left;
}

#ContentsubRight
{
	width:280px;
	float:right;
	background-color:#efeeee;
	height:670px;
	padding:10px;
	font:normal 11px Verdana, Helvetica, sans-serif;
}

#Footer
{
	margin-left:0px;
	width:1030px;
	height:73px;
	padding-top:15px;
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-x;
	float:left;
}

#Footerleft
{
	margin-left:0px;
	width:610px;
	float:left;
	padding-left:10px;
}


#Footerright
{
	margin-left:0px;
	width:410px;
	float:right;
}


div.clear
{
  clear: both;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

a
{
	text-decoration:none;
	color:#019096;
}

.line
{
	float:left;
	width:1000px;
	height:3px;
	background-image:url('images/Line.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
