* {
padding:0;
margin:0;
}

html { 
height:100%; 
margin-bottom:1px; 
}
body {
	background-color: #F4ABA4;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#125D85;
}
#container {
width: 825px;
margin:20px auto;
background-color:#BEE1DD;
background-image:url(graphics/bgcurl.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}
#navbox {
margin: 25px 0 0 25px;
float:left;
}
#navlist {
list-style-type:none;
}
#navlist li {
margin:3px 0;
}
#content {
width:600px;
float: right;
background-image:url(graphics/bird.jpg);
background-position:bottom right;
background-repeat:no-repeat;
margin:25px 25px 25px 0;
}
#clr {
clear: both;
}
.floatright {
float:right;
margin: 0 20px;
}
.bullets {
list-style-type:circle;
margin-left:30px;
}
.bullets li {
margin: 12px;
}

p {
margin: 15px;
line-height:125%;
}
.formbox {
margin-left:15px;
}
.form {
width: 350px;
background-color:#D2EBE8;margin-bottom:5px;
}
.btn {
background-color:#125D85;
border:#D2EBE8 double 4px;
padding: 2px 6px;
margin: 8px 0;
}
a:link, a:active, a:visited {
color:#2C527F;
text-decoration:none;
}
a:hover {
color: #F4ABA4;
}