body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: white;
	background-color: #120441;
	margin: 0;
	padding: 0;	
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: white;	
}

#tContainer {
	table-layout: fixed;
	border-collapse: collapse; /*default value, can ignore border-spacing unless this is 'separate'*/
	width: 975px;
	background-color: #120441;	
}

a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	font-weight: bold; 	
	color: white;
}

a:active {
	font-weight: bold;
	color: gray;
}

.container {
	position: absolute;
	width: 975px;
	height: 626px;
}

.menubar {
	position: absolute;
	top: 0;
	height: 99px;
	width: 975px;
	background-color: #120441;
	border: 0;
	margin: 0;
	padding: 0;
}

#nb1 { width: 270; height: 99; border: 0; margin: 0; padding: 0;}
#nb2 { width: 97; height: 99; border: 0; margin: 0; padding: 0;}
#nb3 { width: 82; height: 99; border: 0; margin: 0; padding: 0;}
#nb4 { width: 76; height: 99; border: 0; margin: 0; padding: 0;}
#nb5 { width: 109; height: 99; border: 0; margin: 0; padding: 0;}
#nb6 { width: 77; height: 99; border: 0; margin: 0; padding: 0;}
#nb7 { width: 91; height: 99; border: 0; margin: 0; padding: 0;}
#nb8 { width: 79; height: 99; border: 0; margin: 0; padding: 0;}
#nb9 { width: 94; height: 99; border: 0; margin: 0; padding: 0;}

.bubblegirl {
	position: absolute;
	top: 102px;
	left: 0;
	width: 257px;
	height: 524px;
	margin: 0;
}

.regularBK {
	position: absolute;
	left: 257px;
	top: 168px;
	width: 718px;
	height: 458px;
	z-index: 1;
	/*background: #180548;*/	
}

.regularBK2 {
	position: absolute;
	left: 257px;
	top: 102px;
	width: 718px;
	height: 524px;
	z-index: 1;
	/*background: #180548;*/	
}

.regularTitleBar {
	position: absolute;
	left: 257px;
	top: 102px;
	width: 718px;
	height: 65px;
	/*background-color: #180548;*/	
	background: url(../images/1024/titleBarXparent.jpg) no-repeat scroll 0%; 
	text-align: right;
	overflow: hidden;
	z-index: 2;
}

.contactTitleBar {
	position: absolute;
	left: 257px;
	top: 102px;
	width: 718px;
	height: 65px;
	background-color: #180548;	
	text-align: right;
	overflow: visible;
	z-index: 2;
}

.photoTitleBar {
	position: absolute;
	top: 102px;
	width: 975px;
	height: 65px;
	background-color: #180548;	
	text-align: right;
	overflow: hidden;
	z-index: 2;
}

.titleText {
	position: relative; 
	right: 15px;
	top: 12px;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 3.6em;
	/*letter-spacing: .2em;
	vertical-align: middle;*/
	color: #8C82A4;
	padding: 3px;
}

.subTitle {
	color: #E2DBF1;
	font-size: 1.1em;
}

.hidden {
	visibility: hidden;
}

.sizePicker {
	position: absolute;
	left: 260px;
	bottom: 5px;
	z-index: 5;
}

.sizePicker A {
	color: white;
	font-weight: bold;
}

.sizePickerG {
	left: 15px;
}

/* generic is used for holding pages*/
.generic {
	/* */
	position: absolute;
	left: 332px;
	top: 180px; 
	height: 87px; 
	width: 582px;
	z-index: 2;
	color: red;
	font-size: 2em;
	text-align: center;	
	padding-top: 10px;
}

.genericText (
	margin-top: 15px;
	padding: 15px;
}

.genericBox{
	background: url(../images/1024/eventsBox1.jpg) no-repeat scroll 0%;
}
/* NOTES:
http://mrclay.org/web_design/centered_image/
http://css-discuss.incutio.com/?page=CssRollovers
- any floated element must have a width
top right bottom left
div#menu a:hover { menu style }
document.getElementById('tobechanged').style.left = 200;

*/