html, body {
height: 100%;
font: 83% "lucida sans", "Trebuchet MS", tahoma, sans-serif;
background:#fff; 
color:#333;
margin:0; 
padding:0; 
} 

#pagewidth {
min-width:800px;  
}

			/*Верх*/
#header {
position:relative; 
height:100px; 
border-bottom: 3px solid #619ADD;
background: #666; 
color: #fff;
width:100%;
} 
#header h1#logo {
position: absolute;
margin: 10px 0 0 10px;
padding: 0;
font: normal 2.5em 'lucida sans', 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: 3px;
text-transform: none;
top: 0; left: 5px;	
}
#header h2#slogan {
position: absolute;	 
top:40px; left: 90px;
color: #eee;
text-indent: 0px;
font: bold 11px 'lucida sans', Tahoma, 'trebuchet MS', Sans-serif; 
text-transform: none;	
}

#header h2#nomer {
position: absolute;	 
top:60px; left: 180px;
text-indent: 0px;
font: bold 14px 'lucida sans', 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: 3px;
text-transform: none;
}
		/*Левая колонка*/
#leftcol {
float:left; 
position:relative; 
width:48%; 
border-top:0px solid #DFD0B9;
line-height: 1.6em;
background:#fff; 
color:#666; 
}
#twocols {
float:right; 
position:relative; 
width:52%; 
}
		/*Правая колонка*/
#rightcol {
float:right; 
position:relative; 
width:57%; 
border-top:0px solid #DFD0B9;
line-height: 1.6em;
background:#fff; 
color:#666;
}
		/*Центральная колонка*/
#maincol {
float: left; 
display:inline; 
position: relative; 
width:42.5%; 
line-height: 1.6em;
background: url('../images/dridy.jpg') no-repeat #333; /* Фон */ 
color:#ccc; 
}

#maincol a:link, #maincol a:visited {
text-decoration : none;
background : inherit;
color : #ccc;
}
#maincol a:hover {
text-decoration : none;
background : inherit;
color : #666;
}
			/*FOOTER*/
#footer {
clear:both;
width:100%; 
height:50px; 
border-top: 3px solid #619ADD;
background: #666; 
color: #fff;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000;
}
#footer a:hover {
text-decoration : none;
background : inherit;
color : #eee;
}

		 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix{display: inline-block;}

		/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
		/* End hide from IE-mac */  

		/*Разметка текста*/
p {
padding: 5px 15px 5px 15px;
text-align: justify;
}

h1 {
padding: 20px;
font-size: 175%;
letter-spacing: 3px;
color:  #619ADD;
background: transparent;
}

h2 {
font-family:  helvetica, "Trebuchet MS", tahoma, "lucida sans", sans-serif;
margin-left:10px;
padding: 5px;
font-size: 150%;
letter-spacing: 3px;
color:  #619ADD;
background: transparent;
}

h3 {
letter-spacing: 1px;
padding-left: 15px;
background: transparent;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
		/*Ссылки*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #619ADD;
}
a:hover {
text-decoration : none;
background : inherit;
color : #ccc;
}
a:active {
text-decoration : none;
background : inherit;
color : #8A795D;
}
ul li {
list-style-image: url(../images/arrow.gif);
}

/*Классы*/
.box {
margin-left:20px;
margin-right:20px;
margin-bottom: 10px;
border-top:1px solid #8A795D;
border-bottom:1px solid #8A795D;
background : inherit;
color : #808080;
}

