html, body {
	height: 100%;
}
body {
	margin:0px;
	background-image:url('./images/background.jpg');
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-attachment:fixed;
	background-position:top center;
	margin:0px;	
}


#container{
	width:678px;
	position:relative;
	margin-left:-339px;
	left:50%;
	min-height:100%;
	background-color:#ffffff;
}
#header{
	width:680px;
	height:140px;
}
#header img{
	border:0px;
}

.banner{
	float:right;
	width:440px;
	height:140px;
}


#menu_holder{
	width:679px;
	height:32px;
	background-image:url('./images/menu_backg.jpg');
	background-repeat:repeat-x;
	font-size:11px;
	margin-left:1px;
}

#footer{

	margin-top:25px;
}
#footer a{
	color:#000000;
}
#footer a:hover{
	color:#566c10;
}
#main_content{
	padding:25px 30px 15px 30px;

}
#main_content_left{
	float:left;
}
#main_content_right{
	float:left;
}

.fsc_button{
	background-image:url('./images/fsc_button.gif');
	background-repeat:no-repeat;
	width:155px;
	height:52px;
	color:#ffffff;
	cursor:pointer;
	position:relative;
	margin-right:29px;
}
.fsc_button_text{
	position:absolute;
	left:43px;
	top:8px;
	width:100px;
	font-size:12px;
}
.fsc_button a{
	color:#ffffff;
	text-decoration:none;
}
.member_feature a{
	color:#000000;
}
.member_feature a:hover{
	color:#566c10;
}






.order_form fieldset{
	width:185px;
	margin-bottom:15px;
	padding:8px;
	border:1px dashed #939190;
	float:left;
	margin-right:9px;
}
.order_form legend{
	font-weight:bold;
	color:#323e00;
	background-color:#ffffff;
	font-size:.9em;
	padding: 3px;
}
.order_form input,.order_form select{
	font-size:.9em;
	color:#000000;
	width:100%;
}
.order_tip{
	float:right;
	font-size:1.1em;
	font-weight:bold;
	cursor:pointer;
	width:15px;
}
.order_recquired{
	color:#c10000;
	float:right;
	font-size:.8em;
}












