/* CSS Document */
body{
	background:url(../image/bg_page.jpg) repeat-x #f8f8f8;
	margin:0px;
	padding:0px;
	line-height:22px;
	
	}
	
#wrapper{
	width:960px;
	margin:0px auto;
	padding-top:15px;
	}
	
#logoHead{
	
	
	}
	
#mainMenu{
	background:url(../image/menu_bg.jpg) repeat-x;
	height:50px;
	}
	
.menu{
	}
	
.menu a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px; 
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	padding:9px 10px 9px;
	color:#ffff99;
	}
	
.menu a:hover{
	color:#FFFFFF;
	background:url(../image/minmenu-hover.jpg) no-repeat center bottom;
	}
	
.content{
	padding:20px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	}
	


.textAreabox{
	width:300px; height:180px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:24px; border:none;
	background:url(../image/formline.jpg) repeat-y;
	}
	
	
*html .textAreabox{
overflow:hidden;
line-height:24px;
}
	
	
.contactbg{
	background:url(../image/cotact_bg.jpg) no-repeat right center;
	}

