/*custom.css*/
body {
	background-color:#f0f0f0;
}

#container {
	/*margin-left:auto;
	margin-right:auto;*/
	width:700px;
	margin-top:20px;
}

#header {
	background-image:url(/images/cover1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:184px;
}

#navigation {
	height:35px;
/*	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:700px;*/
}
	#nav-l {
		float:left;
		clear:left;
		width:12px;
		height:35px;
		background-image:url(/images/nav-l.jpg);
		position:relative;
		top:-7px;
	}
	
	#nav-m {
		float:left;
		height:35px;
		background-image:url(/images/nav-m.jpg);
		background-repeat:repeat-x;
		text-align:center;
		width:700px;
}
		.navi {
			margin-top:7px;
		}
	
	#nav-r {
		float:right;
		height:35px;
		background-image:url(/images/nav-r.jpg);
		width:12px;
		position:relative;
		top:-29;
	}
	

#content {
	/*padding:20px;
	background-color:#ffffff;
	margin-bottom:5px;
	position:relative;
	top:-19px;
	background-color:transparent;
	margin-right:auto;
	margin-right:auto;*/
	background-color:white;
}
.main {
	background-color:white;
	margin-left:20px;
	margin-right:20px;

}

#footer {
	/*vertical-align:bottom;
	text-align:center;
	height:100px;
	width:700px;
	margin-left:auto;
	margin-right:auto;*/
}
	
	
}
#foot {
	/*display:block;
	padding:5px;
	background-color:#f0f0f0;*/
}
.foot1 {
	/*width:31%;
	float:left;*/
		text-align:center;

	background-color:white;
	border: solid 1px #646464;

}
.foot2 {
	/*width:31%;
	float:left;
	margin-left:2%;
	margin-right:2%;
	*/
	text-align:center;
	background-color:white;
	border: solid 1px #646464;
}

.foot3 {
/*	width:31%;
	float:left;
	*/
	background-color:white;
		text-align:center;

	border: solid 1px #646464;

}
label {float:left;clear:left;width:100px;}
.labelflt{float:left;}
input select {float:left;}
checkbox {clear:left;float:left;}
p.fee {float:left;color:red;margin-top:0px;margin-bottom:0px;}
label.fee {color:red;float:left;clear:left;width:150px;}
label.check {float:left;}
#clr {clear:both;margin-top: 5px;margin-bottom: 5px;}
fieldset.inner {width:600px;margin-left:auto;margin-right:auto;padding:20px;}
fieldset {margin-bottom:20px;}
legend {font-weight:bold;}
submit {margin:10px;}	
	
	
	
