@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 16px;
}
#header {
	background-image: url(images/header_background.png);
	width: 100%;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content {
	width: 875px;
	position: absolute;
	top: 175px;
	left: 68px;
	text-align: justify;
}
#headerHome {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	white-space: nowrap;
}

#headerMenu {
	position: absolute;
	left: 107px;
	top: 105px;
	width: 990px;
	white-space: nowrap;
}
#footer {
	text-align: center;
	padding-top: 15px;
	color: #868686;
	padding-bottom: 25px;
}
h1 {
	font-size: 24px;
	margin-top: -7px;
	height: 30px;
}

a {
	font-weight: bold;
	color: #ed1c24;
	text-decoration: none;
}
a:hover {
	color: #B40E16;
	text-decoration: none;
}
.titleMenu {
	font-size: 12px;
}

