body  {
	font-family:"trebuchet ms", arial, "sans serif";
	color:#6b5650;
	font-size:90%;
	background-color:#b0a7a1;
	text-align:center;
}

a  {
   color:#844945;
   text-decoration:underline;
   font-weight:bold;
}

		a:hover  {
		   background:#6b5650;
		   color:#fff;
		   text-decoration:underline;
		}

input, textarea, select{
	border:1px solid #6b5650;
	font-family:"trebuchet ms", arial, "sans serif"; 
	font-size:100%;
	color:#6b5650;
	background-color:#d0c9c3;
}

table {
	width:95%;
	border-collapse:collapse;
	margin:0 auto;
}

table, td  {
    font-size:100%;
}
	th, tr, td {border:1px solid #000;}
	
	th {
		font-size:110%;
		font-weight:bold;
		text-align:center;
		background-color:#844945;
		color:#FFFFFF;
	}

h1 {
	color:#8c8c76;
	font-weight:bold;
	font-size:200%;
	text-align:center;
}

h2{
	color:#8c8c76;
	font-weight:bold;
	font-size:120%;
	border-bottom:1px solid #6b5650;
}

#container {
	margin:0 auto;
	width:80%;
}

#layoutimg {
	background:url("layout1.jpg") no-repeat center;
	height:352px;
	margin-bottom:5px;
}

#content {
	text-align:left;
	width:79%;
	float:left;
	background-color:#fefbf6;
	color:#000;
	border:1px solid #000;
}

#menu {
	width:19%;
	float:right;
	text-align:left;
	background-color:#fefbf6;
	color:#000;
	border:1px solid #000;
}

ul.nav li {
	list-style-image:url("list1.gif");
	margin-bottom:4px;
}

		ul.nav li:hover {
			list-style-image:url("list2.gif");
			margin-bottom:4px;
		}

ul.list {
	margin:0;
	padding:0;
	list-style-type:none;
}