* {
	margin: 0;
	padding: 0;
}

body {
	font: 1,5em Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-color:#000;
	background-image:url(/i/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:right;	
}

#common {min-height:100%;}

#shapka {width:100%; height:200px; background:url(i/bg_shapka.png) no-repeat top left;}

#middle {width:100%; margin-top:120px; height:100%;}

#clock {position:absolute; left:100px; top:200px; border:1px solid #5a5f55; padding:10px;}

#left {width:250px; background:#273c45; margin-top:20px; margin-left:15px;  float:left; border-top:2px solid #94acb9; border-right:2px solid #2e6179; padding:10px;}
#left img {border:4px solid #425d69;}
#left p {color:#fff; padding-left:10px; padding-bottom: 5px;}
#left a{color:#fff; padding-left:10px; padding-bottom: 5px;}
#left a:hover{color:#f00; background:white;}

#rec {font-size: 80%; color: #ccc;}

#content {min-height:600px; background:#c8c8c8 url(i/bg_content.jpg); margin-left:300px; margin-right:40px; border:2px solid red; padding-bottom:50px;}
#content h1 {background:red; color:white; padding:10px; margin-bottom:15px;}
#content h1 a{color:white;}
#content h1 a:hover{color:green; background:white;}
#content h2 {color:#666; padding:10px; margin-bottom:15px;}
#content p {line-height:1.2em; padding-left:10px; padding-right:40px; margin:0.8em;}
#content p:first-letter {font-family: "Times New Roman", Times, serif; font-size: 120%; color: #633; }

#content ul {margin-left:60px; list-style-image: url(i/arrow.gif) }
#content ol{margin-left:60px; list-style-image: url(i/arrow.gif) }
#content li{line-height:1em; padding-left:10px; padding-right:100px; margin-bottom:0.8em;}
#content a{color:#336;}
#content a:hover{color:red;}
#content strong{color:#633;}
#content li strong {color:#933;}

#right {position:absolute; text-align:right; top:400px; right:0;}
#right ul {list-style:none;}
#right li {margin-bottom:40px;}
#right a {font-size:20px; color:#ccc; background:#666; border-top: 2px solid #c8c8c8; border-bottom: 2px solid #3d3d3d; border-left:1px solid red; padding:5px;}
#right a:hover{color:#000;}

#footer {height:150px; background:red; text-align:bottom; color:#ccc;}




