#header, #maincontent {}
#content {}
#wrapper {border: 0px width: 700px; margin: 0 auto; padding-bottom: 60px; position: relative;}
#maincontent {position: absolute; bottom: 0; left: 50%; margin-left: -350px;width: 700px; height: 50px;}
#maincontent h1 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h2 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h3 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h4 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h5 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
#maincontent h6 {
	font-size: 10px;
	color: #ccc;
	display: inline;
}
body {
	font-size: 12px;
	font-family: Tahoma, MS Sans Serif;
	color: #FFFFFF;
	background-color: #B0201C;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

h1 { 
	font-size: 20px; 
	font-family: Tahoma, MS Sans Serif; 
	color: white; 
	margin-top:5px;
	margin-bottom:0px;
} 

h2 { 
	font-size: 18px; 
	font-family: Tahoma, MS Sans Serif; 
	color: white; 
	margin-top:1px;
	margin-bottom:1px;
}

h3 { 
	font-size: 16px; 
	font-family: Tahoma, MS Sans Serif; 
	color: white; 
	margin-top:1px;
	margin-bottom:1px;
} 

h4 { 
	font-size: 14px; 
	font-family: Tahoma, MS Sans Serif; 
	color: white; 
	margin:2px;
} 

h5 { 
	font-size: 12px; 
	font-family: Tahoma, MS Sans Serif; 
	color: white; 
	margin:2px;
} 

li {
	list-style-position: inside;
	list-style-type: circle;
	color: #000000;
}

hr {
	height: 1px;
	border: 0px;
	vertical-align: center;
	background-color: #E04448;
	width:100%;
}
.text_small {
	font-family: Tahoma, MS Sans Serif;
	font-size: 10px;
	color: #FFFFFF;
}
.link_normal {
	font-family: Tahoma, "MS Sans Serif";
	font-size: 12px;
	color: #FFFFCC;
	font-weight: bold;
}
.text_rate {
	font-family: Tahoma, MS Sans Serif;
	font-size: 12px;
	color: #990033;
	font-weight: bold;
}

hr {
border:0px;
height:1px;
border-bottom: 1px dotted #ffffff;
}

/*-------------------- Global Links ----------------------------*/

a:link {
color: yellow;
text-decoration: none;
font-size: 12px;
}

a:visited {
color: yellow;
text-decoration: none;
font-size: 12px;
}

a:active {
color: yellow;
text-decoration: none;
font-size: 12px;
}

a:hover {
color: red;
text-decoration: underline;
font-size: 12px;
}
