﻿html {
scrollbar-base-color:#f00000;
}


/*sets the background and font info*/
body {
	background-image:url('images/Bubble3.png');
	color: #6A0000;
	font-family: Georgia;
	background-attachment: fixed;	
	
}
/*makes the navigation column*/
#leftnav {
	background-image: url('images/fade.png');
	float: left;
	margin: 0px;
	padding-left: 1em;
	padding-right: 1px;
	width: 275px;
	background-repeat: repeat-y;
}
/*makes the content column*/
#content {
 
	margin-left: 168px;  
	padding-left: 4em; 
	padding-right: 4em;
}
/*sets the link changes*/
a:link {
	color: #6A0000;	text-decoration: none;
}
a:visited {
	color: blue; text-decoration: none;
}
a:hover {
	color: orange; text-transform: uppercase; text-decoration: underline;
}
a:active {
	color: blue; text-decoration: overline; 
} 
/*highlights the link of the page your on*/
body#home a#nav-home,
body#pictures a#nav-pictures,
body#standard a#nav-standard,
body#ninty a#nav-ninty,
body#fourty a#nav-fourty,
body#top a#nav-top,
body#tblock a#nav-tblock,
body#specs a#nav-specs,
body#rebar a#nav-rebar,
body#superseal a#nav-superseal,
body#final a#nav-final
{
	color: green;
	text-decoration: underline overline;
}