body {
	background:url(../images/gradients/about.jpg) repeat-x fixed;
}

/* MENU 7 - ABOUT */

#menu7_container{
	position: relative;
	top:0px;
	left:0px;
	z-index: 5;
	width: 526px;
	height: 24px;
	margin: 0px;
	padding-left:10px;
}
#menu7_container ul{
	padding: 0px;
	top:0px;
	left:0px;
	z-index: 50;
	margin: 0px;
}
#menu7_container li, #menu7_spacer, #menu7_1, #menu7_2, #menu7_3, #menu7_4{
	position: relative;
	top:0px;
	left:0px;
	z-index: 50;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 24px;
}

#menu7_spacer, #menu7_1, #menu7_2, #menu7_3, #menu7_4{
	margin: 0px 0px 0px 0px;
}

#menu7_spacer { width: 14px; background: url(../images/menu/menu_about.gif) -54px 0px no-repeat  ;}
#menu7_1 { width: 54px; background: url(../images/menu/menu_about.gif) 0px 0px no-repeat  ;}
#menu7_2 { width: 53px; background: url(../images/menu/menu_about.gif) -68px 0px no-repeat  ;}
#menu7_3 { width: 46px; background: url(../images/menu/menu_about.gif) -135px 0px no-repeat  ;}
#menu7_4 { width: 81px; background: url(../images/menu/menu_about.gif) -195px 0px no-repeat  ;}

#menu7_1_o { width: 54px; background: url(../images/menu/menu_about.gif) -0px -24px no-repeat  ;}
#menu7_2_o { width: 53px; background: url(../images/menu/menu_about.gif) -68px -24px no-repeat  ;}
#menu7_3_o { width: 46px; background: url(../images/menu/menu_about.gif) -135px -24px no-repeat  ;}
#menu7_4_o { width: 81px; background: url(../images/menu/menu_about.gif) -195px -24px no-repeat  ;}

#menu7_1 a{ width: 54px; background: none;}
#menu7_2 a{ width: 53px; }
#menu7_3 a{ width: 46px; }
#menu7_4 a{ width: 81px; }

#menu7_1 a, #menu7_2 a, #menu7_3 a, #menu7_4 a{
	display: block;
	margin: 0px 0px 0px 0px;
	height: 24px;
}

#menu7_1 a:hover{ width: 54px; background: url(../images/menu/menu_about.gif) -0px -24px no-repeat  ;}
#menu7_2 a:hover{ width: 53px; background: url(../images/menu/menu_about.gif) -68px -24px no-repeat  ;}
#menu7_3 a:hover{ width: 46px; background: url(../images/menu/menu_about.gif) -135px -24px no-repeat  ;}
#menu7_4 a:hover{ width: 81px; background: url(../images/menu/menu_about.gif) -195px -24px no-repeat  ;}

#menu7_container a{
	padding: 0px;
	margin: 0px;
	display: block;
}

/* TEXT STUFF */

h3{
	color:#447B25;
}

h4, .headline, .bigquote {
	font-size:48px;
	line-height:48px;
	color:#447B25;
	letter-spacing:-1px;
}

.abouttext{
	color:#447B25;
}

/* LINK STUFF */

a:link, a:active, a:visited{
	color: #447B25;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#footerlinks a:link, #footerlinks a:active, #footerlinks a:visited{
	color:#447B25;
	font-weight:bold;
	text-decoration:none;
}

#footerlinks a:hover{
	text-decoration:underline;
}