
body{
		position:relative; 
		background: url('wingbg_repeat.jpg') top left repeat-x; 
		margin:0; 
		padding:0;
}
	#wrapper{ 
		height:920px; 
		background: url('wingbg.jpg') top left no-repeat; 
		font:.8em arial;
	}
	#content{
		position:absolute;
		top:50px;
		left:45%;
	}
	a{
		text-decoration:none; 
		background: url('burke.png') top left no-repeat; 
		display:block; 
		width:549px; 
		height:85px;
	}
	/*h3 a{font-family: 'helvetica neue ultralight', arial, tahoma;letter-spacing:.08em;color:#86a3a2;}
		h3 a span {font:.7em arial;letter-spacing:normal;color:#333;}*/
	
	#contact{
		margin-top:10px;
	}

	
	
	
	
	
/* FORM */

form{
	margin-left:7px;
}
dd{
	margin-left:0;
}
dt label{
	font-weight:bold;
	color:#16325a;
}
	input, textarea{
		margin-bottom:8px;
		width:264px;
		border:1px solid #333;
	}
	textarea{
		margin-bottom:0px;
	}
	#contact div input{
		width:264px;
		margin-top:5px;
		padding:5px;
		font-size:140%;
		background:#3a9346;
		border:1px solid #106b00;
		color:#fff;
	}
	input:focus, textarea:focus{
		background:#f7f7f7;
	}
	
	
	
	
/* ERRORS*/

	p{
		background:#ffea88;/*8f0000*/
		margin:0;
		padding:5px;
		color:#cf9700;
		font-weight:bold;
	}