@import url(../layout.css);

body
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:.8em;
	background-attachment:scroll;
	background-color:#C92722;
	background-image:url(images/background.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#masthead h1
{
	font-weight:400;
	color:#C92722;
	text-transform:uppercase;
	display:inline;
}

#navigation a
{
	text-decoration:none;
	color:#fff8dc;
	display:block;
	border:1px solid #708090;
	background-color:#C92722;
	margin:0 1px;
	padding:5px;
}

#navigation a:hover
{
	text-decoration:none;
	color:#C92722;
	background-color:#ccc;
}

#content h1,h2,h3,h4,h5,h6
{
	color:#C92722;
}

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

a
{
	color:#C92722;
	text-decoration:underline;
}

