@charset "utf-8";
body {
	color: #6F0000;
	margin: 0px;
	padding: 0px;
	background: url(../images/bgtile.jpg) repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
a:link {
	color: #009;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #900;
}
a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
#container {
	width: 1158px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../images/header.png);
	height: 266px;
	margin-left: -42px;
}
/* CSS Menu */
#menu {
	height: 41px;
	padding-top: 190px;
	padding-left: 512px;
}
.menu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%
}

.menu ul li{
display: inline;
}

.menu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 13px 11px 14px;
	text-decoration: none;
	font: bold 12px Tahoma, Geneva, sans-serif;
}

.menu ul li a:visited{
color: #FFFFFF;
}

.menu ul li a:hover, .menu ul li .selected{
	color: #FFF !important;
	padding-top: 13px;
	padding-bottom: 14px;
	background-color: #BC0E0E;
}
/* End CSS Menu */
#content-container {
	clear: both;
	background: url(../images/contenttile.png) repeat-y center top;
	margin-left: 18px;
}
#content {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 40px;
	min-height:300px;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	margin-left: 22px;
}
#bottom-links {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
