body {
	background-image: url('Images/Starfield.gif');
	color: #ffffff;	
	text-align: center;
}

a:link {
	color: #0099FF;
}

a:visited {
	color: #5961FF;
}

a:hover {
	color: #33CCFF;
}

a:active {
	color: #00BA00;
}

.body {	
	
	margin: 0px auto 0px auto;
	width: 1000px;	
}

#MenuContainer {
	
	text-align: center;
	width:100%;
	margin: 0 auto 0 auto;
	/*left: 65px;
	height: 125px;
	
	/*
	border: medium inset crimson;
	text-align: center;
	background-color: DarkRed;
	*/
	font-family: verdana;
	font-size: smaller;
}

.button {
	cursor: pointer;
}

#wingTAO {

	position: relative;
	float: left;
	top: -35px;
	left: 15px;
	margin: 0 auto 0 auto;
	text-align: center;
	cursor: pointer;
}

.taoHome {
	position: relative;
	top: 45px;
	visibility: hidden;
	font-weight: bolder;
	color: Gold;
	font-size: x-small;	
}

.taoHome-hover {
	position: relative;
	top: 45px;
	visibility: visible;
	font-weight: bolder;
	color: Gold;
	font-size: x-small;
}

.head  {
	text-align: center;
	font-weight: bolder;
	color: Gold;
	font-size: x-large;
}

img.switchPic {
	
	width: 200px;
	height: 200px;
	padding: 4px;
	
	cursor: pointer;
}

#menuBarLeft {
	
	position: relative;
	float: left;
	top: 25px;
	/*height: 26px;*/
	width: 408px;
	margin: 0 auto 0 auto;
	/*border: medium inset SteelBlue;*/
	text-align: center;
	/*background-color: Indigo;*/
	
	opacity: 0.9;
	filter: alpha(opacity=90);

}

#menuBarRight {

	position: relative;
	float: right;
	top: 25px;
	/*height: 26px;*/
	width: 408px;
	margin: 0 auto 0 auto;
	/*border: medium inset SteelBlue;*/
	text-align: center;
	/*background-color: Indigo;*/
	
	opacity: 0.9;
	filter: alpha(opacity=90);

}

#coin { width: 111px; }
#booklet { width: 136px; }
#store { width: 124px; }
#legacy { width: 173px; }
#links { width: 65px }
#contact { width: 146px; }

.shiftUp-50 {
	
	position: relative;
	top: -50px;

}

.shiftUp-25 {
	
	position: relative;
	top: -25px;

}

#blogLabel {
	position: relative;
	top: 15px;
	
	color: Gold;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.boldText {
	font-weight: bold;
}

#page1, #page2, #page3, #page4, #page5, 
#page6, #page7, #page8, #page9, #page10, 
#page11, #page12, #page13, #page14, #page15, 
#page16, #page17, #page18, #page19, #page20 {
	float: left;
	height: 736px;
	border: groove silver 1px;
	margin: 0 0 0 0;
}

/*
#page2, #page3, #page4, #page5, 
#page6, #page7, #page8, #page9, #page10, 
#page11, #page12, #page13, #page14, #page15, 
#page16, #page17, #page18, #page19, #page20 {
	width: 0px;	
}
*/








