* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}

body {
	background-color: #5C553B;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;

}

/******** Layout Elements ********/

.wrapper {
	width: 640px;
	margin: 0 auto;
	background-color: #Ac8785;
}

.innerwrapper {
	margin: 0 210px 0 0;
	
}

.header {
	height: 175px;
	background-color: #AB8684;
	text-align: center;
	background-image: url(images/anneHeader.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	color: #815653;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	
}
.subhead {
	height: 86px;
	clear: both;
	
}
.subhead a {
	border: none;
	}
	
.subhead a:visited {
	border: none;
	border-color: none;
	}

.content {
	margin: 0 -15 50px 110px;
	padding: 8px;
	background-color: #Ac8785;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	width: 140px;
	padding: 5px;
	background-color: #Ac8785;
}

.right {
	margin: 0 0 10px 0;
	float: right;
	width: 200px;
	padding: 5px;
	background-color: #Ac8785;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #4E4831;
	clear: both;
	text-align: center;
}

/******** Document Styles ********/

h1 {
	font-size: 32px;
	font-weight: lighter;
	color: #C1AEAD;
	text-transform: none;
	line-height: 42px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
	color: #FFFFFF;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 6px;
	list-style: none;
	color: #FFFFFF;
}

ul ul li {
	margin: 3px 30 3px 10px;
	list-style: none;
	font-size: 14px;
	color: #FFFFFF;
}

ul ul {
	margin: 0 0 15px 0;
}
