*{
margin: 0px;
padding: 0px;
}

body{
background: #f7f8f9;
}

img{
border: 0px;
}

.list li{
list-style: none;
padding: 0px 0px 0px 10px;
}

.list li a:link, .list li a:visited{
font: normal normal 12px arial;
color: #404245;
text-decoration: none;
}

.list li a:hover{
text-decoration: underline; 
}

.list li span{
font: normal normal 14px arial;
color: black;
text-decoration: none;
}

.main_block{
width: 1000px;
margin: 0px auto;
position: relative;
}

.header{
width: 100%;
height: 160px;
background: url(images/header.jpg) top left no-repeat;
}

.header a:link, .header a:visited{
display: block;
font: normal bold 14px arial;
color: #4c5157;
text-decoration: none;
padding: 27px 0px 0px 40px;
width: 100px;
}

.left_block, .right_block{
width: 194px;
float: left;
}

.center_block{
width: 612px;
float: left;
}

.city, .hotel, .country, .help{
font: normal bold 16px arial;
text-align: center;
color: white;
padding-top: 10px;
width: 194px;
height: 29px;
margin-top: 34px;
}

.city{
background: url(images/lt.jpg) top left no-repeat;
}

.country{
background: url(images/lb.jpg) top left no-repeat;
}

.help{

background: url(images/rt.jpg) top right no-repeat;
}

.hotel{
background: url(images/rb.jpg) top right no-repeat;
}

.list{
width: 194px;
height: 250px;
background: #e4e4e4;
overflow: auto;
}

.search{
width: 423px;
height: 33px;
margin: 0px auto;
background: url(images/search.jpg) top left no-repeat;
margin-top: 5px;
}

.content{
padding: 0px 10px 10px 10px;
}

h1{
font: normal bold 17px arial;
color: #3a5ec5;
text-align: center;
margin: 10px 0px;
}

.content p{
font: normal normal 14px/17px arial;
color: black;
margin: 0px 0px 15px 0px;
}

.footer{
clear: both;
padding: 0px 3px;
background: #4c5157;
text-align: center;
font: normal bold 12px arial;
color: white;
}