body {
	margin: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #321e18;
	color: #fff;
	font-family: georgia;
	font-size: 10pt;
	line-height: 18pt;
}

input {
	padding: 3px;
	font: 10pt georgia;
	width: 155px;
}

img {
	border: 0;
}

h2 {
	font-style: italic;
	font-weight: normal;
}

h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

#facebook {
	position: fixed;
	top: 25px;
	right: 25px;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
}

#content {
	padding: 20px;
	background-image: url(images/bg_content.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #1d0e04;
}

#welcome {
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
	height: 224px;
	padding: 35px;
}

#footer {
	text-align: center;
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	background-color: #1B0D01;
	padding: 10px;
	position: relative;
	height: 100px;
	font-size: 90%;
}

#logo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.menuItem {
	padding-bottom: 20px;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}
