@charset "utf-8";
/* CSS Document */

body
{
	background:url('images/background.jpg') repeat;
	color:#333;
	font-size:14px;
}
a:link
{
	color:#c37100;
	text-decoration:none;
}

a:visited
{
	color:#c37100;
	text-decoration:none;
}

a:hover
{
	color:#c37100;
	text-decoration:underline;
}

h1
{
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h2
{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

td
{	
vertical-align:top;
}

ul
{
	margin:0 0 0 35px;
	padding:0;
}

#container
{
	background:#e9decf;
	border:1px solid #917962;
	margin:10px auto;
	width:925px;
}

#header
{
	background:url('images/mast.jpg') no-repeat;
	height:189px;
	margin:0;
	padding:0;
	width:925px;
}

#left_nav
{
	background: #e9decf url('images/left_nav.jpg') no-repeat;
	height:297px;
	padding:0px;
	width:277px;
}

#content
{
	margin:-40px 0 0 0;
	padding:20px;
}

#spacer
{
	width:85%;
	margin:20px auto 10px auto;
	border-bottom:1px dashed #777;
}

#footer
{
	border-top:1px solid #777;
	padding:15px;
	text-align:center;
	font-size:12px;
}

.prices
{
	color:#336633;
	font-weight:bold;
}

.footer_nav
{
	font-size:14px;
}

.copyright
{
	font-size:10px;
}