@charset "UTF-8";
/* CSS Document */
html
{

}

body
{
	background-color: #546561;
	width:  1024px;
	margin: 0 auto;
	font: .8em Geneva, Arial, Helvetica, sans-serif;
}

div#content
{
	width: 280px;
	margin: 0 auto;
}

h1
{
	background: url(header.png) no-repeat;
	text-indent: -9999px;
	width: 1024px;
	height: 296px;
	margin: 10px 0 50px 0;
}

h2
{
	color: #333333;
	border-bottom: solid 1px #374240;
	margin-bottom: 2px;
}

ul
{
	width: 100%;
	margin-bottom: 20px;
}

li
{
	width: 100%;
	margin: 1px 0;

}

a
{
	color: #e0730f;
	background-color: #374240;
	text-decoration:none;
	display:block;	
	padding: 10px 0 10px 3px;;
}

a:link
{
}

a:visited
{

}

a:hover
{
	color: #546561;
	background-color: #b2c6ce;
}

a:active
{

}

.link_directions
{
	color:#999999;
}
