html, body {
	padding: 0px;
	margin: 0px;
	height: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	background: #2f373b;
	width: 100%;
	height: 100%;
}

a {
	color: white;
	text-decoration: underline;
}

img {
	border: none;
	margin: 10px;
}

.contener {
	width: 770px;
	margin: 0px auto;
	background: #222a2f url("gfx/menu_left.png") repeat-y;
	background-position: left;
}

.logo {
	width: 770px;
	height: 198px;
	background: url("gfx/logo.jpg") no-repeat;
	background-position: right;
}

.belka {
	width: 770px;
	height: 14px;
	background: url("gfx/belka.png");
}

.content {
	width: 770px;
}

.end {
	width: 770px;
	height: 0px;
	font-size: 0px;
	clear: both;
}

.left {
	width: 234px;
	height: 100%;
	min-height: 400px;
	float: left;
}

.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	padding-top: 15px;
}

.menu li {
	width: 228px;
	height: 33px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-position: top left;
}

.menu li a {
	width: 228px;
	height: 33px;
	display: block;
}

.menu #home {
	background: url("gfx/home.png") no-repeat;
}

.menu #weddings {
	background: url("gfx/weddings.png") no-repeat;
}

.menu #proms {
	background: url("gfx/proms.png") no-repeat;
}

.menu #corporate {
	background: url("gfx/corporate_transporation.png") no-repeat;
}

.menu #night {
	background: url("gfx/night.png") no-repeat;
}

.menu #air {
	background: url("gfx/air.png") no-repeat;
}

.menu #other {
	background: url("gfx/other.png") no-repeat;
}

.menu #testimonial {
	background: url("gfx/testimonial.png") no-repeat;
}

.menu #res {
	background: url("gfx/resevation.png") no-repeat;
}

.menu #specials {
	background: url("gfx/specials.png") no-repeat;
}

.menu #fleet {
	background: url("gfx/fleet.png") no-repeat;
}

.menu #contact {
	background: url("gfx/contact.png") no-repeat;
}

.menu #policies {
	background: url("gfx/policies.png") no-repeat;
}

.menu #about {
	background: url("gfx/about.png") no-repeat;
}

.menu #end {
	background: url("gfx/menu_end.png") no-repeat;
}

.right {
	width: 513px;
	padding: 7px;
	float: left;
}

.other_link {
	width: 770px;
	margin: auto;
	text-align: center;
}

.top {
	font-size: 19px;
	font-weight: bold;
}

.car {
	width: 164px;
	height: 139px;
	padding: 0px;
	background: url("gfx/bg_car.png") no-repeat;
	background-position: top;
	text-align: center;
	text-indent: 0px;
	padding-top: 6px;
	float: left;
	margin: 3px;
}

.car img {
	margin: 0px;
	padding: 0px;
	border: 2px solid silver;
	margin-bottom: 3px;
}

.car_more {
	width: 164px;
	height: 19px;
	margin-top: 1px;
	background: url("gfx/more.png") no-repeat;
	background-position: bottom;
}

.car a {
	width: 150px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}

.text b {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

