* {
	margin: 0;
}
html {
	height: 100%;
	overflow: hidden;
}
body {
	background-color: #000000;
	overflow: hidden;
}
body,td,th {
	color: #FFFFFF;
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
	font-size: 13px;
}

h1 {
	color: #7e0619;
	font-size: 28px;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
}

a:link {
	color: #7e0619;
	text-decoration: none;
}
a:visited {
	color: #7e0619;
	text-decoration: none;
}
a:hover {
	color: #7e0619;
	text-decoration: underline;
}
a:active {
	color: #7e0619;
	text-decoration: none;
}

span.red {
	color: #7e0619;
}
span.tab {
	display: inline-block;
	margin-left: 20px;
}

#background_container {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 800px;
	
	top: 50%;
	left: 0;
	margin-top: -400px;
	
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;	
}

#main_container {
	position: absolute;
	top: 50%;
    left: 50%;
	width: 1100px;
	height: 800px;
	margin: -400px 0 0 -550px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 479px;
	height: 264px;
	background-image: url(../images/pag1_top_left.png);
	background-repeat: no-repeat;
}
#header_right {
	position: absolute;
	top: 0;
	left: 479px;
	width: 591px;
	height: 75px;
	background-image: url(../images/pag1_top_right.png);
	background-repeat: no-repeat;
	
	padding: 190px 0 0 30px;
}

#content_left {
	position: absolute;
	top: 264px;
	left: 0;
	width: 464px;
	height: 133px;
	background-image: url(../images/pag1_middle_left.png);
	background-repeat: no-repeat;
	
	text-align: right;
	line-height: 25px;
	padding: 280px 15px 0 0;
}
#content_right {
	position: absolute;
	top: 264px;
	left: 479px;
	width: 581px;
	height: 393px;
	background-image: url(../images/pag1_middle_right.png);
	background-repeat: no-repeat;
	
	padding: 10px 10px 10px 30px;
}

#content_left a:link {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #7e0619;
}
#content_left a:visited {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #7e0619;
}
#content_left a:hover {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	border-bottom: none !important;
}
#content_left a:active {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #7e0619;
}

#content_inner {
	width: 581px;
	height: 393px;
	overflow: auto;
}

#footer {
	position: absolute;
	top: 677px;
	left: 0;
	width: 1100px;
	height: 122px;
	background-image: url(../images/pag1_bottom.png);
	background-repeat: no-repeat;
}
