html {margin-top:0; margin:0; padding:0}

#wrapper {
	background: #fff;
	width:75%; 
	min-width: 650px;
	max-width: 1000px;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0px; 
	border:0px; 
	}
#textWrap{
	max-width: 650px;
	padding-bottom:100px;
	margin-left:auto; 
	margin-right:auto; 
	}
	
#navTabs {
	width:75%; 
	min-width: 650px;
	max-width: 1000px;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0px; 
	border:0px; 
	}

body {
	margin: 0;
	padding: 0;
	border: 0;
	min-width:800px; 
	color:#02829d; 
	font:100.01%/1.1 "Lucida Sans", Arial, "Times New Roman", Times, sans-serif; 
	background-image:url('images/bg.png');
} 

#header,#content,#footer {
	overflow:hidden; 
	display:inline-block;
	}

/* safari and opera need this */

#header,#footer  {
	width:100%; 
	}
	
#center	{
	margin:0 auto;
	}

#header {
	background-image:url('images/headerBG2.png'); 
	background-repeat:repeat-x; 
	height:100px;
	}

#content {
	width:100%; 
	display:block; 
	min-height:500px; 
	text-indent:20px; 
	float:left; 
	background: #fff; 
	padding-top: 30px; 
	/*padding-left: 10px; */
	border:0px;
	position:relative;
	top: 0px;
	}

#expandCollapse{
float:right;
padding-right: 20px;
	}

#aboutContent{
	margin-left:auto; 
	margin-right:auto; 
	width:600px;
	padding:20px;
	background-image:url('images/car.png'); 
	background-repeat:no-repeat;
	}

#contactContent{
	width:620px;
	padding:20px;
	background-image:url('images/sidePic.jpg');
	background-repeat:no-repeat;
	}	
	
#footer {
	clear:left; 
	display:inline-block; 
	text-align:center; 
	background-image:url('images/footerBG.png'); 
	background-repeat:repeat-x; 
	margin:0;
	padding:0px; 
	border:0px;
	height: 60px;
	}

#mainScroll {
	min-height: 400px;
	min-width: 675px;
	width: 85%; 
	border: 1px #a2adde;
	padding: 8px;
	padding-bottom:400px;
	position: relative;
	top: 0;  
	right: 0;  
	margin: 0 auto;
	}

#title {
	/*padding-left: 30px; */
	font-weight: bold; 
	background-image:url(images/obg.png); 
	background-repeat:repeat-y; 
	text-indent:20px;
	}

#date {
	text-indent:100px; 
	font-weight: bold; 
	}

#genHeader, #portHeader, h1 {
	text-align: center;
	font-size: 155%; 
	font-weight: bold; 
	color:#eb7926;
	}

#genHeader, #portHeader, h1, #secondaryPort, #software{
	background-image:url(images/gbgM.png);
	background-position: top center;
	background-repeat: repeat-y;
	}
	
#secondaryPort{
	font-size: 115%; 
	text-align: center; 
	font-weight: bold; 
	}

#software {
	font-size: 90%; 
	text-align: center; 
	color:#eb7926
	}

#flashLeft{
	position:relative;
	left: 0px;
	top:-50px;
	}

#framecontent{
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	min-height: 20px; /*Height of frame div*/
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background-image:url('images/transBlkBG.png');
	position:fixed;	
	}

#disclaimer{
	font-size: 70%;
}
	
ol {margin:8px 0 0 10px}
ol li {display:inline; padding-left:9px; padding-right:9px}
p {margin:10px}
A:link { text-decoration:none;
color:#526b7a}
h2 {color:#eb7926}
A:visited { text-decoration:none;
color:#BBBBBB}
A:hover {text-decoration:underline overline; color:#CCCCCC}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
a img {border: none; border-width: 0px; padding:0px}

img.thumb {
	padding-right:5px;
	}
img.floatLeft { 
    float: left; 
    margin: 10px; 
	}

img.floatRight { 
    float: right; 
    margin: 4px; 
	}
img.bottomRight {
	float:right;
	position: relative;
	top:35px;
	bottom: 3px;
	z-index: 3;
	}
img.nameImage {
	z-index: 2;
	float:left;
	position: absolute;
	left:12.5%;
	}

* html body{ /*IE6 hack*/
	padding: 0 0 160px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
	}

