
BODY {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}

H1.welcome {
	margin-left: -20px;
	margin-top: -20px;
}

H2 {
	padding-left: 35px;
	font-size:22px;
	text-transform:uppercase;
	color: #333;
	font-weight: lighter;
	
}

P {
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	width: 850px;
	margin: 0 auto;
	margin-bottom:18px;
}

SPAN.highlight {
	font-size: 22px;
	font-weight: lighter;
}

#header {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	background: url(images/header-bg.png) bottom center no-repeat;
}

#logo {
	width: 100%;
	height: 46px;
	background: url(images/logo-bg.jpg) top center repeat-x;
	text-align: center;
}

#content {
	width: 934px;
	margin: 0 auto;
	background: #EEEEEE url(images/content-bg.jpg) bottom center repeat-x;
	border: 8px solid #fff;
	border-top: none;
	padding-bottom:7px;
}

.slideshow {
	width: 900px;
	height: 112px;
	margin: 0 auto;
}

.button {
	text-align: center;
	padding-top:0px;
}

.button img {
	border: none;
}

.button img:hover {
	cursor: pointer;
}

#footer {
	 width: 950px;
	 height: 50px;
	 margin: 0 auto;
	 background: url(images/footer-bg.jpg) no-repeat;
	 text-align: center;
}

#footer P, #footer A {
	font-size: 10px;
	color: #666;
	padding-top:16px;
	text-decoration: none;
}

#footer A:hover {
	color: #FFF;
	text-decoration: underline;
}

	
	
