* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}
body {
	font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #3366CC;
	text-align: center;
}
img {
	border: 0;
}
#grid {
	width: 1000px;
	height: 100%;
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	background-color: #FFFFFF;
}
#logo
{
	border: 1px #C0C0C0 solid;
}
#main {
	width: 850px;
	text-align: left;
	vertical-align : top;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 5px;
}
#rmenu {
	width: 180px;
	text-align: center;
	vertical-align : top;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding-top: 15px;
	padding-bottom:15px;
}
#bmenu {
	width: 100%;
	height: 25px;
	text-align: center;
	border: 1px solid #C0C0C0;
	padding: 0px;
}
#bcounter {
	width: 100%;
	height: 50px;
	border: 1px #C0C0C0 solid;
	padding: 0px;
	text-align:center;
}
#bmenu_tbl {
	width: 100%;
	text-align: center;
}
#itm
{
	width: 840px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
}
p
{
	font-size : 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size : 14px;
	margin-top: 0px;
	margin-bottom: 15px;
	color : #000080;
}
.face_pic
{
	 float: left;
	 width:240px;
	 height:180px;
	 margin-right:25px;

}
/*    */
table#face_pic
{
	float:left;
	width:248px;
    height:192px;
    background-color:#FFFFFF;
    margin-right: 25px;
}
/* nt = normal text*/
.nt {
	font-size : 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}
/* ttl = title */
.ttl {
	font-size : 12px;
	font-weight : bold;
}

/* ссылки по-умолчанию */
a
{
	//text-decoration:underline;
	//color:blue;
}
a:hover
{
	//text-decoration: none;
	//color:red;
}
/* ссылки верхнего меню*/
.a1
{	text-decoration:none;
	color:blue;
}
.a1:hover
{
	text-decoration: underline;
	color:blue;
}

/* ссылки левого меню */
.m {
	font-size : 11px;
	color : #000080;
	text-decoration : none;
}
.m:hover {
	font-size : 11px;
	color : #FF0000;
	text-decoration : underline;
}

/* ссылки нижнего меню*/
.bm {
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}
.bm:hover {
	font-size : 11px;
	color : #FF0000;
	text-decoration : underline;
}

.error {
	color: #FF0000;
}
.contacts {
	margin-top : 10px;
	text-align : center;
	font-size : 11px;
	color : #000000;
}
#bigbn {
	text-align: center;
	margin-bottom: 10px;
}
#top_menu {	margin-bottom: 15px;
}

