/* CSS Document */
html,body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(graphics/bg.gif);
}

#container {
	width: 770px;
	background-color:#FFFFFF;
}

#top {
	width: 770px;
	height: 63px;
	background-image:url(graphics/topline.gif);
	background-repeat: no-repeat;
}

#menu {
	padding-top: 43px;
	padding-left: 260px;
	width: 770px;
	height: 20px;
	text-align: left;
}

#heading {
	width: 770px;
	height: 150px;
	background-image:url(graphics/heading.jpg);
	background-repeat: no-repeat;
}

#side {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 9e8d6e;
	margin-left: 73px;
}

#map {
	margin-left: 73px;
}

#side A {
	color: #897a60;
}

#side A:hover {
	color: #464646;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin-left: 40px;
	width: 450px;
	line-height: 19px;
}

#content a{float:left; margin-right:10px; margin-bottom:25px;}

#footer {
	width: 770px;
	height: 55px;
}
