body {
	margin: 0;
	padding: 0;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	background-image: url(images/background.jpg);
	background-position: top;
	text-align: center;
    background-repeat: no-repeat;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
	font-weight: normal;
}

a {
	color: #F18101;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #9a9797;	
}

h3 {
	font-size: 14px;
	text-align: left;
	color: #F18101;
}

h4 {
	color: #F18101;
	font-size: 14px;
	text-align: left;
	font-weight:normal;
}

h5 {
	color: #9a9797;
	font-size: 14px;
	text-align: center;
	font-weight:normal;
}

#header {
	width:980px;
	height:256px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#menu {
	width: 149px;
	height: 316 px;
	float:left;
}

/* Content */

#content {
	float: right;
	width: 800px;
	padding-top: 10px;
	padding-left: 20px;
}




/* Footer */

#footer {
	clear: both;
	height: 25px;
	width: 980px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
}

#footer a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
}

