.container {
	width: 727px;
	height: auto;
	border: 2px solid #eeecec;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.divider {
	height: 10px;
	width: 475px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CD2C29;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 727px;
}
.navArea {
	background-color: #eeecec;
	height: 23px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;    
}
#nav ul{
	padding: 5px;
	margin: 0px;
}
#nav ul li{
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #463b3b;
}
#nav ul li a{
	color: #463b3b;
	text-decoration: none;
	margin: 0px;
	padding-right: 5px;
}
#nav ul li a:hover{
	color: #a74a41;
	text-decoration: underline;
}

body {
	background-color: #9b9a98;
}
#content {
    width:475px;
	float:right;
	margin:10px;
}
#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
}
.leftCol {
     margin: 5px;
}
