* {
	margin:0px;
	padding:0px;
}

body {
	font-family:sans-serif;
	font-size:10px;
	background-image:url(bodyBg.png);
	background-repeat:repeat-x;
	background-color:#444;
}

a:link, a:visited {
	color:#3366ff;
	font-size:12px;
	font-weight:bold;
}

h2 {
	margin:5px;
	color:#222;
}

h3 {
	margin:5px;
	color:#222;
}

br.clear {
	clear:both;
}

p {
	margin:5px;
	font-size:12px;
}

img {
	border:solid 2px #000;
}

#xspf {
	position:absolute;
	height:170px;
	width:400px;
	left:0px;
	top:0px;
	z-index:5000;
}	

#wrap {
	width:900px;
	margin:0px auto;
}

#content {
	position:absolute;
	bottom:30px;
	width:900px;
	height:95%;
	background-color:#fff;
	border:solid 1px #222;
	border-bottom:0px;
	overflow:auto;
}

#sectionImgContainer {
	width:510px;
	height:400px;
	margin:60px auto;
	border:solid 50px #000;
	overflow:hidden;
	background-color:#3366ff;
	position:relative;
}

#panic {
	position:absolute;
	top:10px;
	right:10px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	z-index:5000;
}

.sectionImg {
	float:left;
	border:solid 0px #000;
}

#navbar {
	position:absolute;
	bottom:0px;
	height:30px;
	border-left:1px solid #222;
	border-right:1px solid #222;
}

#navbar a {
	font-size:10px;
}

.navtab {
	position:relative;
	float:left;
	width:180px;
	text-align:center;
	height:30px;
}

.growtab {
	position:absolute;
	bottom:30px;
	display:none;
}

.growleft {
	position:absolute;
	right:180px;
	margin-top:-30px;
	height:30px;
	display:none;
}

.growleft .navtab {
	width:110px;
}

.growright {
	position:absolute;
	left:180px;
	margin-top:-30px;
	height:30px;
	display:none;
}

.growright .navtab {
	width:110px;
}

.navtab a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:20px;
	padding-top:10px;
	width:100%;
	font-weight:bold;
}

.navtab a:hover {
	text-decoration:underline;
}

div.orientation {
	margin:0px;
	padding:10px;
	background-color:#3366ff;
	text-align:center;
}

div.orientation a {
	display:inline;
	margin:5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

div.imgSpace {
	height:500px;
	width:800px;
	margin:10px auto;
}

div.imgSpace img {
	margin:0px auto;
}

div.thumbs {
	position:absolute;
	bottom:10px;
	left:25px;
	overflow:auto;
	width:830px;
	border:solid 1px #789;
	padding:5px;
	padding-right:10px;
	background-color:#fff;
}

div.thumbs img {
	margin:5px;
	border:solid 1px #000;
	cursor:pointer;
}

div.wide {
	width:800px;
	margin:10px auto;
}

div.box {
	width:400px;
	margin:15px 20px;
}

.activeSub {
	color:#000;
	cursor:default;
	text-decoration:none;
}

img.derive {
	margin:7px auto;
	border:solid 10px #000;
}

.point {
	cursor:pointer;
}

.left {
	float:left;
}

.right {
	float:right;
}

.centerMe {
	margin-left:auto;
	margin-right:auto;
}

.w200 {
	width:200px;
}

.w300 {
	width:300px;
}

.w400 {
	width:400px;
}

.whitetxt {
	color:#fff;
}

.bluetxt {
	color:#3366ff;
}

.bg0 {
	background-color:#000;
}

.bg222 {
	background-color:#222;
}

.p10 {
	padding:10px;
}

.p0 {
	padding:0px;
}

.m0 {
	margin:0px;
}

.mt0 {
	margin-top:0px;
}

.ml0 {
	margin-left:0px;
}

.ml10 {
	margin-left:10px;
}

.m10 {
	margin:10px;
}
