#wrap {
	background-image: url("i/patternrev.gif");
	overflow:hidden;
	}
#dance {
	text-align:right;
	width:300px;
	margin-top:20px;
	}
#left {
	width: 350px;
	float:left;
	border: 0px solid red;
	}
	
#right {
	width: 300px;
	float:right;

	}
	
/* contact
*******************************/
h1#banner {
	padding: 100px 0 0 0; /* height of the replacement image */
    overflow: hidden;
    background-image: url("i/contact-title.gif");
	background-repeat: no-repeat;
	width:300px;
 	height: 0px !important;
	margin-left:450px;
	}

#contact-form {
	width:325px;
	position:relative;
	top:-30px;
	background-color:#c3c0c7;
	padding:30px 20px 10px 45px;
	border:2px solid #a4a6b9;
	border-left:none;
	}
#contact-form p {
	padding-bottom:0;	
	line-height:1.1;
	}	

#contact-form input {
	font: normal 1em/1.1 arial, helvetica, sans-serif; 
	color:#54469c;
	padding: 2px 3px 1px 3px;
	height:15px;
	margin-bottom:1em;  /*space below input box*/
	}
#contact-form .error {color:#FF0000;}

#contact-form #comments {
	font: normal 1em arial, helvetica, sans-serif; 
	color:#54469c;
	padding: 3px 3px 1px 4px;
	}
#contact-form #choose {
	font: bold 1em arial, helvetica, sans-serif; 
	color:#54469c;
	margin-top:10px;
	margin-bottom:2em;
	line-height:2em;
	}
#contact-form #enter {
	background-color:#c60d0b;
	color:white;
	padding:2px 6px 2px 6px;
	height:2em;
	}
#contact-form #enter:hover {
	background-color:#f93f3e;
	}
#contact-form label span {color:#ff0000}

#contact-form label {
	margin-right:10px;
	color:#49276e;
	}
#contact-form #check-box  {
	margin:	20px 0 20px 0;
	width:280px;
	}
#contact-form #check-box p  {
	color:#49276e;
	}
#contact-form #checktext {
	margin:0;
	padding:0;
}

#thankyou h1#banner {
	padding: 80px 0 0 0; /* height of the replacement image */
    overflow: hidden;
    background-image:none;
    background-image: url("i/thankyou-title.gif");
	background-repeat: no-repeat;
	width:400px;
 	height: 0px !important;
	margin-left:69px;
	margin-top:80px;
	}
#success {
	margin-left:320px;
	width:320px;
	color:#2a1343;
	line-height:2em;
	font-weight:bold;
	position:relative;
	top:-100px;
	left:30px;
	height:300px;
	}
#response {
	margin-left:72px;
	margin-top:20px;
	width:300px;
	line-height:2em;
 	color: #2A1343;
}



