﻿body
	{
		background-image: URL(images/bgd.jpg);
		background-repeat: repeat-x;
		background-color: White; 
		text-align: center; 
		font-family: Verdana; 
		font-size: smaller; 
		color: Black; 
		margin: 0 auto 
	}
.bgd
	{ 
		background-color: White; 
		width: 950px; 
		height: auto; 
		left: 50%; 
		right: 50%; 
		display: table; 
		margin: 0 auto;
		margin-top: 25px;  
		text-align: left;   
	}

.hdr
	{ 
		width: 950px; 
		height: 150px;
		border-bottom: Solid 1px Black; 
	}

.menubutton
	{
		background-color: White;
		color: Black;
		width: 135px;
		height: 20px;
		padding-top: 5px;
		border-bottom: Solid 1px Black;
		text-align: center;   
		float: left;
	}

.menubutton:hover
	{
		background-color: Silver;
		color: White;
	}

a
	{
		color: Black;
	}	 
