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

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#525050;
	line-height:18px;
	background:#FDE1DD;
}


#page   	{ background:url(images/bg-body.jpg) top center repeat-y; }


#header 	{ text-align:center; }
	
	#header h1  	{ height:50px; background:#FDE1DD url(images/bg-header.jpg) bottom center; overflow:hidden; text-indent:-10000px; margin:0; }
	#header img 	{ display:block; margin:0 auto }



#content { width:960px; margin:0 auto; }

	#col1 	 		{ width:531px; float:left; }
	#col1 .margin   { padding:0 50px; }
	#col2	 		{ width:400px; float:left; }
	#col2 .margin 	{ padding:0 30px; }
	#map  			{ width:396px; height:396px; border:2px solid #CCC; }

#footer { text-align:center; background:url(images/bg-footer.jpg) top center no-repeat #FDE1DD; padding:40px 0; }

	#footer p		{ color:#e7a1a1; }
	#footer a		{ color:#DF9999; }




h2			 { background:url(images/bg-h2.jpg) no-repeat bottom left; height:95px; text-indent:-10000px; }
h3			 { background:url(images/bg-h3.jpg) no-repeat bottom left; height:45px; text-indent:-10000px; }
h4			 { background:url(images/bg-h4.jpg) no-repeat bottom left; height:50px; text-indent:-10000px; }
a			 { color:#73635A; }
img			 { border:0; }
strong       { color:#e7a1a1; font-size:14px; font-weight:bold; }
label		 { display:block; }
input		 { width:410px; border:1px solid #b0a5a5; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#525050; padding:6px; margin-bottom:10px }
textarea	 { width:410px; border:1px solid #b0a5a5; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#525050; padding:6px; height:100px; margin-bottom:10px }
.submit 	 { background:url(images/button-send.png) no-repeat top left; width:89px; height:29px; overflow:hidden; text-indent:-10000px; display:inline-block;padding:0; margin:0; border:0; cursor:pointer; }
.submit:hover{ background-position:bottom left; }


.error		 { color:#6F3229; font-weight:bold }
.req		 { color:#e7a1a1; font-weight:bold }
.date		 { font-size:23px; font-weight:bold; color:#e7a1a1; letter-spacing:-1px; line-height:30px; }
.location    { font-size:16px; font-weight:bold; color:#000000; letter-spacing:-1px; line-height:16px; }
.clear  	 { clear:both; height:0px; overflow:hidden; }
.right		 { float:right; }

