body {
	background:#d2ceb9 url(images/bg.png) repeat-x top; 
	margin:0px;
	font-family: Arial,Sans-Serif;
	color: #565342;
	font-size: 13px;
	
}

#Base {
	width:1000px;;
	margin:auto;
}

#Foot{
	float:left;
	width:100%;
	height:88px;
	margin-top:50px;
	background: url(images/footer.png);
}

#Foot p{
	padding-top: 40px;
}

h2{
	color: #565342;
	font-size: 16px;
	font-weight: bolder;
}
#Form1{
	width:440px;
	float:left;
}

.form fieldset label {
	color:#565342;
	font-size: 14px;
	font-weight: bolder;
	display:block;
	padding:6px 2px 4px 2px;
	margin-top:4px;
}

.form fieldset input.form-input{ 
	width: 280px;
	border: 1px solid;
	border-color: #7b796d;
	
}

.form fieldset {
border:medium none;
margin:0;
padding:0;
width:280px;
}

.form fieldset textarea {
	width: 280px;
	height:200px;
	border: 1px solid;
	border-color: #7b796d;
}

.submit input {
	margin-top: 10px;
	margin-bottom:5px;
	float:right;
}
.clear {
	clear:both;
	font-size:1px;
	overflow:hidden;
}

