body {
	background-image: url('../images/pagebg.gif');
	background-repeat: repeat-x;
	background-color: #F9F8F2;
}

#navigation {
	margin-left: 0px;
	padding-left: 10px;
}

li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #5E5E5D;
	line-height: 20px;	
	border-bottom: 1px solid #F1EEDF;
}

#navigation li {
	list-style: none;
	width: 230px;
	}

#navigation a {
	margin-left: 15px;
	display: block;
	width: 210px;
}

#rightcolumn img {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

a {
	color: #9A3301;
	text-decoration: none;
}

a:hover {
	color: #9A3301;
	text-decoration: underline;
}


h2 a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #55490F;
	margin-bottom:0px;
	line-height: 18px;
}

h2 a:hover {
	color: #BA5C00;
}

#container {
	margin: 0 auto;
	width: 780px;
}

#headerleft {
	margin-top: 30px;
	width: 385px;
	float: left;
}

#headerright {
	margin-top: 30px;
	width: 235px;
	float: right;
}

#content {
	margin-top: 10px;
	width: 760px;
	border: 1px solid #ECE8D3;
	background: white;
	padding: 10px;
}

#leftcolumn {
	width: 290px;
	float: left;
}

#rightcolumn {
	width: 450px;
	float: left;
}

#footer {	
	background-image: url('../images/footerbg.gif');
	height: 46px;
}

#footerleft {
	float: left;
	width: 350px;
	padding-left: 15px;
}

#footerright {
	float: right;
	text-align: right;
	width: 350px;
	padding-right: 15px;
}

table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;	
}

th, td {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

