@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg.jpg);
	font: 11px Verdana, Arial, Sans-Serif;
	color: #6F6F6F;
}

#container {
	margin: 0 auto;
	width: 563px;
}

#content {
	background: #000 url(images/bodybg.jpg) repeat-y;
	min-height: 150px;
	padding: 0 4px 0 14px;
	width: 545px;
	overflow: auto;
}

#header {
	margin-top: 50px;
	background: #000 url(images/header.jpg) no-repeat;
	font: 0;
	width: 563px;
	height: 81px;
}

#nav {
	background: #000 url(images/nav.jpg) no-repeat;
	width: 299px;
	height: 82px;
	padding: 0 0 0 264px;
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	text-transform: uppercase;
}

#footer {
	background: #000 url(images/footer.jpg) no-repeat;
	font: 0;
	width: 563px;
	height: 81px;
}

.navhead {
	font: 15px Georgia, "Times New Roman", Times, serif;
	border-bottom: #4F4F4F 1px solid;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #1F1F1F;
	letter-spacing: 4px;
	text-transform: capitalize;
	margin: 0 0 3px -8px;
}

.header:first-letter {
	font-size: larger;
	font-style: italic;
	color: #000;
}

a:link, a:active, a:visited {
	color: #000;
	font-style: italic;
	text-decoration: none;
}

a:hover { color: #fff; }
