@charset "utf-8";

HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; height: 100%;
}
BODY {
	FONT: 12px Verdana, Geneva, Arial, sans-serif;
	BACKGROUND-COLOR: #990000;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	height: 100%;
}
a {
	color: #ed1c24;
}
a:hover {
	color: #000;
}

#wrapper {
	background-color: #FFF;
	position: absolute;
	left: 50%;
	width: 646px;
	margin-left: -323px;
}
#top {
	position: relative;
	height: 281px;
	width: 646px;
}
#cntr {
	position: relative;
	width: 606px;
	padding: 20px;
}
#cntr2 {
	position: relative;
	width: 606px;
	height: 150px;
	padding: 20px;
}
#cntr_lft {
	position: relative;
	width: 283px;
	float: left;
	padding-right: 20px;
}
#cntr_rit {
	position: relative;
	width: 303px;
}
#btm {
	position: relative;
	height: 15px;
	width: 636px;
	background-color: #ed1c24;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#btm_lft {
	position: absolute;
	width: 321px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: left;
}
#btm_rit {
	position: absolute;
	width: 315px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-left: 321px;
	text-align: right;
}
#btm_rit a{
	color: #FFF;
	text-decoration: none;
}
#btm_rit a:hover {
	color: #000;
}

