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: 750px;
	background-color: #120441;	
}

a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}
a:hover {
	font-weight: bold; 	
	color: white;
	/*background-color: white;*/
}
a:active {
	font-weight: bold;
	color: gray;
}

.container {
	position: absolute;
	width: 750px;
	height: 481px;
}

.menubar {
	position: absolute;
	height: 76px;
	width: 750px;
	background-color: #ffffff;
}

#nb1 { width: 208; height: 76; border: 0; margin: 0; padding: 0;}
#nb2 { width: 75; height: 76; border: 0; margin: 0; padding: 0;}
#nb3 { width: 63; height: 76; border: 0; margin: 0; padding: 0;}
#nb4 { width: 58; height: 76; border: 0; margin: 0; padding: 0;}
#nb5 { width: 81; height: 76; border: 0; margin: 0; padding: 0;}
#nb6 { width: 61; height: 76; border: 0; margin: 0; padding: 0;}
#nb7 { width: 72; height: 76; border: 0; margin: 0; padding: 0;}
#nb8 { width: 67; height: 76; border: 0; margin: 0; padding: 0;}
#nb9 { width: 65; height: 76; border: 0; margin: 0; padding: 0;}

.bubblegirl{
	position: absolute;
	top: 77px;
	left: 0;
	width: 208px;
	height: 405px;
}

.regularTitleBar {
	position: absolute;
	left: 208px;
	top: 77px;
	width: 542px;
	height: 50px;
	/*background-color: #180548;*/	
	background: url(../images/800/titleBarXparent.jpg) no-repeat scroll 0%; 
	text-align: right;
	overflow: hidden;
	z-index: 3;
}

.contactTitleBar {
	position: absolute;
	left: 208px;
	top: 77px;
	width: 542px;
	height: 50px;
	background-color: #180548;	
	text-align: right;
	overflow: visible;
	z-index: 3;
}

.restTitleBar {
	position: absolute;
	left: 208px;
	top: 77px;
	width: 542px;
	height: 50px;
	background: url(../images/800/restTitleBackground.jpg) no-repeat scroll 0%; 
	background-color: #180548;	
	text-align: right;
	overflow: visible;
	z-index: 3;
}

.photoTitleBar {
	position: absolute;
	top: 77px;
	width: 750px;
	height: 50px;
	background-color: #180548;	
	text-align: right;
	overflow: hidden;
	z-index: 3;
}

.titleText {
	position: relative; 
	right: 10px;
	top: 3px;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 3em;
	vertical-align: middle;
	color: #8C82A4;
	/*color: red;*/
	padding: 3px;
}

.subTitle {
	color: #E2DBF1;
	font-size: 1.1em;
}
.regularBK {
	position: absolute;
	left: 208px;
	top: 127px;
	width: 542px;
	height: 355px;
	z-index: 2;
	/*background: #180548;*/	
}

.regularBK2 {
	position: absolute;
	left: 208px;
	top: 77px;
	width: 542px;
	height: 405px;
	z-index: 2;
	/*background: #180548;*/	
}

.hidden {
	visibility: hidden;
}

.sizePicker {
	position: absolute;
	left: 185px;
	bottom: 3px;
	z-index: 5;
}
.sizePicker A {
	color: white;
	font-weight: bold;
}

.sizePickerG {
	left: 15px;
}

/* generic is used for holding pages*/
.generic {
	/*background: url(../images/800/eventsBox1.jpg) no-repeat scroll 0%;*/ 
	position: absolute;
	left: 255px;
	top: 171px; 
	height: 74px; 
	width: 448px;
	z-index: 3;
	color: red;
	font-size: 2em;
	text-align: center;	
	padding-top: 10px;
}

.genericText (
	margin-top: 15px;
	padding: 15px;
}

.genericBox {
	background: url(../images/800/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;

*/
