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

body {
	background:url(../images/body_bg.png); /* Steel Blue #404E68 */
	
}

div#quickmenu{
	margin:7px 0 0 750px;
	width:250px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#bcbcbc;
	float:left;
	text-decoration:none;
}

div#livechat{
	position:absolute;
	top:63px;
	left:750px;
}

#quickmenu a:link, #quickmenu a:visited, #quickmenu:active {
	color:#FFF;
	text-decoration:underline;
	padding:0 2px 0 2px;
}

#quickmenu a:hover {
	color:#03F;
	padding:0 2px 0 2px;
}

#quickmenu img {
	top:5px;
	border:none;
	text-decoration:none;
	text-align:center;
	position:relative;
	width:18px;
	height:14px;
}

div#page_layout {
	width:100%;
	height:100%;
	position:absolute;
}

div#page_header {
	background:url(../images/header_bkgd.jpg);
	width:960px;
	height:174px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

div#bubble {
	background:url(../images/bubble.png) no-repeat;
	margin-top:10px;
	margin-left:25px;
	width:81px;
	height:77px;
	z-index:10;
}

div#header_text{
	position:absolute;
	top:0;
	left:-9999px;
}


#separator {
	background:url(../images/separator.png);
}

div#content{
	background-image:url(../images/content_bkgd.jpg);
	background-repeat:repeat-y;
	width:960px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}

div#content_bottom{
	background-image:url(../images/content_footer.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:15px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}

div#page_footer{
	width:960px;
	position:relative;
	margin: 20px auto 20px auto;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#E6E6E6;
	text-align:center;
	text-decoration:none;
}

#nav_bottom a:link, #nav_bottom a:visited, #nav_bottom a:active {
	color:#E6E6E6;
	text-decoration:underline;
	padding:3px;
	
}


#nav_bottom a:hover{
	color:#03F;
	text-decoration:underline;
	padding:3px;
	
}



