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

body {
	background: #8b8886;
	font: 12px "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link, a:visited, a:active {
	color: #993399;
	text-decoration: none;
}

a:hover {
	color: #993399;
	text-decoration: underline;
}

strong {
	color: #996633;
}

em {
	color: #339933;
}

input, textarea, select {
	padding: 2px;
	background: #e4c5bc;
	color: #666666;
	border: 1px #af756e solid
}

.button {
	background: #996666;
	color: #ffffff;
	border: 0;
	border-right: 1px #663333 solid;
	border-bottom: 1px #663333 solid;
}

.hide {
	display: none;
}

.tbl {
	border-top: 1px #996666 solid;
	border-left: 1px #996666 solid;
}

.tbl th {
	background: #af756e;
	color: #ffffff;
}

.tbl td {
	border-right: 1px #996666 solid;
	border-bottom: 1px #996666 solid;
}

#wrapper {
	width: 500px;
	margin: auto;
	border: 10px #886654 solid;
	background: #f3f1ee url(coffinthrill_bg.png);
}

#header {
	background: #f3f1ee url(coffinthrill_01.png) no-repeat;
	width: 500px;
	height: 420px;
}

#menu {
	height: 65px;
}

#menu ul {
	padding: 0;
	margin:0;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	float: left;
	list-style: none;
	display: block;
	height: 20px;
	background: transparent url(coffinthrill_h3.png) no-repeat;
	padding: 5px 10px 2px 25px;
	margin: 2px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #795a4f;
	text-decoration: none;
}

#menu li a:hover {
	color: #333333;
}

#menu .menu2 {
	padding: 0 0 0 80px;
}

#content {
	background: transparent url(coffinthrill_02.png) no-repeat;
	padding: 10px;
}

#content h2 {
	background: transparent url(coffinthrill_h2.png) no-repeat;
	padding: 30px 5px 0 50px;
	margin: 0 0 -20px 0;
	height: 70px;
	font: italic normal 30px Georgia, "Times New Roman", Times, serif;
	color: #996699;
}

#content h3 {
	background: transparent url(coffinthrill_h3.png) no-repeat;
	padding: 0 5px 5px 30px;
	margin: 0;
	height: 24px;
	font: italic normal 24px Georgia, "Times New Roman", Times, serif;
	color: #cc6666;
}

#ontent p {
	padding: 5px 0;
	margin: 0;
}

#footer {
	clear: both;
	padding: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
