*
{
	padding:0;
	margin:0;
	border:0;
}

html, body { height: 100%; }

body
{
	font: 12px 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color: black;
}

a
{
	color:#000cff;
	text-decoration:underline;
}
a:hover { text-decoration:none; }

p
{
	line-height:18px;
	vertical-align:middle;
	padding-bottom:10px;
}

h1,h2,h3 { font-weight:normal; }
h1
{
	font-size:24px;
	padding-bottom:19px;
}
h2
{
	font-size:20px;
	padding-bottom:16px;
}
h3
{
	font-size:16px;
	padding-bottom:12px;
}

h1 a,h2 a,h3 a
{
	color:black;
	text-decoration:none;
}

h1 a:hover,h2 a:hover,h3 a:hover { color:#ff0000; }

td,th { padding:0 5px 5px 0; }
input,textarea { padding:5px; }
input,textarea,select { border:solid 1px #959595; }

.clear
{
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

/* Общая часть для всех больших блоков: выравнивание оп центру, ширина и т.п. */
#top,#navSet,#container,#bottom
{
	width:985px;
	margin: 0 auto;
}

/* Верх у страницы */
#top
{
	height:110px;
	background:url('/img/template/logo.gif') left top no-repeat;
}
#top img
{
	width:985px;
	height:102px;
	margin-top:8px;
}

/* Набор менюшек, идущих сразу после логотипа */
#navSet { text-align:center; }
#navSet a { color:black; }
#navSet span { padding-right:20px; }
#navSet span.active a
{
	color:#ff0000;
	text-decoration:none;
	font-style:italic;
}
#navLevel0
{
	font-size:14px;
	padding-bottom:20px;
}
#navLevel0 span { padding-right:20px; }
#navLevel1 { font-size:18px; }
#navLevel1 span { padding-right:35px; }

/* Центральная часть страницы - объединяет левую, центральную и правую часть страницы */
#container { padding-top:55px; }

/* Левая часть, центральная часть, правая часть */
#left,#center,#right { float:left; }
#left,#right
{
	font-size:11px;
	width:160px;
	padding-top:48px;
}
#right,#center { margin-left:12px; }
#center { width:641px; }

/* Подвал */
#bottom
{
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#959595;
	padding:100px 0 15px 0;
	text-align:right;
}
#bottom a
{
	color:black;
	text-decoration:none;
}
#bottom a:hover { color:#959595; }