
a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #CC2028;
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

body {
	background: url("/images/light_gray_grid.jpg");
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

#bmw_2002 {
	position: absolute;
	left: 64px;
	top: 114px;
}

#bmw_m3 {
	position: absolute;
	left: 326px;
	top: 97px;
}

#bmw_z4 {
	position: absolute;
	left: 565px;
	top: 115px;
}

.caption {
	color: #999999;
	font-size: 13px;
	font-style: italic;
	text-align: center;
}

#content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}


.copy {
	font-size: 12px;
}

.date {
	color: #999999;
	font-size: 13px;
	font-style: italic;
}

h1, h2, h1 a, h2 a, h1 a:visited, h2 a:visited {
	color: #4040EB;
	font-family: Lucida Sans;
}

h1, h1 a {
	font-size: 18px;
}

h2, h2 a {
	font-size: 16px;	
}

.header_address {
	position: relative;
	top: -70px;
	width: 200px;
}

.heading_left, .heading_right {
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
	/* font-weight: bold; */
	padding-bottom: 10px;
	padding-top: 10px;
}

.heading_left a, .heading_right a {
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
}

.heading_left {
	background: url("/images/heading_gradient_left.jpg");
	padding-left: 20px;

}

.heading_right {
	background: url("/images/heading_gradient_right.jpg");
	padding-right: 20px;
	text-align: right;
	
}

.left {
	float: left;
}

.left_offset {
	padding-left: 25px;
}

#logo {
	/* margin-top: 20px; */
	margin-top: 200px;
}

.main_column {
	float: left;
	width: 655px;
}

.main_content {
	padding-left: 35px;
	padding-right: 35px;
}

.preview {
	font-size: 14px;
	line-height: 20px;
	padding: 15px;
	padding-left: 30px;
	position: relative;
}

.preview h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.preview h1 a {
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
}

.preview img {
	float: left;
	margin-right: 20px;
}

.row_even {
	background-color: #DDDDDD;
}

.row_odd {
	background-color: #CCCCCC;
}

.side_column {
	float: left;
	width: 245px;
}

#menu {
	background-color: #FFFFFF;
	/* height: 60px; */
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

/*
#menu div {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
*/

#menu a {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a.current {
	color: #FFFFFF;
	background: url("/images/blue_gradient.jpg");
}

#menu a:hover {
	color: #FFFFFF;
	background: url("/images/red_gradient.jpg");
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu li {
	background: url("/images/menu_divide.jpg"); 
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	/* height: 40px; */
	margin-right: 2px;
	list-style-type: none;
	/* padding-top: 20px; */
	text-align: center;
	width: 103px;
}

/*
#menu li:hover {
	background: url("/images/menu_selected.jpg");
	background-position: center;
}

#menu li.current {
	background: url("/images/menu_current.jpg");
	background-position: center;
	color: #FFFFFF;
}
*/

#menu li.current a {
	color: #FFFFFF;
}

#menu li:hover a {
	color: #FFFFFF;
}

.more {
	padding-bottom: 10px;
	text-align: right;
}

.more a {
	font-size: 14px;
}

#page_footer {
	color: #666666;
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
}

#page_frame {
	background: url("/images/m_stripe_vertical.png");
	background-color: #000000;
	background-repeat: repeat-y;
	border-right: solid #FFFFFF 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	padding-left: 25px;
	padding-top: 0px;
	width: 900px;
}

#page_header {
	background: url("/images/m_track.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.right {
	float: right;
}

#tagline {
	color: #CCCCCC;
	position: absolute;
	font-style: italic;
	top: 275px;
	width: 230px;
}

.top_offset {
	margin-top: 50px;
}