﻿body 
{
	background: #000;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#site-container
{
	background: #D67F30 url(Images/site-container-bg.jpg);
	width: 1000px;
	margin: 0 auto 30px;
}

#header
{
	height: 209px;
}
	#header a
	{
		display: block;
	}
	#header a span
	{
		display: none;
	}
	
	#jimny-logo
	{
		background: url(Images/jimny-logo.jpg);
		float: left;
		width: 399px;
		height: 208px;
	}
	#suzuki-logo
	{
		background: url(Images/suzuki-logo.jpg);
		width: 123px;
		height: 62px;
		float: right;
		margin: 0 21px;
	}

#menu-9-left
{
	float: left;
	width: 215px;
}

#content-area
{
	width: 766px;
	float: left;
}

#menu-9-bottom
{
	background: #2C2C2C;
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 72px 0 0;
	font-weight: bold;
}
	#menu-9-bottom,
	#menu-9-bottom a
	{
		color: #676767;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0 5px;
	}
	#menu-9-bottom a:hover
	{
		color: #fff;
	}

