@charset "UTF-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #C6DBF2;
	background-image: url(../images/bck_gradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 904px;
	margin: 10px auto;
}
#content {
	width: 904px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_frameBrdr.png);
	background-repeat: repeat-y;
}
#contentTop {
	height: 3px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_frameUP.png);
	background-repeat: no-repeat;
}
#contentBottom {
	height: 5px;
	margin: 0;
	padding: 0;
	background-image: url(../images/content_frameDW.png);
	background-repeat: no-repeat;
}
#homebox {
	margin: 3px 0 0 7px;
	padding: 0;
	width: 546px;
	float:left;
	background-image: url(../images/pqlev.jpg);
	background-repeat: no-repeat;
	}
#homeheader {
	height: 510px;
	margin: 0;
	padding: 0;
	background-image: url(../images/wave.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#homeheader img {
    float: left;
	margin: 235px 0 0 15px ;
	padding: 0;
}
#hometitle {
	margin: 0;
	padding: 5px 0 10px 0;
	background-color:#FFFFFF;
}
#menubox  {
	margin: 0;
	padding: 0;
	height: 60px;
	background-image: url(../images/menuBck.png);
	background-repeat: repeat-x;
	background-position: left center;
}
#menuboxleft {
	margin: 0;
	padding: 0;
	float: left;
	width: 5px;
	height: 60px;
	background-image: url(../images/menuLft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuboxright {
	margin: 0;
	padding: 0;
	float: right;
	width: 5px;
	height: 60px;
	background-image: url(../images/menuRgt.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu  {
	margin: 0;
	padding: 22px 0;
	color: #FFFFFF;
	font-size: .85em;
}
#menutxt {
	margin: 0;
	padding: 0;
	float:left;
}
#menupict {
	margin: 0 10px 0 0;
	padding: 0;
	float:right;
}
#menu li {
	display:inline;
	margin: 0 0 0 10px;
	padding: 0;
}
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#menu li a:hover, #menu li a:link.active, #menu li a:visited.active {
	color: black;
}
#footer {
	margin: 5px 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #000066;
}