@charset "UTF-8";
/*FONTS*/

h1 {
	font-size: 22px;
	color: #646666;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
	color: #646666;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-weight:normal;
	text-align: center;
	font-weight:bold;
	color:#17411B;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
/* LAYOUT */

body {
	background-image:url(images/layout/background.gif);
	background-repeat: repeat;
	margin-top:0;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#050908;
}
#wrapper {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#head1 {
	float:left;
	width: 980px;
	height:36px;
	background-image:url(images/layout/header_02.jpg)
	}
	
	
		#head1divide {
	float:right;
	width: 50px;
	height:15px;
	margin-top: 10px;
	text-align:left;
	color:#FFF;
	}
	
	#head1txt1 {
	float:right;
	width: 50px;
	height:15px;
	margin-top: 10px;
	margin-left: 30px;
	text-align:left;
	}
	
	#head1txt2 {
	float:right;
	width: 70px;
	height:15px;
	margin-top: 10px;
	text-align:left;
	}
	
	#head1txt3 {
	float:right;
	width: 425px;
	height:15px;
	margin-top: 10px;
	text-align:left;
	color: #FFF;
	}
	
	#head1txt1 a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	text-decoration:none;
	}
		#head1txt2 a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	text-decoration:none;
	}
		#head1txt3 a {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 100;
	text-decoration:none;
	}
	
	#head2 {
	float:left;
	width: 980px;
	height:60px;
	background-image:url(images/layout/header_04.jpg)
	}
	
		#head3 {
	float:left;
	width: 980px;
	height:250px;
	background-image:url(images/layout/header_05.jpg)
	}
	
		#content_left {
	float:left;
	width: 3px;
	height:250px;
	background-image:url(images/layout/header_05.jpg)
	}
			#content_middle { /*EQUAL HERE */
	float:left;
	width: 965px;
    background-image:url(images/layout/sidebg_19_2.jpg)	
	
	}
			#content_right { /*EQUAL HERE */
	float:left;
	width: 15px;
	background-image:url(images/layout/rightbg.gif)
	}


		#menuside { /*EQUAL HERE */
	float:left;
	width: 220px;
	margin-left:3px;
	display: inline;	
	}
	
		#menuside_box {
	float:left;
	width: 220px;
	height:32px;
    background-image:url(images/layout/menubox_12.jpg)	
	}


	#menuside_boxtxt {
	float:left;
	width: 150px;
	height:15px;
	margin-top: 10px;
	margin-left: 15px;
	}
	
    #menuside_boxtxt a {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: 100;
	text-decoration:none;
	}
	
#textbox { /*EQUAL HERE */
	float:left;
	width: 730px;
	margin-left:10px;
	margin-top:5px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	text-align:justify;
	min-height: 540px;
	}
	
		#footer {
	float:left;
	width: 980px;
	height:12px;
    background-image:url(images/layout/footer_21.jpg)	
	}
	
		#address {
	font-weight:bold;
	color:#17411B;
	}
	
	.join_input
{
	color: #666;
	background: #ffffff;
	border:1px solid #cccccc;
	border: 1px solid #000000;
	width: 450px;
	height: 26px;
	margin-top: 18px;
	font-size:14px;
}

.green{
	background:#17411B;
	padding:0px 6px;
	border:1px solid #CCCCCC;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	font-size:11px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}

