/* css by curtis griffin @ griffin insight.com */


/* LINKS */

a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:#ff0000; text-decoration:underline }
a:active { color:#000000; text-decoration:none }


a.foot:link { color:#666666; text-decoration:none; font-size:0.9em; }
a.foot:visited { color:#666666; text-decoration:none }
a.foot:hover { color:#ff0000; text-decoration:underline }
a.foot:active { color:#666666; text-decoration:none }


/* B_GROUND_CONTROL */

.home { background-image:url(../ac_site_img/bigback_home.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.events { background-image:url(../ac_site_img/bigback_events.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.members { background-image:url(../ac_site_img/bigback_members.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.about { background-image:url(../ac_site_img/bigback_about.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.contact { background-image:url(../ac_site_img/bigback_contact.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }
.gallery { background-image:url(../ac_site_img/bigback_gallery.jpg); background-attachment: fixed; background-repeat:no-repeat; background-position: center center; }


/* CUSTOM CLASSES */

.heady { font-size: 1.5em; }
.red { color: #ff0000; }

/* DIV STYLES */

body { 
	background-color:#ffffff;
	font-family: "trebuchet ms",tahoma,sans-serif;
	color:#333333;
	font-size: 0.9em;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}


#wrapper { 
	width: 800px;
	background-image:url(../ac_site_img/main_back.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	border:0px solid #333333;
}

#header { 
	width: 800px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid #333333;
}

#content { 
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid #333333;
}

#sub_content { 
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	border:0px solid #333333;
}

#gall_content { 
	width: 760px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	border:0px solid #333333;
}

#gall_bottom { 
	width: 760px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
}

#bottom_gall_wrap {
	width: 760px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ff0000;
}

#bottom_gall_txt { 
	width: 635px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
	text-align: left;
	float: left;
}

#bottom_gall_google { 
	width:125px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
	float: right;
}

#footer { 
	width: 800px;
	height: 20px;
	background-image:url(../ac_site_img/foot_back.png);
	color:#666666;
	font-size: 0.7em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid #ffffff;
	clear: both;
}














