* {
	font-family: arial;
	font-size: 13px;
	color: #959595;
	line-height: 22px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #f5f6f6;
	background-image: url(../images/body_gradient.gif);
	background-repeat: repeat-x;
}

#container {
	width: 814px;
	height: 556px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/body_big_bg.gif);
	background-repeat: no-repeat;
}

#body_content {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	width: 800px;
	margin: 0px;
	margin-left: -401px;
}

#stretcher {
	position: absolute;
	top: 556px;
	left: 50%;
	width: 814px;
	height: 1px;
	margin: 0px;
	margin-left: -407px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}


a { color: #00518b; text-decoration: none; font-style: italic; }
a:hover, a:active { text-decoration: underline; }
span.header { color: #001a56; font-weight: bold; font-size: 18px; }
h1,h2,h3,h4,h5,h6 { color: #001a56; }
hr {
border-top: solid 1px black;
height: 1px;
}