body,div { 
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #0C2A5F;
	margin: 0px;
}

a { color: #316E9F; }

#container { 
	margin-top: 10px; 
	width: 862px; 
	height: 585px;
	text-align: left; 
	position: relative; 
}

#footer { 
	margin-top: 5px; 
	width: 855px; 
	height: 13px; 
	border: 1px solid #cccccc; 
	padding: 3px; 
	background-color: #EFEFEF; 
	text-align: left; 
	font-size: 10px;
}

.clearall {
	height: 1px;
	clear: both;
}

#title { 
	position: absolute;
	padding-bottom: 5px;
	top: 38px; 
	left: 35px; 
	font-size: 30px; 
	font-weight: normal;
}

#annie { 
	position: absolute; 
	top: 74px; 
	left: 546px; 
	width: 282px; 
	text-align: right; 
	font-size: 14px; 
	font-weight: bold 
}

#nav { 
	position: absolute;
	padding-bottom: 5px;
	top: 78px; 
	left: 40px; 
	text-align: left; 
	font-size: 12px; 
	font-weight: bold;
}

#content {
	top: 110px; 
	left: 43px;
	text-align: left; 
	width: 780px; 
	height: 470px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative; 
}

#annie_pic { 
	position: absolute;
	top: 53px; 
	left: 750px; 
	width: 100px;
	text-align: left; 
}

h1 { 
	position: absolute; 
	top: 10px; 
	left: 460px; 
	width: 382px; 
	text-align: right; 
	font-size: 14px; 
	font-weight: bold; 
}

#intro { 
	position: absolute;
	top: 100px; 
	left: 460px; 
	width: 378px;
	text-align: justify; 
	font-weight: normal;
}

#menu { 
	position: absolute;
	top: 178px; 
	left: 410px; 
	text-align: left; 
	font-weight: normal;
}

#menu a {
	text-decoration: none;
	color: #316E9F;
}

.menubutton {
	font-size: 10px;
	height: 30px;
	width: 390px;
	margin: 7px;
	padding: 6px;
	padding-left: 45px;
	border: 1px solid #ffffff;
	background-image: url('images/leaf.gif');
	background-repeat: no-repeat;
}

.menubutton:hover {
	background-color: #F0F6DA;
	border: 1px solid #f1f1f1;
}

#menu .mainitem {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#menu .subbutton:hover {
	text-decoration: underline;
}

#menu .underline {
	text-decoration: underline;
}

img { position: relative; top: 0px; left: 0px; }