/*alexvorodeyev.com*/ 
 
* {  
margin : 0; 
padding : 0; 
border : 0; 
}  
 
body {  
padding : 0 0 0; 
background : #e6e6e6; 
color : #333; 
font-family : Tahoma, Geneva, Arial, sans-serif;; 
}  
 
#container {  
width : 800px; 
margin : 0 auto; 
border : 0px solid #999; 
}  
 
#header {  
background : url(images/headA.png); 
width : 800px; 
height : 265px; 
}  
 
#nav {  
background : url(images/nav_bgr.png) no-repeat; 
color : #000; 
font-size : 110%; 
font-weight : normal; 
line-height : 1.8em; 
text-align : left; 
}  
 
#nav ul {  
list-style-type : none; 
}  
 
#nav li {  
display : inline; 
margin : 0 8px; 
}  
 
#nav li a {  
color : #fff; 
}  
 
#nav li a:hover {  
color : #ab0805; 
}  
 
a {  
text-decoration : none; 
}


.img {
width : 190px; 
height : 130px; 
margin : 20px 10px 0 0; 
float : left; 
}  

.img2 {
width : 300px; 
height : 225px; 
margin : 20px 10px 0 20px; 
float : center; 
}  

.img3 {
width : 122px; 
height : 44px; 
margin : 20px 10px 0 0; 
float : left; 
}  

.img4 {
width : 566px; 
height : 440px; 
margin : 20px 10px 0 20px; 
float : center; 
} 


#footer { 
background : url(images/footer.png) no-repeat;
width : 800px; 
height : 132px;
color : #e6e6e6; 
font-size : 70%; 
margin : 50px 0 0 0;
padding : 70px;
clear : both; 
}  
 
#footer a { 
color : #fff; 
}  
 
#footer a:hover { 
color : #ab0805; 
}  
 
#footer p { 
padding : 0px; 
text-align : left; 
}  

.clearfloat { 
clear : both; 
}  

#box {
margin : 10px 0 0 0;
width: 800px;
height: 75px;
background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 5px 5px 5px #888;
-moz-box-shadow: 5px 5px 5px #888;
}

#box2 {
margin : 10px 0 0 0;
width: 800px;
height: 530px;
background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 5px 5px 5px #888;
-moz-box-shadow: 5px 5px 5px #888;
}

#box3 {
margin : 10px 0 0 0;
width: 800px;
height: 20px;
background-color: #e6e6e6;

}
#box4 {
margin : 10px 0 0 0;
width: 800px;
height: 180px;
background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 5px 5px 5px #888;
-moz-box-shadow: 5px 5px 5px #888;
}


#text { 
width: 785px; 
font-size: .8em; 
color: #333; 
margin: 10px auto; 
float: left; 
}  
 
#text p { 
text-align: justify; 
text-indent: 0; 
margin: 0; 
padding: 0 15px; 
}  
 
#text a { 
color: #396; 
}  
 
#text a:hover { 
color: #ab0805; 
border-bottom: #f36 dotted 1px; 
} 
