/* CSS Document */

* {margin: 0; padding: 0; }

html, body, #wrap {background:#c1d82f; height: 100%;}

body > #wrap {height: auto; min-height: 100%;}


#main {
	position:relative;
	margin-left:auto;
 	margin-right:auto;
	padding-bottom:16px;
}

#header {
	padding-top:20px;
}


#form {
	position:absolute; 
	left:465px;
	top:0px;
	padding:30px 30px 5px 40px;
	background:#7acce6;
	z-index:1;
}           


#body {
	margin: 0 auto;
	width: 500px;
}


#contact {
	margin: 0 auto;
	width: 500px;
}


#footer {
	margin: 0 auto;
	height:16px;
	clear:both;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


p {
	color:#000000;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:14px;
	line-height:150%;
	text-align:left;
}

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:10px;
	padding-bottom:40px;
}

label {  
	display: block;
}

a:link {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#dc3312;
}

a:visited {
	text-decoration:none;
	border-bottom:1px dotted;
	color:#dc3312;
}

a:hover {
	text-decoration:none;
	border-bottom:1px dotted;
	color:white;
}

	