@charset "UTF-8";
/* CSS Document */
	
.container {
	position: absolute;
	height: auto;
	width: 800px;
	font-family: Verdana;
	background-color: #4E141B;
	color: #CCCCCC;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 12px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 150px;
}

.centre_div {
	margin: 0 auto;
  	width: 800px;
	text-align: left;
}


.left_2col {
	float: left;
	height: auto;
	width: 400px;
	position: relative;
	padding: 10px 10px 10px 0px;
}

.right_2col {
	float: right;
	height: auto;
	width: 400px;
	position: relative;
	padding: 10px 10px 10px 0px;
}

.right_3col {
	float: left;
	height: auto;
	width: 255px;
	position:relative;
	padding: 10px 10px 10px 0px;
	clear: right;
}

.left_3col {
	float: left;
	height: auto;
	width: 255px;
	position: relative;
	padding: 10px 10px 10px 0px;
	margin: 0px;
}

.middle {
	float: left;
	height: auto;
	width: 255px;
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
}

.top {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.header {
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	padding: 0px;
}

.bottom {
	position: relative;
	height: auto;
	width: auto;
	float: none;
	clear: both;
	padding: 0px;
	background-color: #990033;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.right_3col_image {
	float: left;
	height: auto;
	width: 255px;
	position:relative;
	padding: 0px;
	clear: none;
}

.bottomtext {
	position: relative;
	height: auto;
	width: auto;
	float: none;
	clear: both;
	padding: 10px 0px 0px;
	text-align: left;
}

