.mask
{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
}

.header
{
	float: left;
	width: 100%;
}

.colleft
{
	position: relative;
	width: 100%;
	right: 28%;
}

.col1
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 28%;
	left: 100%;
	padding:20px 0 20px 0;
}

.col2
{
	position: relative;
	overflow: hidden;
	float: left;
	width: 72%;
	left: 0%;
}

.footer
{
	float: left;
	width: 100%;
	background-color: #735041;
	color:#ffffff;
}

.footer a {color:#ffffff;}
.footer table {	padding:10px 20px 10px 20px; }

body
{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-family: Verdana, Tahoma, Arial
	background-color: #ffffff;
	min-width:800px;
	color:#333333;
}

img { border: 0; }

.logo
{
	padding: 20px;
}

.line
{
	height: 5px;
	background-color: #735041;
}

a.mainLink
{
	color:#333333;
}

ul.photogallery li
{
	list-style-type:none;
	padding-bottom:10px;
	display:block;
}

ul.photogallery li img
{
	border:1px solid #dddddd;
}

ul.mainMenu
{
	background-color: #f2c450;
	padding:5px 0px 8px 0px;
	margin:0;
}

ul.mainMenu li
{
	font-family: Verdana, Tahoma, Arial;
	font-size:120%;
	display: inline; /* Отображать как встроенный элемент */
	padding:5px 25px 8px 25px;
}

ul.mainMenu li.selected
{
	 background-color: #737373;
	 color:#ffffff;
}

ul.mainMenu li a { color:#443028; text-decoration:none;}

ul.mainMenu li a:hover { color:#443028; text-decoration:underline;}

ul.mainMenu li.selected a
{
	 color:#ffffff;
}

.content
{
	padding:20px;
}

div#navigation
{
	background-color: #eeeeee;
	margin:0 20px 0 0;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottom-left:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-top-left:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottom-right:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-top-right:10px;
}

div#navigation p
{
	margin:0;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	background-color: #735041;
	color:#ffffff;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-top-left:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-top-right:10px;
}

div#navigation ul
{
	 margin: 0;
	 padding: 0;
}

div#navigation ul li
{
	list-style-image:none;
	list-style-type:none;
	font-family: Tahoma, Arial;
	font-size:90%;
	padding:10px 20px 10px 20px;
}

div#navigation ul li.selected
{
	 background-color: #ba5959;
	 color:#ffffff;
}

div#navigation ul li.last
{
	 background-color: #ba5959;
	 color:#ffffff;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottom-left:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottom-right:10px;
}

div#navigation ul li a { color:#333333;}

h1
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 200%;
	color: #333333;
	margin-top:7px;
}

img.borderedImg {border: 1px solid #735041;}

.borderedTd
{
	border: 1px solid #f8f5e4;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottom-left:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-top-left:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottom-right:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-top-right:10px;
}

.borderedTdSelected
{
	border: 1px solid #737373;  z-index:100;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottom-left:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-top-left:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottom-right:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-top-right:10px;
}

ul.numbered { list-style-type:decimal; }