body {
 margin: 0px;
}

#container {
	margin: 0px auto;
	width: 669px;
}

#languages {
	width: 669px;
	height: 20px;
	background: #465365;
}

#languages .lg {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}

#top {
	float: left;
}

#top .baner {
	float: right;
	margin-top: 8px;
}

#top .logo {
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
}

#navigation {
	float: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

#navigation  a .off {
	background: url(img/menu_off.gif) no-repeat;
	width: 236px;
	height: 25px;
	padding-top: 6px;
	padding-left: 10px;
	color: #465365;
	text-decoration: none;
}

#navigation a .on{
	background: url(img/menu_on.gif) no-repeat;
	width: 236px;
	height: 25px;
	padding-top: 6px;
	padding-left: 10px;
	color: #8c0202;
	text-decoration: none;
}

#content {
	float: left;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
}

#content .brtop {
	background: url(img/brtop.gif) no-repeat;
	width: 641px;
	height: 10px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

#content .brmid {
	background: #f7f7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #ebebeb;
	border-top: none;
	border-bottom: none;
	width: 640px;
	margin-left: 15px;
	float: left;
}

#content .brbott {
	background: url(img/brbott.gif) no-repeat;
	width: 641px;
	height: 11px;
	margin-left: 15px;
	float: left;
}

#content #lcol {
	width: 175px;
	float: left;
	text-align: left;
}

#content #lcol .srtop {
	background: url(img/srtop.gif) no-repeat;
	width: 163px;
	height: 7px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

#content  #lcol .srmid {
	background: #f7f7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #ebebeb;
	border-top: none;
	border-bottom: none;
	width: 162px;
	margin-left: 5px;
	float: left;
}

#content #lcol .srbott {
	background: url(img/srbott.gif) no-repeat;
	width: 163px;
	height: 7px;
	margin-left: 5px;
	float: left;
}

#content #lcol li{
	float: left;
	margin-left: 0px;
	list-style: square;
	list-style-position: inside;
	margin: 5px;
	margin-left: 10px;
	font-size: 10px;
}

#content #lcol li a {
	color: #000000;
	text-decoration: none;
}

#content #lcol li a:hover {
	text-decoration: underline;
}

#content #lcol h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #8c0202;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

#content #rcol {
	width: 490px;
	text-align: left;
	float: left;
}

#content #rcol .hrtop {
	background: url(img/hrtop.gif) no-repeat;
	width: 487px;
	height: 10px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}

#content  #rcol .hrmid {
	background: #f7f7f7;
	border-style: solid;
	border-width: 1px;
	border-color: #ebebeb;
	border-top: none;
	border-bottom: none;
	width: 486px;
	margin-left: 5px;
	float: left;
}

#content #rcol .hrbott {
	background: url(img/hrbott.gif) no-repeat;
	width: 487px;
	height: 11px;
	margin-left: 5px;
	float: left;
}

#content h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #8c0202;

	margin-left: 10px;
	margin-bottom: 5px;
}

#content p {
	float: left;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content span {
	margin-left: 10px;
	display: block;
	float: left;
}

#content .img {
	border-style: solid;
	border-width: 2px;
	border-color: #989898;
	margin-left: 24px;
	float: left;
	margin-bottom: 5px;
}

#content .map {
	border-style: solid;
	border-width: 2px;
	border-color: #989898;
	margin-left: 24px;
	float: right;
	margin-bottom: 5px;
	margin-right: 10px;
}

#footer {
	width: 669px;
	height: 42px;
	background: url(img/footer.gif) no-repeat;
	float: left;
	margin-top: 20px;
	font-family: Verdana;
	color: #989898;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 10px;
}

#footer a {
	color: #989898;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}