/** Main Stylesheet **/

xbody {margin: 0; padding: 0; border: 0; height: 100%; max-height: 100%; max-width:1152px; background-color: #000000;}	/* got rid of max-width */
body {margin: 0; padding: 0; border: 0; height: 100%; max-height: 100%; background-color: #000000;}


#framecontentLeft {
	z-index:9;
	position: absolute; top: 0; left: 0;
	width: 190px; height: 100%;
	overflow: visible;
/**	overflow: hidden; **/
	background: #000000 url(../images/britestar_01.jpg) no-repeat;	
	}	
	
#framecontentTopBG {
	width: 100%; height: 350px;
	background: #000000 url(../images/britestarBG.jpg) repeat-x;
	}

#framecontentTop {
	position: absolute; top: 0; left: 190px; right: 0;
	width: auto; height: 350px;
	background: url(../images/britestar_02.jpg) no-repeat;
	}	
	
#framecontentTop h1{font-size:1.5em; margin:125px 0 0 50px; color:#ffffff; letter-spacing:5px; font-weight:normal;}	

#maincontent {
	position: fixed; left: 200px; top: 235px; right: 0; bottom: 0;
	overflow: auto;
	background-color: #000000;
	text-align:left;
	}	

* html body{padding: 230px 0 0 200px;}
* html #maincontent{height: 100%; width: 100%;}
* html #framecontentTop{width: 100%;}


/************ Styles *******************/

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, ul, li, ol, p, pre, table, td, th, tr {
	letter-spacing: 1px; color: #99CCFF; font: 100%/1.4em verdana, arial, helvetica, sans-serif; 
	}
	
.maintext {margin: -5px 10px 20px 0; font-size: 0.8em;}

.subtitle {
	margin:0 20px 2px 0;
	text-align:center;
	line-height: 1em;
	}
.subtitle h2 {	
	margin:0;
	}

h1, h2, h3, h4, h5, h6 {margin: 0; font-weight:bold; color:#ffffff; line-height: 2em;}

h1 {font-size: 1.4em;}

h2 {font-size: 1.3em; margin-top: 20px;}

h3 {font-size: 1.2em; margin-top: 40px;}

h4,h4,h6 {font-size: 1em;color: #fff;margin-top: 20px;}

hr {clear:both; border:0; height:1px; color:#e48f91; background-color:#e48f91;margin: 0;}

.newsbox{color: #a33f00;background: #dab299 url(images/newsbox.gif) repeat-x;padding: 10px;}

.newsfooter{background: url(images/arrow.gif) 20px 0 no-repeat;padding-left: 60px;padding-top: 1px;margin-bottom: 2em;font-size: 90%;color: #fff;}

.imageLeft {float: left;margin: 6px 10px 6px 0;}

.imageRight {float: right;margin: 6px 0 6px 10px;}

.list{margin-left: 15px;padding-left: 0;list-style: none;}

.list li{padding-left: 15px;background: url(images/list.gif) no-repeat 0% 5px;}

.photoframe {
	padding:5px;
	border: 1px solid #333333;
	background-color:#ffffff;
	margin:5px;
}

.photocaption {
	font-weight: bold;
}

.center {
	text-align:center;
	margin:0 20px 0 0;
	}
	
.photos {
	margin-left:0;
	text-align:center;
}


/************ Navigation *******************/

a:link, a:visited, a:active {color: #99CCFF; text-decoration: underline; outline: none;}
a:hover {color: #ffffff; text-decoration: none;}


/************ Footer ************************/

#footer { margin: 35px 0px 10px 0px; padding-top: 10px;}
.footer {
	font-size: 0.7em; 
	text-align: center; 
	border-top: 1px solid #666666; 
	color:#99CCFF;
}	
.footer a {
	text-decoration:none;
	}
.footer a:link, .footer a:visited {
    color:#99CCFF;
	}
.footer a:hover {
    color:#ffffff;
	text-decoration:underline;
	}
.footer a:active {
    color:#cccccc;
	text-decoration:underline;	
	}


/************ Validation *******************/

div.validators, div.validators a {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	text-align:center;
	padding:5px 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#999999;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#cccccc;
    text-decoration: none;
	}	