* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/back_all.gif) 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;
}

/* Header */

#header {
	width: 100%;
	height: 179px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 16px;
}


/** MENU */

#menu {
	background: url(images/img3.jpg) repeat-x;
	width: 100%;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/button1.png) no-repeat center 25%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/button2.png);
	color: #FFFFFF;
}



/* Footer */

#footer {
	background: url(images/img3.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}
