/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family:"Lucida Grande", Arial, Verdana;
	text-align: center;
	color:#FFFFFF;
	background:#171717;
	font-size:11px;
	line-height:17px;
	font-style:normal;
}


.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99ccff;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 2px;
}



a:link {color:#99ccff; text-decoration:none;}
a:visited {color:#99ccff; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:none;}
a:active {color:#99ccff; text-decoration:none;}

.subtitle{ color:#666666; font-size:9px;}

.clear {
	clear: both;
}

.wrapper {
	background:#FFFFFF;
	background-image:url(images/rmbg.gif);
}


#content {
margin-left:auto;
margin-right:auto;
width: 922px;
text-align:left;
position:relative;
background-repeat:repeat-x;
}



#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:104px;
}

#footer{
	background-image:url(images/bgfooter.jpg);
	background-repeat:no-repeat;
	height:82px;
}

