body {
	background: #fff;
	margin: 10px 10px 0px 10px;
}

pre {
	margin: 0;
	padding: 0;
	font: 12px;
}
p {
	margin: 0;
	padding: 0;
}

h1 {
	font: bolder 28px "Trebuchet MS", Verdana, Arial;
}


/* Header Stuff */
#header
{
	background: #455372 url("../images/header-br.gif") bottom right no-repeat;
	position: relative;
	height: 25px;
	padding: 0;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font: 10px Verdana, Arial;
}

#header h1
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	color: #455372;
	font-size: 2px;
	background: url("../images/header-tl.gif") no-repeat;
	z-index: 100;
}

#header h1 a
{
	display: block;
	width: 204px;
	\\height: 55px;
	background: transparent url("../images/header-logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

#header ul
{
	width: auto;
	position: absolute;
	top: 3;
	left: 0;
	margin: 0;
	padding: 3px 15px 2px 0;
	list-style: none;
	background: url("../images/header-bl.gif") no-repeat bottom left;
	z-index: 90;
}

#header li
{
	float: left;
	background: transparent url("../images/header_tab.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
}

#header ul a
{
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("../images/header_tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#header ul li:hover a
{
	color: #06062D;
}

#header #tagline
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 20px 0px 0;
	color: #FFFFFF;
	background: url("../images/header-tr.gif") no-repeat top right;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}