body {
   margin : 0;
   padding : 0;
   font-family: Verdana, Tahoma, arial, geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #000;
   background-color: #ffffff;
}
a img {
 border: none;
}
#container  {
   position: absolute;
   left: 60%;
   margin-left: -500px;   /* метод выравнивания по центру дизайна */
   width: 800px;
   margin-top: 5px;
   border: 1px solid #000;
}
#masthead  {
   width: 800px;   /* ширина шапки */
   height: 114px;
   background-color: #000;
   border-bottom: 1px solid #000;
   text-align: center;
}
#masthead h1 {
   font-size:10px;

   font-weight:bold;
   margin : 0;
   padding-bottom : 2px;
}
#masthead h1 a{
 	color: #FFF;
}
#nav  {
	color:white;
   float: left;
   width: 170px;   /* ширина левого столбца */
   background-color: #000;
}
#nav ul {
   margin:0;
   padding:0;
}
#nav li {
    margin-bottom: 0.5em;
	list-style-type:none;
	line-height:20px;
	font-size:12px;
	font-family:arial;
	padding:0 0 0 7px;
}
#nav .title{
	font-size:13px;
	background:#000;
	color:#FFF;
	font-weight:bold;
	line-height:20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#nav a, #nav a:visited, #nav a:hover{
	color:#92CBF5;
}
#content {
	float: left;
	width: 600px;   /* ширина центрального столбца */
	margin: 10px;
   	font-family : Tahoma;
   	font-size : 13px;
   	font-style : normal;
   	text-decoration : none;
   	color:#000;
   	text-indent: 15px;
   	text-align: justify;
}
#content h1{
	font-size : 16px;
}
#content h2{
	color:#000;
	font-family:'Times New Roman';
	font-size:22px;
	font-weight:normal;
}
#content a, #content a:visited, #content a:hover{
	color:#000;
	text-decoration : none;
}
#desc {
	float: left;
	text-decoration : none;
	padding: 0 5px 5px 0;
	text-align: center;
	vertical-align: super;
	margin-right: 15px;
}

#desc img{
	font-size : 12px;
	color: #000;
}
#desc a, #desc a:visited, #desc a:hover{
    font-size : 26px;
	color: red;
	font-weight : bold;
	text-decoration : none;
	vertical-align: super;
}
#desc p{
	margin: 5px 0;

}
#ads2 {
	padding: 5px;
}
.pane{
	margin-bottom: 10px;
	overflow:auto;
	padding:10px;
	clear:left;
	position:relative;
	height:150px;
	background-color:#ffffff;
}
.header {
	padding-right: 15px;
	margin:7px 5px 7px 10px;
	font-weight : bold;
	text-align: right;}
#sidebar  {
   float: right;
}
#footer  {
   border-top: 1px solid #000;
   background:#000;
   clear: both;
   width: 800рх;   /* ширина нижнего колонтитула */
   color:#FFF;
   text-align: center;
   height: 88px;
}
img {margin : 0;
   padding : 0;}
#footer a, #footer a:visited, #footer a:hover{
   margin : 0;
   padding : 0;
   font-family : Tahoma;
   font-size : 11px;
   font-weight : bold;
   font-style : normal;
   text-decoration : none;
   color:#FFF;
}
.order {
	text-align: right;
	margin-top:-15px;
	padding:0;
}
.order select{
	font-size:10px;
	height:17px;
}