@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-family:Verdana, Arial;/* */
	color: #999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	font-size: 13px;
}
#background {
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 0;
	margin-top: 0;
}
#wrapper {
	width: 920px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -460px;
	margin-top: -308px;
	height: 665px;
}
#shaddowTop {
	background-image: url(../images/shaddowTop.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 920px;
}
#shaddowLeft {
	background-image: url(../images/shaddowLeft.jpg);
	background-repeat: no-repeat;
	height: 605px;
	width: 10px;
	float: left;
}

#flashcontent {
	height: 605px;
	width: 900px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-color: #666;
	float: left;
}

#shaddowRight {
	background-image: url(../images/shaddowRight.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 605px;
	width: 10px;
}
#shaddowBottom {
	background-image: url(../images/shaddowBottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 920px;
	clear: both;
}
#topNav {
	margin-left: 15px;
	height: 30px;
	background-image: url(../images/lwBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 13px 0px 0px 13px;
}
#topNav a {
	color: #727272;
	text-decoration:none;
}
#topNav a:hover {
	color: #333;
}
#navigation {
	width: 380px;
	float: right;
}
#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNav li {
	display: inline;
}

#mainNav a {
	display: block;
	float: left;
	padding: 0px 15px;
	color: #727272;
	text-decoration: none;
	border-right: 2px solid #727272;
	margin-top: 5px;
	font-size: 12px;
}
#mainNav a:hover {
	color: #333;
}

#mainNav a.noBorder {
	border: none;
}
#copyright {
	float: left;
	font-weight: normal;
	font-size: 9px;
	padding: 5px 0px 0px 20px;
}
