/* CSS Document */

body {
	margin: 10% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 11px Arial, Helvetica, sans-seriff;
	color: #000000;
	background-color: #7A1949;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #7A1949;
	text-decoration: none;
}
.rights {
	text-align: right;
}
.lefts {
	text-align: left;
}
.boldy {
	font-weight: bold;
}
hr {
	border: none 0;
	border-top: 1px solid #000000;
	height: 1px;
	margin: 18px 0px 10px 0px;
}
h1 {
	font: normal 18px/28px Arial, Helvetica, sans-seriff;
	color: #7A1949;
	margin: 0px;
}
h2 {
	font: normal 16px/28px Arial, Helvetica, sans-seriff;
	color: #7A1949;
	margin: 0px;
}

/* containers */

#content {
	width: 100%; 
	height: 400px; 
	margin-top: 40px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
	text-align: center;
	background: #5F1534;
	position: absolute;
	z-index: 2;
}
#placeContent {
	width: 960px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: 0px;
	z-index: 3;
}
#textContent {
	width: 278px;
	height: 194px;
	background-image: url(../images/index_mid_bottom.gif);
	padding: 211px 62px 32px 22px;
	vertical-align: top;
	font: bold 13px/18px Arial, Helvetica, sans-seriff;
	text-align: right;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 
	position: relative;
}
#textLayer {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #7A1949 !important;
	color: #7A1949;
	text-align: center;
	width: 100%;
	z-index: 1;
}
