body {
padding: 0px;
margin: 0px;
font-family: verdana;
background: #fff;
}

img {
border: none;
}

div {
text-align: left;
vertical-align: top;
padding: 0px;
margin: 0px;
font-size: 9pt;
Line-height: 12pt; 
}

.clear {
clear: both;
font-size: 1px;
visibility: hidden;
}

.topleft {
float: left; 
width: 50%; 
background: #CECECE;
}

.topleft p {
padding: 20px;
}

.topleft p img {
margin-right: 30px;
}

.topright {
float: right; 
width: 50%; 
}

.topright p {
padding: 20px;
}

.topicleft {
float: left; 
width: 60%; 
height: 320px;
background: black url('img/taxi.jpg') no-repeat left top;
}

.topicleft .divs {
padding: 290px 5px 5px 20px;
}

.topicleft .divs ul {
padding: 0px;
margin: 0px;
display: inline;
list-style: none;
}

.topicleft .divs ul li {
padding: 16px 4px 0px 14px;
margin: 0px;
display: inline;
background: url('img/treug.jpg') no-repeat top left;
}

.topicleft .divs ul li a {
color: #F7D28C;
font-weight: bold;
text-decoration: none;
}

.topicright {
float: right; 
width: 40%; 
height: 320px;
background: black;
}

.topicright .divst {
padding: 50px 5px 5px 50px;
}

.topicright .divst .menuup {
width: 273px;
height: 25px;
background: url('img/menuup.jpg');
}

.topicright .divst .menu {
width: 273px;
height: 20px;
background: url('img/menu.jpg') repeat-x;
border-bottom: 1px solid #000;
}

.topicright .divst .menudown {
width: 273px;
height: 18px;
background: url('img/menudown.jpg');
border-bottom: 1px solid #000;
}

.topicright .divst .menu a {
color: black;
text-decoration: none;
font-weight: bold;
}

.topicright .divst .menu a:hover {
color: gray;
}

.midleft {
float: left; 
width: 50%; 
}

.midleft .cont {
padding: 20px;
}

.midright {
float: right; 
width: 50%; 
background: #CECECE;
}

.midright .conts {
padding: 20px;
}

.midleft .cont a, .midright .conts a {
color: black;
text-decoration: underline;
}

.midleft .cont a:hover, .midright .conts a:hover {
color: black;
text-decoration: none;
}

.midleft .cont h1, .midright .conts h1 {
color: black;
font-weight: normal;
font-size: 13pt;
}

.copy {
background: black;
padding: 20px;
text-align: right;
color: white;
font-size: 7pt;
}

.copy a {
color: #e2e2e2;
font-size: 7pt;
text-decoration: none;
}

.copy a:hover {
text-decoration: underline;
}


