@charset "utf-8";
	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#container {
		min-height:100%;
			width: 700px;
	background: #FFFFFF;
	margin: 0 auto;
		position:relative;
	}
	#header {
	}
	#body {
	padding-bottom:60px;	/* Height of the footer */
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 10px;
	}
	#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:40px;			/* Height of the footer */
	text-align: center;
	font-size: 0.8em;
	background-color: #FFF;
	padding-bottom: 20px;
	float: left;
	}

	[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}

#contact-area {
	width: 700px;
}

#contact-area input, #contact-area textarea {
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	font-size: 0.8em;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: .8em;
}
#page-wrap {
	width: 700px;
	background: white;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

