body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #F2E9D6;
	font-size: 12px;
}

a {
	outline: none;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

iframe {
	width: 650px;
	height: 600px;
	overflow-x: hidden;
	overflow-y: auto;;
	border: none;
}

#container {
	margin: 0 auto;
	width: 930px;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	clear: both;
	overflow: auto;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
}

#header {
	float: left;
	width: 930px;
	height: 212px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#menuLeft {
	float: left;
	width: 200px;
}

#menuLeft ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuLeft li {
	margin: 5px 0 5px 20px;
}

#menuLeft li a{
	text-decoration: none;
}

#menuLeft li a:hover{
	color: #99562e;
}

#mainContent {
	float: right;
	width: 710px;
	margin: 0 5px 20px 5px;
	line-height: 18px;
}

#mainContent table{
	font-size: 12px;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #90522E;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	float: left;
	width: 930px;
	height: 22px;
	padding: 8px 0 0 0;
	background-color: #d49d5d;
	text-align: center;
}

