a {outline: none; text-decoration: none;}
img {outline:none; border: 0px;}

a:link {color: #929292}
a:visited {color: #929292}
a:hover {color: #F72424}
a:active {color: #F72424}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/*==================================
 top divs - hold starLogo and headline divs
 two divs for each section for page centering
====================================*/

div.topPercent {
	background-color: #FFFFFF;
	width: 100%;
	height: 100px;
}
div.topFixed {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

div.starLogo {
	width: 75px;
	height: 75px;
	position: relative;
	float: left;
	left: 50px;
	top: 16px;
}
div.headline {
	width: 210px;
	height: 40px;
	position: relative;
	float:left;
	left: 478px;
	top: 60px;
}

/*================================
mid divs hold nav and mainImage divs
==================================*/

div.midPercent {
	background-color: #434343;
	width: 100%;
	height: 552px;
	text-align: center;
}
div.midFixed {
	width: 800px;
	height: 552px;
	margin: 0 auto;
	text-align: center;
}

/*Outside, Middle and Inside divs for vertical centering*/
div.navOutside {
	display: table;
	position: relative;
 	overflow: hidden;
	height: 552px;
	width: 85px;
	float: left;
}
div.navMiddle{
	display: table-cell;
 	position: absolute;
 	top: 475px;
	left: 26px;
	height: 33px;
	width: 33px;
 	vertical-align: bottom;
}

div.pageNumberOutside{
	display: table;
	position: relative;
	height: 552px;
	width: 190px;
	float: left;
	vertical-align: bottom;
	font: normal normal normal 18px/17px "Arial Narrow" arial, san-serif;
	letter-spacing: 0px;
}

div.pageNumberInside{
	display: table-cell;
 	position: absolute;
 	top: 350px;
	left: 126px;
 	vertical-align: bottom;
}

/*blank div for removing navigation link*/
div.blank{
	background-color: #434343;
	height: 33px;
	width: 33px;
	margin: 0 auto;
}

/*navInside div contains background color change for transparent gif rollover*/
div.navInside{
	background-color: #A1A1A1;
	height: 33px;
	width: 33px;
	margin: 0 auto;
}
div.navInside a {
	display: block;
	background-color: #A1A1A1;
	height: 33px;
	width: 33px;
}
div.navInside a:hover {background-color: #F72424}

div.mainImageHolder{
	height: 500px;
	width: 375px;
	float: left;
	padding-top: 22px;
	text-align: center;
}

/*====================================
bottom divs hold copyright and bottomLink divs
======================================*/
div.bottomPercent {
	background-color: #FFFFFF;
	width: 100%;
	height: 45px;
}
div.bottomFixed {
	width: 800px;
	height: 45px;
	margin: 0 auto;
}

div.copyright {
	width: 168px;
	height: 20px;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	font: normal normal normal 10px arial, san-serif;
	color: #999999;
	text-align: right;
	margin-top: 5px;
}
div.bottomLink {
	width: 210px;
	height: 45px;
	position: relative;
	float: left;
	left: 385px;
	top: 0px;
}
