body {
	background-image: url(_graphics/background-body.jpg);
	background-repeat: repeat-x;
	background-color: #183F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
}

div#frame {
	margin: 0 auto;
	width: 760px;
}

div#sidebar {
	width: 235px;
	float: left;
}

div#main {
	margin-top: 70px;
	width: 525px;
	float: left;
	background-image: url(_graphics/background-main.gif);
}

div#nav {
}

div#nav ul {
	list-style-type: none;
}

div#nav li {
	float: left;
}

div#content {
	padding: 25px 25px 0 20px;
	min-height: 500px;
	background-image: url(_graphics/background-content.gif);
	background-repeat: no-repeat;
}

div#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F28729;
	margin-bottom: 0.7em;
}

div#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #183F60;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

div#content p {
	line-height: 1.6;
	color: #183F60;
	margin-bottom: 1em;
}

div#content ul li {
	color: #183F60;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0.7em;
}

div#footer {
	background-image: url(_graphics/background-footer.jpg);
	background-repeat: no-repeat;
	background-color: #929CA6;
	min-height: 59px;
}

div#footer p {
	padding: 20px 25px 5px 50px;
	font-size: 9px;
	font-color: #F9F9F9;
	text-align: right;
}

div#sponsors {
	color: #183F60;
	font-size: 12px;

}
