/* CSS Document 
Design: Andrew Kerr | Relevant Studios
Designer URI: http://www.relevantstudios.com
Author: Christopher Cervenka
*/


body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
	background: url(../img/background.jpg) top left repeat; 
	}

a:link, a:visited, a:active{
	color:#808110;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

.outer{
	width:941px;
	margin:0 auto;
	position:relative;
}

.topshadow{
	background:url(../img/shadowHeader.png) top left no-repeat ;
	overflow:visible;
	width:940px;
	height:205px;
	position:absolute;
	top:-22px;
	left:9px;
	z-index:-2;
}

.bodyshadow{
	background:url(../img/shadowBody.png) top left repeat-y;
	height:518px;
	width:940px;
	position:absolute;
	top:182px;
	left:9px;
	z-index:-3;
}

.footshadow{
	background:url(../img/shadowFooterSm.png) top left no-repeat;
	height:45px;
	width:940px;
	position:absolute;
	top:700px;
	left:9px;
	z-index:-4;
}


.wrapper{
	position:relative;
	width:900px;
	margin:22px auto 30px auto;
	padding:0px;
	height:724px;
	background:url(../img/wholeThing.jpg) top left;
	z-index:10;
	}
	
.header{
	position:relative;
		width:100%;
		height:140px;
	}

.rotate{
	position:relative;
	float:left;
	margin-left:-30px;
	margin-top:-7px;
	width:434px; /* 480px; */
	height:290px; /* 332px; */
	margin-right:15px;
	background:url(../img/frame.png) top left no-repeat;
	padding:19px 28px 23px 18px
}

.rotate img{
	top:0;
	left:0;
	margin-top:19px;
	margin-left:18px;
	background:none;
	width:434px;
	height:290px;
}

.content{
	position:relative;
	width:405px;
	text-align:left;
	float:left;
	}

.content h1{
	margin:0px;
	padding:0px;
	color:#7d0101;
}

.content h2, .lowerContent h2{
	margin:0px;
	padding:0px;
	color:#7d0101;
}

.content h1 + p{
	padding-top:0px;
	margin-top:0px;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.content h2 + p{
	padding-top:0px;
	margin-top:0px;
}

.lowerContent{
	width:100%;
	position:relative;
	float:left;
	margin-top:25px;
	height:200px;
	text-align:left;
}

.lowerContent p{
	margin-top:0px;
	padding-top:0px;
}

.lc1{
	float:left;
	width:270px;
	margin-left:30px;
}

.lc2, .lc3{
	margin-left:15px;
	width:270px;
	float:left;
}

#email, #name{
	color:#999;
}

#submit{
	border:none;
	background:#a4a86b;
}

.footer{
	clear:both;
	font-size:11px;
	text-align:center;
	width:100%;
	height:45px;
	color:#a4a86b;
	}