body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

#frame {
	width: 90%;
	max-width: 1400px;
	margin:auto;
	background: #e6e6e6;
}

#top {
	background: url(img/back.jpg) no-repeat top;
}

#menu {
	width: 960px;
	height: 62px; 
	background: url(img/menu_backt.gif) repeat-x
}

#menu a {
	text-decoration: none;
	font-family: arial narrow;
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 40px;
	padding-top: 22px;
	color: #7c1f00
}

#menu a:hover {
	color: white;
}

.hov {
	text-align: center;
	width: 185px
}

.hov:hover {
	background: url(img/hover.gif) no-repeat top center;
}


a {
	color: #b5480c;
}

a:visited {
	color: purple;
}

a:hover {
	color: orange;
	text-decoration: none;
}


td>img {
	display: block;
}

#verybot {
	height: 84px; 
	background: url(img/fon-bot.jpg) no-repeat;
	color: #79523b;
	font-size: 10px;
	text-align: right;
	padding: 15px 105px 0 0
}

#main {
	background: url(img/main-line.gif) repeat-y;
	padding: 5px
}

#main p {
	text-align: justify;
}

#block {
	background: url(img/my-bio-line.gif) repeat-y; 
	margin-left: 17px;
	width:100%
}

#block strong {
	color: #c05e28;
}

#block div {
	margin: 0 20px 0 5px
}

