#container {
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_BG.jpg);
}
#header {
	background-image: url(images/Main_header.jpg);
	height: 119px;
}
#content {
	background-image: url(images/main_BG.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/main_BG.jpg);
	color: #999;
	font-size: 9pt;
}
body {
	background-color: #F5F5F5;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 10.5pt;
	line-height: 1.3em;
}
#logo {
	height: 70px;
	width: 159px;
	position: relative;
	padding-top: 30px;
	left: 90px;
}
#menu {
	position: relative;
	top: 15px;
	width: 475px;
	float: right;
	margin-right: 25px;
	font-size: 10pt;
	color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #994534;
}
a:active {
	text-decoration: none;
}
