body {
	background: transparent;
	font: 12px/14px Arial;
	color: #ec8e00;
	width: 460px;
}

#header {
	width: 900px;
	height: 110px;
	margin: 0;
	padding: 0;
	background: no-repeat url(images/header.gif);
	float: left;
}

#container {
	width: 900px;
	height: 550px;
	margin: auto;
	padding: 0;
	background: url(images/bg.jpg) no-repeat;
}

a {
	color: #c17400;
	text-decoration: none;
	font-family: Arial;
}

a:hover {
	color: #ecb666;
	text-decoration: none;
}

#content {
	width: 700px;
	height: 420px;
	margin: 0;
	padding: 0;
	float: left;
}

.nav-item {
	width: 200px;
	height: 35px;
	margin: 0;
	padding: 0;
}

a:visited {
	color: #ecb666;
	text-decoration: none;
}

img {
	margin: 5px;
	border-style: none;
}

table {
	color: #ec8e00;
	font-size: 12px;
	line-height: 14px;
}

h1 {
	color: #ec8e00;
	font-size: 18px;
	line-height: 20px;
}

h2 {
	color: #ec8e00;
	font-size: 14px;
	line-height: 16px;
}