a:link {
	color: #3399FF;
}

a:hover {
	text-decoration: underline;
	color: #3399FF;
}

a:visited {
	color: #3399FF;
}

*
{
border: 0;
margin: 0;
}

body {
	background-attachment: fixed;
	background-image: url(images/bckgrnd.gif);
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font: 15px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}


#main
{
margin: 0 auto;
width: 778px;
background: #ffffff url(images/pgheader.jpg) no-repeat center top;
}

#header
{
width: 763px;
margin: 0 auto;
height: 390px;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 120px;
height: 200px;
}

#buttons
{
padding-top: 33px;
height: 40px;
width: 763px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 125px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-top: 13px;
	margin-left: 12px;

}

#buttons a:hover {
	width: 125px;
	height: 36px;
	text-decoration: underline;
	color: #36F;
}

#content
{
width: 720px;
margin: 0 auto;
padding: 20px;
}

#footer
{
	background: url(images/footer.gif);
	height: 50px;
	width: 763px;
	margin: 0 auto;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 23px;
	text-align: center;
	border-bottom: 7px solid #FFFFFF;
}

