/* здесь прописываем размер, тип шрифта и цвет шрифта*/
body,td,th {
	color: #545255;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* здесь задаём бэкграунд*/
body {
	background-color: #fff;
}

/* здесь задаём цвета ссылок В  ТЕКСЕТЕ*/
a:link {
	color: #cf1c13;
	text-decoration:none;
}
a:visited {
	color: #cf1c13;
	text-decoration:none;
}
a:hover {
	color: #cf1c13;
	text-decoration:none;
}
a:active {
	color: #cf1c13;
	text-decoration:none;
}

/* здесь задаём цвета ссылок В  МЕНЮ*/


#menu {
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding-right:3px;}
#menu a:link {
	color: #545255;
	text-decoration:none;
}
#menu a:visited {
	color: #545255;
	text-decoration:none;
}
#menu a:hover {
	color: #545255;
	text-decoration:none;
	padding-left:10px;
}
#menu a:active {
	color: #545255;
	text-decoration:none;
}	

/* здесь задаём бэкграунд внутри таблицы и цвет границ*/
.table {
	background:#f6c3bf;
	height:100%;
	border-left: 1px #aaa ridge;
	border-right: 1px #aaa ridge;}

/* всякая хуйня*/
	
.keyw {
	background:#000000;
	padding-right:5px;
	padding-left:5px;
	text-align:center;
	height:1px;}
.h5 { margin-bottom:3px; margin-top:2px; color:#FFFFFF; font-size:14px;}
.menu_td {background:url(/images/desctop/index_18.jpg); background-repeat:no-repeat; background-position:bottom left;
 vertical-align:top;}


.curr_page {background:url(/images/desctop/index_13.jpg); background-repeat:no-repeat; background-position:left top; height:28px; font-weight:bold; font-size:12px; color:#545255; text-align:right; padding-right:10px;}
.bottom1 {background:url(/images/desctop/index_22.jpg); background-repeat:repeat-y; background-position:left; vertical-align:top; vertical-align:top;}
#bottom_links {background:url(/images/desctop/index_20.jpg); background-repeat:repeat-x; background-position:top;background-color:#E0E0E0; padding-top:50px; vertical-align:top; height:30px;}
.banners { vertical-align:bottom; padding-bottom:20px; height:210px;}
.content {
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	text-align:justify;}
.logo { background:url(/images/desctop/index_02.gif); background-repeat:no-repeat; background-position:top left; vertical-align:top; padding-top:10px; text-align:center; width:241px;}

.copy { text-align:right; height:30px; padding-right:10px;}
