* {
	margin: 0;
	padding: 0;
}

body {
background: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #454545;
}

img {
margin-right: 10px;
}

a {
text-decoration: none;
color: #0066cc;
}
a:hover {
text-decoration: underline;
color: #FF4B33;
}

#wrap {
margin: 20px auto;
width: 780px;
background: #fff;
}

#header {
height: 70px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 25px 0 0 40px;
color: #aaa;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #111;
padding: 5px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

hr {
border: none; /* Убираем границу */
background-color: #888; /* Цвет линии */
color: #888; /* Цвет линии для IE6-7 */
height: 1px; /* Толщина линии */
width: 700px;
}


#content {
padding: 0 20px 20px 40px;
}

.right {
float: left;
width: 690px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.navigation {
  color:#666; 
  border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
  text-decoration:none;
  color: #636363;
  background:#F9F9F9;
  border:1px solid #E6E6E6;
  padding:3px 6px;
  font-size:11px
}

.navigation a:hover {
  background:#4682b4;
  color:#FFFFFF;
  border-color:#E6E6E6;
}

#footer {
height: 23px;
line-height: 30px;
background: #dcdcdc;
text-align: center;
font-size: 11px;
color: #222;
line-height: 20px;
}
#footer a { color: #666; }