body {background-color: #86b2b8;}

img {
	border:0px;
}

body#home {
	background-image:url('imgs/intro.jpg');
	background-repeat: no-repeat;
	background-position: 50% 15px; 
}

#home #footer {
	text-align:center;
	font-size:10px;
	margin-top:410px;
}
#footer {
	padding-bottom:5px;
}
#home #content {display:none;}

#extra_right{
	background-image:url('imgs/extra_right.png');
	background-repeat: no-repeat;
	background-position: 755px 300px; 

	width:1000px;
	height:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
}
#extra_left{
	background-image:url('imgs/extra_left.png');
	background-repeat: no-repeat;
	background-position: -50px 100px; 
	

	width:1000px;
	height:700px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#body_wrapper{
	width:510px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#menu a:link, #menu a:visited,#footer a:link, #footer a:visited, #footer p{	
	color:white;	
	padding:0 15px;
	text-decoration:none;
}
#menu a:hover, #footer a:hover{	
	color:#a21808;	
	padding:0 15px;
	text-decoration:none;
}

#menu a.first {
 	padding:none;
}
  
#menu, #footer{
	text-align:center;
}

#menu{
margin-bottom:5px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer p{
	font-size:10px;
}

#page #header{
	background-image:url('imgs/page_header.jpg');
	background-repeat: no-repeat;
	background-position: 0px; 
	height:190px;
}

#errors p {
	color:red;
}



label,input {
	display: block;
	width: 395px;
	float: left;
	margin-bottom: 10px;
}
input#send {
	display: block;
	width: 400px;
	margin-left:95px;
	margin-bottom: 10px;
	border:1px solid;	
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

textarea{
	width:395px;
	height:300px;
	margin-bottom:10px;
}

br {clear: left;}

#extra_content_top_right{
	background-image:url('imgs/extra_content_top_right.png');
	background-repeat: no-repeat;
	background-position: 444px 5px; 
}

.thanks_content{
	height:400px;
}

ul{
	white-space:nowrap;
	list-style-type:none;
	margin-left: 10px; 
	padding-left: 0px;
}

li{
	display:inline;
}

#content {
	background-image:url('imgs/extra_content_top_left.png');
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='imgs/extra_content_top_left.png');*/
	background-repeat: no-repeat;
	background-position: 5px 5px; 

	width:510px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:10px;
	background:white;
}



p, h1, h3, label{
	font-family:"Lucida Sans Unicode", helvetica, verdana, sans-serif;
	padding-left:10px;
	padding-right:10px;
}
h1, h3{
	padding-top:10px;
	color:#8b130b;
}
a:visited, a:link{
	font-family:"Lucida Sans Unicode", helvetica, verdana, sans-serif;
	color:#8b130b;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

p, label{
	font-size:12px;
	color:#245257;
}
a:hover {
	font-family:"Lucida Sans Unicode", helvetica, verdana, sans-serif;
	color:#1d2728;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

h1{
	font-size:20px;
}
h3{
	font-size:14px;
}
