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

/* Reset */

* {
	padding:0;
	margin:0;
}

body{
	background-color:#000;
	color:#5e2e16;
	margin:auto 0px;


}

h1{
	font-size:2em;
	font-weight:normal;
}

a {
	color: #5e2e16;
	outline: none;
}

/* HR */

div.hr {
	height: 5px;
	background: transparent url("") no-repeat scroll center;
}

div.hr hr {
	display: none;
}

/* Containment */


#container { 
background-color:#000;
background-image:url(images/bck-main.jpg); 
background-repeat:no-repeat;
background-position: center center;
height:700px;
width:996px;
margin:auto;
}


/* Header */


#header {
background-image:url(images/header.jpg); 
background-repeat:no-repeat;
background-position: center center;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color:#fff;
margin:auto 0px;
height:500px;
line-height:322px;
text-align:center;
vertical-align:text-bottom;
}

#header a{
color:#fff;
}

#content {
background-color:#000;
background-image:url(images/bck-body.jpg); 
background-repeat:repeat-y;
background-position: center center;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
width:696px;
margin:auto;
margin-top: -508px;
}



#footer {
background-image:url(images/bck-footer.jpg); 
background-repeat:no-repeat;
background-position: center center;
font-family:Verdana, Geneva, sans-serif;
color:#fff;
font-size:10px;
margin:auto 0px;
width:696px;
height:96px;
line-height:110px;
text-align:center;
vertical-align:text-bottom;
}

#footer a { color:#fff; }

.footer{
	background: transparent url("images/footer.png") no-repeat 0 0;
	background-repeat:no-repeat;
	background-position: center center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:auto 0px;
	width:996px;
	height:96px;
	line-height:116px;
	text-align:center;
	vertical-align:text-bottom;
}

.menu-top {
	height:79px;
	width:207px;
	background: transparent url(images/menu-top.jpg) no-repeat;
}

.menu-container {
	color:#fff;
	background: transparent url(images/menu-middle.jpg) repeat;
}

.menu-container ul a{
	color:#fff;
	padding-left:30px;
}

.menu-container ul li {

display:block;
	margin: 0px;
	list-style-type:none;

}

.menu-container p {
	color:#fff;
	padding:0px 0px 0px 30px;
}

.menu-container p a{
	color:#fff;
}

.menu-bottom {
	height:61px;
	width:207px;
	background: transparent url(images/menu-bottom.jpg) no-repeat;
}

.character-top {
	background:url(images/char-top.jpg);
	height:64px;
	width:422px;
}
.character-text {
	color:#ffe3a1;
	font-weight:bold;
	line-height:53px;	
	padding-left:60px;
}

.character-middle {
	color:#000;
	background:url(images/char-middle.jpg);
	height:100%;
	width:422px;
}

.character-bottom {
	color:#000;
	background:url(images/char-bottom.jpg);
	height:19px;
	width:422px;
}

.mem-details {
	color:#5e2e16;
	font-weight:bold;
}


/* Advert Box */

.advert
{
	position:relative;
	width: 468px;
	height:60px;
	border:0;
	left:420px;
	top:193px
}

