@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../ags_images/blue_bg.gif);
	background-repeat: repeat;
}

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
		font-size: .7em;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border: solid 1px white;
	background: #FFF;
	font-size: .7em;
background-color: #fafafa;
}

#header {
	min-height: 103px;
	background-image: url(../ags_images/header_fp.gif);
}

#header img#catalog_splash {
	position: absolute;
	margin-left: 540px;
	margin-top: 13px;
	border: 0px;
}
#header img#quote_splash {
	position: absolute;
	margin-left: 156px;
	margin-top: 68px;
	border: 0px;
}

#nav ul{
	z-index: 100;
}

#content {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 750px;
	min-height: 330px;

}

.subFooter {
width: 750px;
background-color: #fafafa;
margin-bottom: 18px;
}

.left {
float: left;	
}
.clear {
clear: both;	
}
#footer {
	width: 750px;
	height: 90px;
	background-image: url(../ags_images/bottom_bar_final.jpg);
}

.button img {
	border: none;
}

#footer img {
	margin-left: 500px;
	margin-top: 25px;
}

#cf_text {
	position: absolute;
	margin-left: 200px;
	margin-top: 1px;
	font-size: .7em;
}

#gutter_text {
	position: absolute;
	margin-left: 200px;
	font-size: .7em;
}

#freestanding_text {
	position: absolute;
	margin-left: 200px;
	font-size: .7em;
}

#educational_text {
	position: absolute;
	margin-left: 200px;
	font-size: .7em;
}

#hobby_text {
	position: absolute;
	margin-left: 200px;
	font-size: .7em;
}

#maincontent {
	position: absolute;
	margin-left: 200px;
	font-size: .7em;
}
.subFooter p {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
text-align: center; 
padding: 10px 10px 0 0;
}
.subFooter a {
	font-size: 1em;
	color: #336600;
	font-weight: bold;
}
.subFooter a:link {
	text-decoration: none;
}
.subFooter a:visited {
	text-decoration: none;
	color: #006633;
}
.subFooter a:hover {
	text-decoration: none;
	color: #FFCC33;
}
.subFooter a:active {
	text-decoration: none;
	color: #FFFFCC;
}