body{
	background-color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #82786f;
}

#container{
	width: 978px;
}

#header{
	width: 978px;
	height: 139px;
}

#menu {
	width: 150px;
	float: left;
}
#menu ul {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
	height: 25px;
}

#menu li a {
	color: #82786f;
	background-color: #ffffff;
	border-bottom: 1px dashed #82786f;
	width: 150px;
	text-decoration: none;
	display: block;
	height: 23px;
}


#content{
	width: 800px;
	float: right;
}

#footer{
	font-size: 10px;
	line-height: 13px;
	clear: both;
}

a{
	color: #DC5034;
}

h1{
	color: #DC5034;
	font-size: 28px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 17px;
}

hr{
	border: 1px dashed #82786f;
}

td{	
	text-align: left;
	border: 0px solid #82786f;
}

th{	
	font-weight: bold;
	text-align: left;
	border: 2px outset #82786f;
}