html{
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	background:url(images/background.jpg) #babcbb;
	background-repeat:repeat-x;
	height:100%;
	font-family:Verdana;
}

#holder{
	width:996px;
	margin: 0px auto 0px auto;
	min-height:100%;
   	position:relative;
	background:url(images/holder-bg.png);

}


#header{
	width:996px;
	height:256px;
	margin:0 0 0 0;
	background-repeat:repeat-x;
}

#content{
	width:800px;
	font-size:16px;
	font-family:Verdana;
	margin:-50px 0 0 90px;
	padding:0 0 20px 0;
	line-height:20px;

}

#form{
	float:left;
	font-weight:bold;
	width:400px;
	padding:20px 0 0 0;
}

#form td{
	padding:5px 5px 10px 5px;
}

#form input{
	border:solid 1px #000;
}

#form textarea{
	border:solid 1px #000;
}

#photos{
	float:right;
	text-align:center;
	width:400px;
}

#footer-holder{
	width:996px;
	background:url(images/footer-holder-bg.png);
	background-repeat:repeat-y;
	margin: 0 auto 0 auto;
	height:50px;
}

#footer{
	background:url(images/footer-bg.png);
	background-repeat:repeat-x;
}

#social-share-links{
       padding:10px 0 0 55px;
	   float:left;
}

#social-share-links ul{
	margin:0px;
	padding:0px;
}

#social-share-links li{
	margin:0px;
	padding:2px 4px 2px 4px;
	list-style:none;
	display:inline;
}

#media-icons{
	margin:5px 10px 10px 0px;
}

#footer-right{
	float:right;
	font-size:11px;
	color:#fff;
	font-family:Verdana;
	padding:10px 60px 0 0;
}

#submit-form{
	border:none;
	padding:0 0 0 30px;
}

#submit-form input{
	border:none;
}

.submit-btn{
	background:url(images/submit-btn.jpg);
	background-repeat:no-repeat;
	width:285px;
	height:60px;
	border:none;
}

.clear{
	clear:both;
}

.error-message{
	color:#F00;
	font-weight:bold;
}