/* CSS Document */

body {
	background-color: #f8f8f8;
	background-image:url(/images/background.png);
	background-repeat:repeat-x;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align: left;
	font-size: 20pt;
}

#header, .navigation, #content, #footer {
	clear: both;
	text-align: left;
	margin: 0px auto;
	width: 800px;
}

.navigation {
	text-align: center;
}

.navigation ul {
	margin: auto 0px;
}

.navigation li {
	display:inline;
	margin-right: 20px;
	font-size: 12pt;
}

.navigation a, .navigation a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover {
	color: #C52446;
}

#content {
	margin-top: 1em;
}

#footer {
	text-align: center;
	font-size: 10pt;
}

#footer #navigation ul li {
	margin-right:20px;
	font-size: 10pt;
	line-height: normal;
}

#footer #navigation a {
	text-decoration: none;
}

#footer #navigation a:hover {
	text-decoration: underline;
}

#left_col, #right_col {
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
}

#left_col {
	float: left;
	width: 375px;
	padding-left: 0px;
}

#right_col {
	float: left;
	width: 375px;
	padding-right: 0px;
}

#single_col {
	clear: both;
	float: left;
	text-align: justify;
}

.float_left {
	float:		left;
	margin-right:	10px;
	margin-bottom: 10px;
}

.float_right {
	float:		right;
	margin-left:	10px;
	margin-bottom: 10px;
}

.page_header {
	text-align: center;
}