/* 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: 71px;
	background-image:url(graphics/topline.gif);
	background-repeat: no-repeat;
}

#menu {
	padding-top: 39px;
	padding-bottom: 0px;
	padding-left: 330px;
	width: 390px;
	height: 20px;
	text-align: right;
}

#heading {
	width: 770px;
	height: 163px;
	background-image:url(graphics/heading.jpg);
	background-repeat: no-repeat;
}

#side {
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	color: #878686;
	margin-left: 24px;
}

#map {
	margin-top: 20px;
	margin-left: 24px;
	margin-bottom: 20px;
}

#side A {
	color: #7097bb;
}

#side A:hover {
	color: #356695;
}

#content {
	font-family:verdana;
	font-size: 12px;
	color: #464646;
	margin-left: 38px;
	margin-top: 10px;
	width: 508px;
	line-height: 19px;
	text-align: justify;
}

#footer {
	background-color: #917296;
	width: 740px;
	height: 15px;
	font-family:verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer A{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer A:hover{
	text-decoration: none;
	color: #FFFFFF;
}
