* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bgall.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}
.heading {
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
}

#main
{
width: 1000px;
margin: 0 auto;
background: url(images/header.gif) no-repeat top;
border-left: 10px solid #000000;
border-right: 10px solid #000000;
}

/* Header */

#header {
	width: 100%;
	height: 255px;
	margin: 0 auto;
	background: url(images/header.gif) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #EA8616;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 16px;
}


/** MENU */

#menu {
height: 84px;
padding-top: 30px;
padding-left: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 161px;
	height: 25px;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background: url(images/button.png) no-repeat;
}

#menu a:hover {
	background: url(images/button_r.png) no-repeat;
}



/* Footer */

#footer {
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #ffffff;
}

