*
{
	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:196px;
	background-repeat: no-repeat;
	background-position: 250px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
	background-color: #ffffcc;
}

img {
	float:left;
	margin:0 10px 0 0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ccffff;
}



/* Navigation */


#navigation 
{
	width:127px;
	float:left; /*makes the div enclose the list */
	font-size: 1em;
	background-color: #6993ac;
	position: absolute;
	height: 290px;
}


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

.smalltext {
	font-size: 0.90em;
	margin-top: -10px;	
}

#navigation li {list-style-type:none;
float:left;
padding:5px 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:800px;
	background-color: #6993ac;
	margin-left: auto;
	margin-right:auto;
	text-align:left;
	border: 2px solid #ccffff;
	margin-top: 80px;
}
#gallery {
	width:598px;
	float:right;
	background-color: #eff6f8;
	height: auto;
	border-left: 2px solid #ccffff;
}

h3 {
	font-family: "Arial Narrow", "Trebuchet MS", "Lucida Grande", Sans-Serif;
	color: #557489;
	vertical-align: 90%;
	font-size: 1.1em;
	margin-top: 15px;
	padding-left: 15px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-right: 15px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #003366;
	font-style: italic;
	margin: 20px 30px 20px 30px;
	}


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

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

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;
}
