/*
*McKinney Guild Style
*
*/



#nav
{
	position: absolute;
	margin-left:10px;
	margin-top: 150px;
	padding-left:10px;
	padding-right:10px;
	left: 0px;
	top: 0px;
	width: 7px;
}

#main
{
	margin-top: 20px;
	margin-left: 145px;
	margin-right: 2em;
}

#growheader  {  background-repeat: no-repeat; background-attachment: scroll;                height: 163px; margin-left: 145px; margin-top: 20px;                background-position: 0% }a.menu
{
	display: block;
	color: black;
	background-color: #ffd700;
	width: 108px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

a.menu:hover
{
	background-color: #ffd700;
	color: rgb(185, 134, 11);
}

