/* CSS Document */


body{
	background: #634E38 url(images/bkgrnd.jpg) bottom no-repeat fixed;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body{
	background-image: url(images/cbkgrnd.jpg);
	background-repeat: repeat-y;
	width: 702px;
	position: absolute;
	left: 50%;
	margin-left: -351px;
	top: 0px;
	padding-top: 175px;
	padding-left: 2px;
}
.header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 698px;
	position: absolute;
	left: 50%;
	margin-left: -349px;
	top: 0px;
	height: 165px;
	z-index: 10;
}
.hheader{
	background-image: url(images/headerover.jpg);
	background-repeat: no-repeat;
	width: 698px;
	position: absolute;
	left: 50%;
	margin-left: -349px;
	top: 0px;
	height: 165px;
	z-index: 10;
}
.header:hover {
	background-image: url(images/headerover.jpg);
}
#alert{
	background-image: url(images/alert.jpg);
	background-repeat: no-repeat;
	width: 310px;
	position: absolute;
	left: 50%;
	margin-left: 39px;
	top: 165px;
	height: 62px;
	padding-top: 15px;
	padding-left: 35px;
	z-index: 9;
}
.text{
	padding-left: 20px;
	padding-right: 310px;
}
ul.text{
	margin-left: 20px;
}
.text a{
	color: #FFFFCC;
}
.text:hover{
	background-image: url(images/light.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}
p{
	padding-left: 20px;
	padding-right: 310px;
}
p a{
	color: #FFFFCC;
}
.ntitle{
	padding-left: 20px;
	padding-right: 310px;
	font-weight: bold;
}
#menu{
	width: 248px;
	position: absolute;
	top: 230px;
	z-index: 5;
	left: 50%;
	margin-left: 101px
}
#menu a{
	display: block;
	padding: 5px;
	padding-left: 25px;
	text-decoration: none;
	color: #552B00;
}
#menu a:hover{
	color: #8D7052;
}
.menut {
	margin-top: 20px;
}
.gallery{
	width: 400px;
	padding: 3px;
}
.gallery td{
	width: 33%;
	text-align: center;
}
a img{
	border: none;
}
.player{
	padding-left: 20px;
	padding-right: 310px;
	text-align: center;
}
.cd{
	margin-left: 20px;
}
.bold {
	font-weight: bold;
}
.mtitle{
	margin-bottom: 10px;
	margin-top: 35px;
}
.mimage{
	padding-left: 20px;
	padding-right: 310px;
	width: 175px;
	float: right;
	margin-top: 20px;
}
.divider{
	width: 350px;
	margin-right: 300px;
}
.guest td{
	vertical-align: top;
}
.guest{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.guestin {
	width: 230px;
}
.blog {
	width: 350px;
}
#footer{
	background-color: #3E3024;
	width: 449px;
	height: 40px;
	top: 0px;
	margin-top: 30px;
	position: relative;
	z-index: 15;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}
#footer a{
	color: #FFFFCC;
}