body
{
	margin: 0px;
	background: url(images/background.jpg) repeat-x top;
	background-color: #747773;
	font-family: Arial;
	font-size: 10pt;
}

h2
{
	color: #404040;
	margin: 0 0 10px 0;
}

#header
{
	margin: 0 auto;
	width: 950px;
	text-align: right;
}

#container
{
	margin: 0 auto;
	width: 950px;
	border-top: 3px solid #bbbbbb;
	border-left: 3px solid #bbbbbb;
	border-bottom: 3px solid #dddddd;
	border-right: 3px solid #dddddd;
}

#navlinks
{
	margin: 0px auto;
	width: 950px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

#navlinks ul 
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#navlinks ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#navlinks ul li a
{
	font-family: Lucida Sans;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	padding: 10px 13px;
	color: #ffffff;
	background: url(images/navlinks.jpg) repeat-x;
	border: 2px solid #ffffff;
}

#navlinks ul li a:hover
{
	text-decoration: underline;
	padding: 10px 13px;
	color: #ffffff;
	background: #747773;
	border: 2px solid #ffffff;
}

#content
{
	overflow: hidden;
	width: 950px;
	height: 400px;
	color: #312f30;
	background: url(images/right.jpg) repeat-x;
	background-color: #8e7724;
}

#left
{
	overflow: hidden;
	float: left;
	width: 200px;
	height: 400px;
	background: #222222;
}

#showroom
{
	margin: 0px;
	font-size: 8pt;
	color: #ffffff;
}

.button,.button:link,.button:visited
{
	display: block;
	color: #ffffff;
	background-color: #51557d;
	font-weight: bold;
	font-size: 11px;
	width: 120px;
	text-align: center;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 4px;
	border: 1px solid #ffffff;
	outline: 1px solid #51557d;
	text-decoration: none;
	margin-left: 1px;
}

.button:hover,.button:active
{
	background-color:#6b708e;
}

#right
{
	overflow: hidden;
	float: left;
	padding: 15px;
	width: 720px;
	height: 370px;
}

.green a:link
{
	padding: 3px 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #87e341;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.green a:visited
{
	padding: 3px 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #87e341;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.green a:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#footer
{
	margin: 0 auto;
	width: 950px;
	font-size: 8pt;
	padding-top: 5px;
	color: #e0e0e0;
	text-align: right;
}

#footer a:link
{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover
{
	color: #ffffff;
	text-decoration: none;
}
