body, div, h1, h2, h3, h4, h5, h6, pre, form, textarea, p {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing:0;
}
img { border: 0; }
caption, th { text-align: left; }
abbr, acronym { border: 0; }

/**
 * Basics
 */

body {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0.5em 0;  
}
h1 a, h2 a, h3 a { text-decoration: none; }
h1 { font-size: 30px; }
h2 { font-size: 17px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 12px; }
p {
  margin: 1.5em 0;
  line-height: 1.7em;
}
a {
  color: #050;
  text-decoration: none;
}
a:hover { text-decoration: none; }
dl { margin: 0 0 1em 1.5em; }
dl dd { margin: 0 0 0.5em 1.5em; }
table {
  font-size: 11px;
  margin-bottom: 10px;
}
td { padding: 0.2em 0.6em; }
form { margin-bottom: 10px; }


#top {
  clear: both;
}

#header {
  float: left;
  position: relative;
  background: #FF0;
  width: 464px;
}

#photo {
  float: left;
  position: relative;
  width: 170px;
  height: 138px;
  background: url('images/taxi.jpg') no-repeat;
}

#page {
  float: left;
  clear: both;
  position: relative;
  background: #DDD;
  border-top: 1px solid #333; 
  border-bottom: 1px solid #333; 
  width: 450px; 
  padding: 7px 7px;  
}

#menu {
  float: left;
  position: relative;
  border-top: 1px solid #333; 
  background: #FF0;
  width: 144px; 
  padding: 15px 10px; 
}

#footer {
  float: none;
  clear: both;
  position: relative;
  width: 450px;
  font-size: 11px; 
  padding: 10px 0px;  
}

#photo2 {
  float: left;
  position: relative;
  width: 210px;
  height: 150px; 
}

