/*

-------------------- CSS for Main Template for GUMY Website-------------------

  Copyright-Bryan Waldron

  Author-Bryan Waldron-Waldron Digital Designs

                                               */



#container {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(Images/background2.png);
	background-color: #88B9EA;
	letter-spacing: .1em;



}

#mainContent {

	margin-bottom: 20px;

	color: #FFF;

}

a {

	text-decoration: none;

}

#header {

	background-image: url(Images/GUMYHeader2.png);

	border-bottom-style: none;

	height: 320px;

	background-repeat: no-repeat;

	position: relative;

}

#header p {

	font-size: 14px;

	text-decoration: underline;

	text-align: right;

	margin-right: 20px;

}

#header h1 {

	visibility: hidden;

}



#header  a {

	color: #FFF;

	text-decoration: underline;

	text-align: right;

}

#header ul {

	list-style-type: none;

	margin-top: 170px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 275px;

}



#header ul li {

	color: #fff;

	float: left;

	font-size: 17px;

	border-right-width: 1px;

	padding-right: 8px;

	padding-left: 15px;

	padding-top: 3px;

	padding-bottom: 3px;

	font-variant: normal;

	font-weight: bold;

}

#header ul li a {

	text-decoration: none;

}



#header a img {

	position: absolute;

	top: 50px;

	right: -20px;

}

#header ul li:hover {

	background-repeat: no-repeat;

	background-position: left center;

	font-weight: bold;

	background-image: url(Images/NavHover.png);

}







#footer {

	padding: 0px;

	color: #FFF;

	font-size: 12px;

	background-image: url(Images/footer.png);

	background-repeat: repeat-x;

	clear: both;

}





#footer p {

	margin: 0px;

	line-height: 0px;

	text-align: center;

	font-size: 12px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #CCBCB2;

}







#footer p strong {

	font-size: 14px;

	color: #FFF;

}





#footer p a {

	color: #FFF;

}

