#container {	
	width: 500px;
	margin: auto;
}

body {
    background: #4C5A5F;
    font-family: "Gill Sans MT", "Gill Sans", sans serif, "Arial";
    font-size: 13;
    line-height: 1.5;
}

a img {
    border: none;
}


/*--------------MASTHEAD-----------------*/

#masthead {
	background: #FFF2B1 url(PalmHead.gif) bottom right no-repeat;
	height: 125px;
}

.banner {
    margin: 0;
}

/*-----------NAVLINKS------------*/



.navlinks {
    margin: 0;
	background: #008C82;
	padding: 7px 0 7px 0px; 
}

.navlinks li {
	display: inline;
	padding: 0 1em;
	border-right: 2px solid #FFF2B1;
}

.navlinks li.last {
	border-right: 0;
}

.navlinks li.first {
	margin-left: 10px;
}

/*--------------MAIN--------------*/

#main {
	background: #D3E6B5;
}

.img {
    float: right;
    margin: -30px 25px 10px 25px;
    border: 2px solid #4C5A5F;
}

#main p {
    color: #004235;
    text-align: justify;
    width: 400px;
    padding: 20px 20px 35px 20px;
}

.header {
    margin-top: 35px;
}

/*----------FOOTER------------*/

#footer {
    background: #008C82;
    color: #FFF2B1;
    height: 65px;
    margin: -15px 0 25px 0;
}

#footer p {
    padding-top: 15px;
    line-height: 1.2;
    font-size: 10;
    text-align: center;
}