*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

body {
	font-family:verdana, arial, san-serif;
	font-size: 90%;
	background-color:#557489
	
}

a {color:#fff;}
a:hover {color:#f7efd8;}


/* Header */


#header {
	background-image: url(images/anntitle.gif);
	height:130px;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-color: #ccffcc;
	background-color: #ffffcc;
	border-top-color: #ccffcc;
	border-right-color: #ccffcc;
	border-left-color: #ccffcc;
}



/* Navigation */


#navigation 
{
	font-size: 1em;
	background-color: #ffffcc;
	height: 50px;
}


#navigation ul 
{
	margin:0  5px  0px 0px;
	list-style-type: none;
	padding:0 0 0 15px;
}

#navigation li {list-style-type:none;
float:left;
padding:10px 0px;}

#navigation a
{display: block;
	color: #003333;
	margin-bottom: 3px;
	font-weight: normal;
	padding: 5px 5px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom-color: #CC0000;
	font-family: "Arial Narrow", "Trebuchet MS", "Lucida Grande", Sans-Serif;
	text-decoration:none;
}
/* copy content */


#container {
	width:550px;
	background-color: #6993ac;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	border: 1px solid #ccffff;
	margin-top: 40px;
}
#house {
	background-color: #4e8ca4;
	background-image: url(images/beachhs1600.jpg);
	background-repeat: no-repeat;
	height: 493px;
}
h3 {
	font-family: "Arial Narrow", "Trebuchet MS", Tahoma, Sans-Serif;
	color: #663333;
	vertical-align: 90%;
	font-size: 1.3em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
	}


#navigation a:hover
{
	border-bottom:1px solid #6993ac;
}

#navigation a.current
{
	border-bottom: 1px solid #6993ac;
}

div.clearfloats  {clear:both;}

/* Footer */


#footer {
	background:#6993ac;
	font-size: 0.75em;
	color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
