/*<group=General Styles>*/

body {
	color: #000000;
	font: 0.75em/1.6em "lucida grande", verdana, tahoma, sans-serif;
	text-align: center;
	background-image:url(bg_tile.gif);
	background-attachment:fixed;
	background-repeat:repeat;
	}
#borderDiv {
	text-align: center;
	position:absolute;  
	width: 968px; 
	height: 726px; 
	left: 50%;
	top: 50%;
	margin-left: -484px;
	margin-top: -363px;
	background-repeat:repeat;
	}
#centerDiv { 
	text-align: center;
	position:absolute;  
	width: 800; 
	height: 600; 
	border-width: 1px;
	border-color: #00FF66;
	border-style: solid;
	left: 50%;
	top:33px;
	margin-left: -405px;
	z-index:1;
}
#navwrap{
	margin-left:-30px;
	margin-right:auto;
	margin-top:-12px;
	width:auto;
	height:32px;
	background:url(../images/menu-bg.png) center repeat-x;
}
#bgWrap {
	background-attachment: inherit;
	background-repeat:no-repeat;
	position:relative;
	width: 1000px; 
	height: 600px; 
}
#txtWrap {
	width: 641px;
	height: 240px;
	left: 15px;
	top: 238px;
	position: absolute;
	color:#FFFF66;
	font-family:Verdana;
	font-size:12px;
}
.h1 {
	font-family:Verdana;
	font-size:18px;
	color:#FFFF33;
	font-weight:bold;
}
.bodytxt {
	color: #FFFF99;
	font-family:Verdana;
	font-size:16px;
}

