/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html{
width: 100%;


}



body {
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	background:url(../images/repeat.jpg) repeat-x;
}


#floater {
	position:relative;
	margin: 0 auto 0 auto;
	width: 760px;
	}



/*
------------------------------------------------------
Header / Navigation
------------------------------------------------------
*/

#nav {

	background:url(../images/nav_bg.gif) no-repeat;
	width: 750px;
	height: 22px;
}

.nav {
	display:inline;
	float:left;
	z-index:auto;
}


/*
------------------------------------------------------
Content
------------------------------------------------------
*/
 #main {
 	background:url(../images/flash_bg.jpg);
	width: 750px;
	height: 287px;

 }
 .mainflash {
 	float: left;
	position:absolute;
	left: 0px;
	top: 22px;
	width:750px;
	height:167px;
	z-index:auto;
 	}
 
 .homewelcome{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bolder;
	color: #000000;
 	float: left;
	position:absolute;
	left: 636px;
	top: 309px;
	width:112px;
	height:20px;
	z-index:auto;
	}
 

	
/*
------------------------------------------------------
Footer
------------------------------------------------------
*/

#footer {

	background:url(../images/bottom_bg.gif);	
	height: 157px;
	width: 750px;	
}

.vivid {
	float: left;
	position:absolute;
	left: 640px;
	top: 500px;
	width:96px;
	height:25px;
	z-index:auto;
	}
	
.footertext {
	float: left;
	position:absolute;
	left: 0px;
	top: 500px;
	width:500px;
	height:25px;
	z-index:auto;
	
	}

.bodycopy {
	float: left;
	position:absolute;
	left: 321px;
	top: 360px;
	width:420px;
	height:70px;
	z-index:auto;
	}

.salterlogo {
	float: left;
	position:absolute;
	left: 70px;
	top: 343px;
	width:236px;
	height:64px;
	z-index:auto;
	}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #ffffff; 
	text-decoration : none; 
}
A:visited  { 
	color: #ffffff; 
	text-decoration : none; 
}
A:Active   { 
	color: #ffffff; 
	text-decoration : none; 
}
A:Hover    {
	color: #ffffff;
	text-decoration : underline;
}

a.botlink:link {color:#666666;}
a.botlink:visited {color:#666666;}
a.botlink:hover {color: #666666; text-decoration:underline;}
a.botlink:active {color: #666666;}


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	border: none 0;
	border-top: 1px solid #dashed;
	width: 100%;
	height: 1px;
}

hr.sponsors {
	border: none 0;
	border-top: 1px dotted #dashed;
	width: 300px;
	height: 1px;
	text-align:left;
}
