﻿/* РѕСЃРЅРѕРІРЅС‹Рµ РЅР°СЃС‚СЂРѕР№РєРё СЃС‚РёР»СЏ СЃР°Р№С‚Р° */
body {
	background: white;
	font: 8pt Arial;
	color: #333;
	margin: 0px auto;
	}
/* СЃС‚РёР»СЊ СЃСЃС‹Р»РѕРє СЃР°Р№С‚Р° */
a:link,a:visited{
	color: #446699;
	text-decoration: none;
	}
a:hover {
	color: #880055;
	text-decoration: none/**//*underline*/;
	}

/* РѕСЃРЅРѕРІРЅРѕР№ СЃР»РѕР№ */
#top {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	}
#head {
	background: #e0e0e0;
	}
#content {
	width: 1300px;
	margin: 0 auto;
	}

a.menu:link, a.menu:visited {
	background: url(../images/menu.gif) no-repeat;
	padding-top:5px;
	width: 110px;
	height: 20px;
	text-align: center;
	display: block;
	float: left;
	}
a.menu:hover{
	text-decoration: none;
}



#layout {
	clear: both;
	}

#right {
	width: 389px;
	float: left;
	}
#left {
	width: 190px;
	float: left;
	}

#inner {
	float: right;
	width: 100%;
	}

#center {
	margin-right: 389px;
	margin-left: 190px;
	padding: 0 10px;
	}

#inner_inner {
	float: left;
	width: 100%;
	margin-right: -389px
	}
.dashedtext
{
  border-bottom: 1px dashed black;
}
