@charset "utf-8";
/* CSS Document */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	background: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	font-size: 12px;
	background-color: #000;
	background-image: url(css_images/bg/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

* html #container{
	height:100%;
}

#container{
	position:relative;
	min-height:100%;
	min-width: 980px;
	width: 100%;
	text-align: left;
	background-image: url(css_images/bg/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#outer{
	width:980px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	height:30px;
	margin-top:-30px;
	position: relative;
}
#innerfooter{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#logo{
	float:left;
	width:230px;
	height: 25px;
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin-right: 20px;
}
#mainFooter{
	float:left;
	height: 25px;
	width: 300px;
	font-size: 10px;
	color: #666666;
	margin-left: 20px;
	text-align: left;
}
#mainFooter a:link {
	color: #666666;
	text-decoration: none;
}
#mainFooter a:visited {
	color: #666666;
	text-decoration: none;
}
#mainFooter a:hover {
	color: #6600CC;
	text-decoration: underline;
}
#mainFooter a:active {
	color: #666666;
	text-decoration: none;
}

#clear-footer{
	clear:both;
	height:30px;
	width:100%;
	z-index: 50;
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	overflow:hidden;
}

#left {
	position:relative;/*ie needs this to show float */
	width:250px;
	float:left;
	left:-1px;
	margin-top: 150px;
}
.leftButton {
	height: 25px;
	text-align: right;
	float: right;
}
#mailing{
	margin-right: 20px;
	margin-top: 25px;
	text-align: right;
	font-size: 10px;
	color: #999999;
	float: right;
	text-indent: 10px;
}
#normaltext {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	width: 590px;
}
.pagetitle {
	font-size: 24px;
	color: #6600CC;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
a:link {
	color: #6600CC;
	text-decoration: none;
}
a:visited {
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #6600CC;
	text-decoration: none;
}
#centrecontent {
	float:left;
	width:590px;
	position:relative;
	margin-left:20px;
	margin-top: 150px;
}

