body {
	padding: 0px;
	margin: 0px;
	background: #3892CE url(../graphics/bgr_body.jpg) repeat-x;
	font: 10pt Arial, Helvetica, sans-serif;
}

#header {
	position: relative; 
	left: -11px;
}

#wrapper {
	width: 757px;
	height: 500px;
	background: url(../graphics/bgr_main.jpg) repeat-y;
}

html>body #wrapper {
	height: auto;
	min-height: 500px;
}

#menu {
	padding: 10px 5px 5px 5px;
}

#menu a {
	/*margin: 0px 10px;*/
	text-decoration: none;
	white-space: nowrap;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	text-align: justify;
	margin: 0px 20px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

p {
	text-indent: 1em;
}

h1 {
	color: #2D76A7;
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding: 0px;
	line-height: normal;
	margin-left: 1em;
}