@charset "utf-8";
.content_container {
	margin: auto;
	height: auto;
	width: 1006px;
	/*border-left:3px solid #fff;
	border-right:3px solid #fff;
	background-image:url(../picts/background/round_back.png);
	background-repeat:repeat-y;
	background-position:center;*/
	clear:both;
}
.content {
	margin: auto;
	min-height:500px;
	height: auto;
	width: 1006px;
	background-image:url(../picts/background/round_back.png);
	background-repeat:repeat-y;
	background-position:center;
	float:left;
}
.left_column {
	border-left:3px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	float:left;
	height:100%;
	width:192px;
}
.left_column_title {
	background-image: url(../picts/left_column/splitter.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	float:left;
	width: 192px;
}
.left_column_title_text {
	font-size: 18px;
	color: #b1472f;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../picts/left_column/cross.png);
	background-position: 180px center;
	background-repeat: no-repeat;
}
.right_column {
	background-color:#ECECEC;
	border-right:3px solid #FFFFFF;
	float:right;
	height:auto;
	width:807px;
}
.right_text {
	float: left;
	height: auto;
	width: 787px;
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
}


.sponsor {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:3px;
	margin-top:-132px;
	text-align:center;
	width:192px;
	padding-top: 3px;
	height:104px;
	clear:both;
}


.sponsor a{
	color:transparent;
}

.sponsor a:hover{
	text-decoration:none;
	color:transparent;
}

.sponsor img{
	border-style:none;
}

.relative_pict {
	float: left;
	height: 126px;
	width: 807px;
}
.left_menu_container {
	float: left;
	width: 191px;
	margin-top: 8px;
	font-size: 14px;
	color: #faf2e7;
	font-weight: normal;
	padding-bottom:190px;
}

/*    *:first-child+html      */
.left_menu_container ul {
	list-style-type: none;
}

.left_menu_container ul li {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.left_menu_container a {
	color: #7b200b;
	text-decoration:none;
}
.left_menu_selected {
	background-image: url(../picts/left_column/cross.png);
	background-position: 0px center;
	background-repeat: no-repeat;
}
.left_menu_selected a {
	color: #4a1206;
	padding-left: 12px;
}
.left_menu_container ul li a:hover {
	color: #3D0F05;
}

.copyrights a{
	text-decoration:none;
	color:#7B200B;
}

#map_canvas{
	float:left;
	width:800px;
	height:500px;
}

a{
	text-decoration:none;
	color:black;
}

a:hover{
	text-decoration:underline;
	color:#F15A2A;
}

.net_map_text  {
	/*background-image:url("../picts/cross/network_cross_transparent.png");*/
	background-position:left;
	background-repeat:no-repeat;
	font-size:15px;
	line-height:20px;
	padding-left:20px;
	clear:both;
	float:left;
}

.net_map_text a {
	color:#B1472F;
}

.net_map_title a {
	color:#FFFFFF;
}

.net_map_title {
	color:#FAF2E7;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:auto;
	margin:1px;
	padding-left:5px;
	padding-right:5px;
}

.net_map_container {
	margin-left:20px;
	margin-bottom:15px;
	clear:both;
	float:left;
}

.links_text  {
	background-repeat:no-repeat;
	font-size:14px;
	line-height:20px;
	padding-left:20px;
	float:left;
	color:#B1472F;
}
