@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #999999;
}
#container {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/iears_bg_pic.png);
	background-repeat: repeat-y;
}
#header {
	background-color: #CCCCCC;
	background-image: url(images/iears_header_pic.png);
	background-repeat: no-repeat;
	clear: both;
	height: 226px;
	width: 900px;
}
#header_mini {
	background-color: #99CC66;
	clear: both;
	height: 23px;
	width: 890px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 5c743d;
	border-bottom-color: 5c743d;
	float: left;
	padding-left: 10px;
	padding-top: 3px;
}
#nav {
	float: left;
	width: 165px;
}
#nav li {
	list-style-type: none;
}
#nav a {
	font-size: 14px;
	font-weight: bold;
	color: #D5EDB3;
	text-decoration: none;
	background-color: #5C743D;
	display: block;
	margin-left: -40px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4FFE4;
	border-right-color: #F4FFE4;
	border-bottom-color: #F4FFE4;
	border-left-color: #F4FFE4;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#nav a:hover {
	color: #990000;
	background-color: #99CC66;
}




#content {
	float: left;
	width: 400px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}
#footer {
	background-image: url(images/ears_footer_pic.png);
	background-repeat: no-repeat;
	clear: both;
	height: 120px;
	width: 900px;
}
