/*Общие стили*/
a img {
	border: 0;
}
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
/*~Общие стили*/
/*Обрамляющая рамка*/
#wrap_0, #wrap_1, #wrap_2, #wrap_3, #wrap_4, #wrap_5, #wrap_6, #wrap_7 {
	position:relative;
	display: table;
	width: 100%;
	height: 100%;
}
#wrap_0 {
	background: url(/gfx/r_bg.gif) repeat-y right bottom;
	min-width: 1000px;
}
#wrap_1 {
	background: url(/gfx/b_bg.png) repeat-x left bottom;
}
#wrap_2 {
	background: url(/gfx/l_bg.png) repeat-y left center;
}
#wrap_3 {
	background: url(/gfx/t_bg.gif) repeat-x;
}
#wrap_4 {
	background: url(/gfx/lb_corner.png) no-repeat left bottom;
}
#wrap_5 {
	background: url(/gfx/rb_corner.png) no-repeat right bottom;
}
#wrap_6 {
	background: url(/gfx/rt_corner.png) no-repeat right top;
}
#wrap_7 {
	display:table-cell;
	background: url(/gfx/lt_corner.png) no-repeat;
}
/*~Обрамляющая рамка*/
/*Логотип*/
#logo {
	position: absolute;
	top: 78px;
	left: 58px;
}
#logo img{
	vertical-align: top;
}
#right_logo_img{
	margin-top: 97px;
}
/*~Логотип*/
/*Карта*/
#map {
	position: absolute;
	top: 168px;
	left: 50%;
	width: 417px;
	height: 270px;
	background: url(/gfx/map.jpg) no-repeat;
}
/*~Карта*/
/*Шапка*/
#header {
	position: relative;
	z-index: 10;
	height: 105px;
	margin: 16px 61px 0 62px;
	background: url(/gfx/h0_l.jpg) no-repeat;
}
#inner_header {
	height: 105px;
	margin-left: 326px;
	background: url(/gfx/header_bg.png) repeat-x;
	position: relative;
}
#ih_corner{
	position: absolute;
	top: 61px;
	left: 183px;
	background: url(/gfx/h0_l_i.png) no-repeat;
	width: 143px;
	height: 44px;
}
#under_header {
	position: relative;
	height: 30px;
	background: url(/gfx/under_header_bg.png) no-repeat 294px top;
	margin: 0 61px 0 62px;
}
#minimap {
	position: absolute;
	top: 0px;
	right: 110px;
	background: url(/gfx/minimap.png) no-repeat;
	width: 133px;
	height: 78px;
}
#header_text {
	position: absolute;
	top: 10px;
	right: 27px;
}
/*~Шапка*/
/*Контент*/
#container_content {
	position: relative;
	z-index: 10;
	margin: 270px 180px 75px 98px;
}
#tcontent td {
	vertical-align: top;
}
#content {
	margin-left: 45px;
}
/*~Контент*/
/*Подвал*/
#footer {
	border-top: 1px #0093dd solid;
	padding-top: 10px;
	margin-top: 15px;
}

.cvek {
	color:#999999 !important;
}
.cvek a:link, .cvek a:visited {
	color:#000000;
	text-decoration:none;
}
.cvek a:hover {
	text-decoration:underline;
}
/*~Подвал*/