@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	height: 136px;
	width: 900px;
}
#rightcol {
	width: 350px;
}
#footer {
	height: 50px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#info {
	width: 900px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.caption {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}
.index {
	font-size: 22px;
	line-height: 30px;
	color: #D72832;
}
a:link {
	color: #D52B26;
	text-decoration: none;
}
a:visited {
	color: #CE2A2A;
	text-decoration: none;
}
.header {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}
#logo {
	height: 136px;
	width: 336px;
	float: left;
}
#navbar {
	width: 500px;
	float: right;
	margin-top: 60px;
}
#header {
	height: 250px;
	width: 900px;
}

