body{
	background-color:#61594e;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
}

h1{
	font-size:18px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

hr{
	width:70%;
}

.container{
	width: 770px;
	margin:auto;
}

.header {
	background-image:url(buildImages/header.gif);
	width:100%;
	height: 145px;
	border: 1px #362f25 solid;
}

.nav {
	background-color: #c5c397;
	height: 35px;
	width:100%;
	border-left:1px solid #362f25;
	border-right:1px solid #362f25;
}

.navLinks {
	margin: auto;
	background-color: #c5c397;

}

.content{
	border: 1px #362f25 solid;
	border-bottom: 10px #362f25 solid;
	background-color: #ffffff;
	width:100%;
	height: 430px;
}

.contentLg{
	border: 1px #362f25 solid;
	border-bottom: 10px #362f25 solid;
	background-color: #ffffff;
	width:100%;
	height: 610px;
}

.contentLeft{
	width:50%;
	margin:15px;
	background-color: #ffffff;
	float:left;
}

.contentLeft ul{
	margin: 5px 0 10px 40px;
	list-style-type: square;
}

.contentRight{
	float:right;
	width:336px;
	margin:20px 5px 5px 5px;
	background-color: #ffffff;
}

.footer{
	clear:both;
	background-color: #ffffff;
	border-bottom: 10px #362f25 solid;
}

ul#menu{
	padding:auto;
	list-style-type:none;
	margin: auto;
	height:30px;
	font-size:14px;
	font-family:Helvetica,Arial,Verdana,sans-serif;

}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #362f25;
	
	}
	
ul#menu li span{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:0px solid #362f25;
	border-left:1px solid #362f25;
	}

ul#menu li a{
	display:block;
	float:left;
	color:#362f25;
	text-decoration:none;
	padding:12px 15px 0 15px;
	height:24px;

	}
ul#menu li a:hover{
	background-color:#ebeacb;
	}

                    
                    