body
{
	background-color: #000;
	background-image: url(images/bg_sea.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
	color: #000;
}

a:link, a:visited, a:hover { color: #971b1e; }

h1
{
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

p
{
	font-size: 12px;
	line-height: 15px;
}

strong { color: #981B1E; }
p.leading { line-height: 20px; }

#layout
{
	width: 980px;
	margin-top: 34px;
	margin-left: 78px;
}

#bg_repeater
{
	background-image: url(images/bg_repeater.jpg);
	background-repeat: repeat-y;
}

#bg_bottom
{
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bg_top
{
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
}

#nav {
	color: #971b1e;
	font-size: 11px;
	padding-top: 35px;
	padding-left: 30px;
}

#nav a { padding: 10px 25px 10px 25px; }

#nav a:link, #nav a:visited
{
	text-decoration: none;
}

#nav a:hover { font-weight: bold; }

#nav a.on
{
	background-image: url(images/navunder.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#subnav
{
	background-image: url(images/subnav_bg.jpg);
	background-repeat: no-repeat;
	width: 127px;
	height: 111px;
	padding-left: 22px;
	padding-top: 29px;
}

#subnav p {
	margin-top: 8px;
	padding-top: 0px;
}

#subnav a:link, #subnav a:visited
{
	text-decoration: none;
}

#subnav a:hover { font-weight: bold; }

#subnav a.on { font-weight: bold; }

#masthead
{
	margin-top: 35px;
	margin-left: 217px;
	margin-bottom: 5px;
}

#mainContent {
	margin-top: 20px;
	margin-left: 250px;
	padding-bottom: 40px;
}


#footer
{
	color: #FFF;
	font-size: 11px;
	text-align: center;
	text-transform: inherit;
	margin-left: -100px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFF;
}