body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 62.5%;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-color: #ffffff;
}

#navigation {
	background-color: #ffffff;
	width: 750px;
}
	
#content {
	background-color: #ffffff;
	width: 750px;
	background-image:url(graphics/content.jpg); size: 750px 91px;
	background-repeat: no-repeat;
}

#text_left {
	float: left;
	width: 370px;
	text-align: left;
}

#text_right {
	float: right;
	width: 370px;
	text-align: right;
}

.separator {
	clear: both;
	height: 0;
}

p {
	font-size: 1.0em;
	text-align: center;
	color: #000000;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0000;
}

h5 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

a {
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	font-size: 1.0em;
	font-weight: bold;
	color: #CC0000;
}
}


