html {
height: 100%;
}

body
{
	background-color:#cfba95;
	background-image: url("lpimages/bgpattern.jpg");
	margin: 0px;
	height: 100%;
} 



div#container {
	width: 900px;
	background-color:#ffffff;
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	border-left: 5px solid #9a7f53;
	border-right: 5px solid #9a7f53;
	box-shadow: 0px 0px 25px #5e4d34;
}

div#header {
	text-align: center;
	position: relative;
	margin: 0px auto;
	padding-top: 15px;
}


div#footer {
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	width: 900px;
	height: 170px;
	background-color: #0080b0;
	background-image: url("lpimages/bgcurls.png");
	bottom: 0px;
	padding-bottom: 10px;
	position: absolute;

}



#footer p {
	font-size: 14px;
	color: #ffffff;
	font-family: helvetica, arial, san-serif;
	line-height: 1px;
}


#footer a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: helvetica, arial, san-serif;
	padding-top: 0px;
	padding-bottom: 15px;
	outline : none;
}

h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 90px;
color: #0080b0;
font-weight: 100;
padding:0px;
margin:0px;
}


h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 32px;
line-height: 34px;
color: #002450;
font-weight: normal;
padding: 0px 15px 0px 15px;
margin:0px;
}

h3 {
font-family: sans-serif;
font-size: 14px;
line-height: 17px;
color: #0080b0;
font-weight: normal;
margin-top: -15px;
padding: 0px 25px 0px 25px;
}


input {
	background-image: url("lpimages/button.png");
	background-repeat: no-repeat;
	background-color: transparent;
	width: 255px;
	height: 126px;
	font-size: 20px;
	color: #9a7f53;
	text-decoration: none;
	font-family: helvetica, arial, san-serif;
	margin: 10px;
	border: 0px;
	white-space: normal;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}




#content {
text-align: center;
width: 900px;
height: 650px;

}

#content img {
padding: 10px 35px 10px 35px;
border : 0;
}

img {
border: 0;
}


#contentlinks {
text-align: center;
width: 900px;
height: 36px;
margin-bottom: 15px;
}


#contentlinks a  {
width: 280px;
font-size: 16px;
float: left;
padding: 10px 10px 40px 10px;
color: #0080b0;
text-decoration: none;
font-family: helvetica, arial, san-serif;
outline : none;
background-image: url("lpimages/linkicon.png");
background-repeat: no-repeat;
background-position: center; 
}


div#logo {
width: 900px;
height: 200px;
text-align: center;
bottom: 0px;
top: 30px;
clear: both;
}