
body
{
	background:url(../images/main_bg.png);
	background-color:#EBE0CA;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body,table,textarea,input
{
	font-family:Tahoma;
	font-size:13px;
	color:black;
}
textarea,input
{
	color:black;
}
a
{
	color:#421d0d;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
img
{
	border:0;
}

h1
{
	color:#421d0d;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin:0;
	margin-bottom:15px;
}

h2
{
	color:#421d0d;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	margin:0;
	margin-bottom:15px;
}

p,center
{
	margin:5px 0 7px 0;
}

table.main tr.top td.left
{
	background:url(../images/main_top_left.jpg) right top no-repeat;
}
table.main tr.top td.right
{
	background:url(../images/main_top_right.jpg) left top no-repeat;
}
table.main tr.bottom td.left
{
	background:url(../images/main_bottom_left.jpg) right bottom no-repeat;
}
table.main tr.bottom td.center
{
	background:url(../images/main_bottom_center.jpg) left bottom no-repeat;
}
table.main tr.bottom td.right
{
	background:url(../images/main_bottom_right.jpg) left bottom no-repeat;
}
table.main tr.middle td.left
{
	background:url(../images/main_middle_left.jpg) right top repeat-y;
}
table.main tr.middle td.right
{
	background:url(../images/main_middle_right.jpg) left top repeat-y;
}
table.main tr.middle td.center
{
	background:url(../images/main_content_bg.png) right top repeat-y;
	background-color:#F8EAD0;
}
table.main table.menu
{
	background:url(../images/main_menu_bg.jpg) left top repeat-y;
}
table.main table.content
{
	background:url(../images/main_content_top.jpg) right top no-repeat;
}
table.main table.content td.body
{
	background:url(../images/main_content_bottom.jpg) right bottom no-repeat;
}
table.main tr.middle table.right td.top
{
	background:url(../images/main_right_top.png) left top no-repeat;
}
table.main tr.middle table.right td.middle
{
	background:url(../images/main_right_middle.jpg) left center no-repeat;
}
table.main tr.middle table.right td.bottom
{
	background:url(../images/main_right_bottom.jpg) left bottom no-repeat;
}


div.counters
{
	float:left;
	position:relative;
	width:300px;
	left:50px;
	top:5px;
}
div.ditgroup
{
	float:left;
	position:relative;
	width:200px;
	left:300px;
	top:7px;

	color:#7C492D;
	font-size:11px;
}
div.ditgroup a
{
	color:#7C492D;
}


div.attantion
{
	border:5px solid #AA7F54;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	padding:10px 15px;
	margin:10px 10px 20px 10px;
}
.attantion h3
{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#162292;
	text-align:center;
	margin:2px 0 7px 0;
}


