* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #491818 url(images/background.png) repeat-x;
	color: white;
	font-size: 13px;
	font-family: Arial, Arial, sans-serif;
}

a {
	color: #FB9973;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

h2 {
	text-decoration: bold;
	padding-bottom: 10px;
}

h3 {
	padding-bottom: 10px;
	color: #FB9973;
}

/* Header */

#header {
	width: 964px;
	height: 232px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 964px;
	min-height: 160px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 12px;
	background: url(images/header_bottom.jpg) no-repeat;
}

/* Footer */

#footer {
	width: 866px;
	height: 148px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat;
}