body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;

	background-color: #999;
}

img {
	border: 0;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #c30000;
}

h2 {
	font-size: 16px;
	color: #000;
}

h3 {
	font-size: 14px;
	color: #000;
}

#body_wrap {
	margin: 0 auto;
	width: 900px;
	background-color: #ccc;
}

#head {
	clear: both;

	width: 900px;
	height: 237px;

	position: relative;

	background-image: url(../img/head_bg.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#head p {
	margin: 0;
	padding: 0;
}


#bg_sun {
	width: 720px;
	height: 96px;

	position: absolute;
	left: 10px;
	top: 0;

	background-image: url(../img/sun.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bg_label {
	width: 85px;
	height: 83px;

	position: absolute;
	left: 789px;
	top: 7px;

	background-image: url(../img/label.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#bg_cars {
	width: 632px;
	height: 141px;

	position: absolute;
	left: 268px;
	top: 96px;

	background-image: url(../img/cars.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 23px;
	z-index: 1;
}

#head_description {
	position: absolute;
	width: 280px;
	left: 500px;
	top: 32px;
	z-index: 1;

	text-align: center;
	font-size: 18px;
}

#head_contact {
	position: absolute;
	left: 25px;
	top: 112px;
	z-index: 1;

	font-size: 10px;
}

#menu {
	width: 900px;
	height: 61px;

	position: relative;

	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;

	background-image: url(../img/menu_bg.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#menu_links {
	position: absolute;
	left: 25px;
	top: 16px;
	z-index: 0;
}


#menu p {
	margin: 0;
	padding: 0;
}

#menu a, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #ff001f;
}


#middle {
	width: 900px;
	padding: 20px 0;
}

#middle_wrap {
	clear: both;
	width: 900px;
}

#left_column {
	float: left;
	width: 250px;
}

.section_header {
	width: 250px;
	background-color: #c30000;
	color: #fff;

	font-size: 12px;
	font-weight: bold;

	margin-bottom: 15px;
}

.section_header p {
	width: 200px;
	position: relative;
	left: 25px;
	margin: 0;
}


.section_header_top {
	width: 250px;
	height: 8px;
	font-size: 1px;

	background-image: url(../img/section_bg_t.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.section_header_bottom {
	width: 250px;
	height: 8px;
	font-size: 1px;

	background-image: url(../img/section_bg_b.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.section {
	width: 250px;
	margin-bottom: 15px;
}



.section p {
	width: 200px;
	position: relative;
	left: 25px;
	margin: 0;

	line-height: 150%;
}

.section a, .section a:visited {
	color: #c30000;
}

.section a:hover {
	color: #000;
}



#right_column {
	float: left;
	width: 650px;
}

#content {
	width: 575px;
	position: relative;
	left: 50px;

	line-height: 150%;
}

#content a, #content a:visited {
	color: #c30000;
}

#content a:hover {
	color: #000;
}

#foot {

	width: 900px;
	padding: 10px 0;

	background-color: #000;
	color: #999;

	font-size: 10px;

	background-image: url(../img/foot_gloss.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#foot_wrap {
	clear: both;
	width: 900px;
}

#foot_left {
	float: left;
	width: 250px;
}

#counters {
	width: 200px;
	position: relative;
	left: 25px;

	margin: 0;
}


#foot_right {
	float: left;
	width: 650px;
}

#copyright {
	width: 575px;
	position: relative;
	left: 50px;

	margin: 0;
}

.fix {
	clear: both;
}

