@charset "utf-8";
/* CSS Document */

body {
/*	background-color: #5a2e19; */
	background-color: #2f170d;
	font-family : Verdana,helvetica,arial;
	font-size : 11px;
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 0;
	font-size: 110%;
}

a {
	color: #5a2e19;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a > img {
	padding-right: 1em;
	border: 0;
}

#body {
	background-image:url(../images/background.gif);
	width: 900px;
	margin: auto;
}

#banner {
	width: 100%;
	height: 348px;
	position: relative;
}

#main {
	padding-bottom: 3em;
}

#like {
	width: 250px;
	float: right;
	display: inline;
}

#footer {
	background-image:url(../images/background.gif);
	padding-bottom: 3em;
}

.content {
	padding-left: 5.5em;
	padding-right: 7.5em;
	line-height: 1.3em;
}

.rotate {
	/* dummy class to catch img tags for inclusion */
}

.pic1 {
	position: absolute;
	left: 613px;
	top: 0;
	width: 240px;
	height: 160px;
}

.pic2 {
	position: absolute;
	right: 10px;
	top: 33%;
	width: 240px;
	height: 160px;
}

.pic3 {
	position: absolute;
	left: 613px;
	bottom: 0;
	width: 240px;
	height: 160px;
}

