@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}


body{
	background-color:#000000;
}

#header{
	background-color:#000000;
	height:115px;
	width:830px;/* 850-20*/
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
}
#links{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:41px;
	padding-top:3px;
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

#links A:link, A:visited, A:active, A:hover {text-decoration: none; color:#FFFFFF}


.td1active{
	background:url(images/link_on.jpg);
	background-repeat:no-repeat;
	width:122px;
	height:41px;
}
.td1{
	width:122px;
	height:41px;
}
.td2active{
	background:url(images/link_on2.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:41px;	
}

.td2{
	width:130px;
	height:41px;
}

#links_bg{
	height:41px;
	background-image:url(images/link_bg.jpg);
	background-repeat:repeat-x;
}
.link{
	padding-left:40px;
	width:122px;
	height:39px;
}

#green_bg{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#8dc73f;
	/*height:450px;*/
	padding-bottom: 70px;
}

#green_bg2{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#8dc73f;
	min-height:450px;
}
#content{
	background-color:#4e6f18;
	width:805px;
	margin-left:auto;
	margin-right:auto;
	/*min-height:335px;*/
	/*height:360px;*/
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-image:url(images/green_footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:20px;
}

#footer{
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:12px;
}

.mall{
	font-size:16px;
	color: #90c83f;
	font-weight:bold;
	letter-spacing:2px;
}
.city{
	font-size:16px;
	color: #000000;
	font-weight:bold;	
	letter-spacing:2px;	
}
.submit{
	padding-top:10px; 
	padding-left:700px;
}

.submitimg{
	padding-top:10px; 
	padding-left:500px;
}

A:link, A:visited, A:active, A:hover {text-decoration: none; color:#FFFFFF}

#legal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-left:108px;
	padding-right:20px;
	padding-top:5px;	
}
