html, body {
	background-color: #d60009;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	background-image: url('/images/o9/background_start.jpg');
	background-repeat: repeat-x;
}

a {
	color: #d60009;
}

#linklist li {
	margin-bottom: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.centered {
	margin: auto;
}

.center {
	text-align: center;
}

#bottomBorder {
	text-align: center;
	background-image: url('/images/o9/bottom_repeat.jpg');
	clear: both;
}

#rightBorder {
	background-image: url('/images/o9/right_repeat.jpg');
}

#content {
	background-color: #FFFFFF;
	width: 100%;
	vertical-align: top;
}

.menu li {
	display: block;
	margin-bottom: 8px;
}

.menu a {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.menu img {
	margin-bottom: 2px;
}

#menuDiv {
	text-align: right;
	margin-right: 20px;
}

#menuBackground {
	background-image: url('/images/o9/left_repeat.jpg');
}

#middle {
	width: 100%;
}

#middleDiv {
	clear: both;
}

#top {
	text-align: center;
	background-image: url('/images/o9/top_repeat.jpg');
}

#main {
	min-width: 1000px;
	max-width: 1280px;
	margin: auto;
	text-align: left;
}
