@charset "UTF-8";
/* CSS Document */

* {
		margin-top:10;
		padding:0;
	}
	
	.wrapper {
		position:relative;
		width:710px;
		font-size:.9em;
		text-align:left;
		min-height:100%;
		height:auto !important;
		height:100%;
		margin:0 auto -150px; /* the bottom margin is the negative value of the footer's height */
	}
	
	img {
		 border-style: none;
	}
	
	#contactpic {
		background-image:url(../images/contactBG.jpg);
		background-repeat:no-repeat;
		width:710px;
		height:540px;
		position:absolute;
	}
	
	#content {
		width:710px;
		height:540px;
		margin-top:155px;
	}
	
	#content h1 {
		font-size: .9em;
		color: #663;
		margin-left: 20px;
		margin-bottom:-10px;
		line-height: 20px;
		text-align: left;
	}
	
	#content p {
		font-family:Verdana, Geneva, sans-serif;
		font-size: .9em;
		color:#E2E480;
		margin-left: 20px;
		margin-top: 15px;
		margin-bottom:-20px;
		margin-right:25px;
		text-align: justify;	
	}
	
	#contactthanks {
		background-image:url(../images/contact_thanksBG.jpg);
		background-repeat:no-repeat;
		width:710px;
		height:540px;
		position:absolute;
	}
	
	#contacterror {
		background-image:url(../images/contact_errorBG.jpg);
		background-repeat:no-repeat;
		width:710px;
		height:540px;
		position:absolute;
	}
	
	.send {
		margin-top: 10px;
		margin-left:340px;
	}
	
	.msginput { 
		font-size: 1.0em;
		font-family: Verdana;
		color: #333;
		border: 1px solid #DFC33D; 
	}