body {
	background: #fff;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
	font: 1em "Myriad Pro", "Trebuchet MS", 'Arial', 'Verdana';
	color: #333;
	background: white url('../images/background.png') fixed;

}

#page {
	width: 790px;
	margin: 0 auto;
	text-align: center;
}

#top {
  	background: url('../images/background-shadow-top.png') no-repeat bottom left;
  	height: 27px;
  	color: white;
  	font-size: 70%;
  	font-weight: bold;
  	position: relative;
  	padding: 0 30px 0 30px;
}

#middle {
  	background: url('../images/background-shadow-middle.png');
}

#bottom {
  	background: url('../images/background-shadow-bottom.png') no-repeat top left;
  	height: 27px;
  	padding: 20px 0 30px 0;
  	font-size: 75%;
  	color: #202e31;
  	font-weight: bold;
}

#header {
  	padding: 0;
  	margin: 0;
	height: 170px;
	background: url('../images/background-header.jpg') no-repeat top left;
	text-align: left;
}

#main {
  	padding: 0 21px 0 20px;
}

#menu {
  	height: 29px;
  	background: url('../images/background-menu.jpg') repeat-x;
	padding: 0 0 0 15px;
}

#content {
  	background: url('../images/background-content.png') repeat-x;
  	padding: 30px 45px 40px 45px;
  	text-align: left;
  	font-size: 80%;
}

#footer {
  	
  	background: #202e31;
  	padding: 16px 10px 10px 10px;
  	font-size: 70%;
  	color: #999;
  	text-align: center;
  	clear: both;
  	font-weight: bold;

}

#menu ul { 
  	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li {
  	display: inline-block; 
  	float: left;
	padding: 0;
	list-style: none; 
	text-align: center; 
	white-space: nowrap;
} 

#menu a {
  	padding: 5px 6px 0 4px;
	text-decoration: none;
	color: white;
	display: block; 
	float: left;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;	
}

#menu a:hover {
	background: url('../images/background-menu-hover.jpg') no-repeat top center;
}

#content h1 {
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

#content h2 {
  	font-size: 120%;
  	font-weight: bold;
  	margin: 15px 0 -15px 0;
  	padding: 0;
} 

a {
  	color: #333;
  	text-decoration: none
}

a:hover {
  	color: #cfaf00;
  	text-decoration: underline;
}

