/* .................................... LAYOUT START .................................. */
body, html { /* This is to eliminate white "margins" along the outermost sides of a page */
	margin:0px;
	padding:0px;	
	background-image:url('layout-pics/bg2.jpg'); 
	}

#container {
	width:1024px;
	margin:0 auto;
}

#header {

	height:175px;
}
#nav {
	float:left;
	width:224px;
	margin-top:30px;

}

#content {
	float:right;
	width:800px;	

}

#footer {
	clear:both;
}

* html #footer {
 height:1px;
}


/* .................................... LAYOUT END .................................. */
/* ................................ HEADER START......................... */	
#kirby {
	margin-top:20px;
	float:left;

}

#banner {

}

#site-title a,#site-title, #tagline {
	color:#4C3C1B;
	font-family: "Times New Roman", serif;
	text-align:center;	
}


#site-title a {
	text-decoration:none;
	font-size:5em;	
}

#tagline {
	font-size:1.5em;

}




/* ................................ HEADER START......................... */

/* ................................ NAVIGATION MENU START......................... */
ul.navmenu li {
	list-style-type:none;
	padding:0.08em;
}

ul.navmenu li a {
	text-decoration:none;
	color:black;
	font-size:1em;
	display:block;
	margin-right:20px;
}

ul.navmenu li a:hover {
	background-color: #D9CBB8;
	
}

.nav {
	background-image:url('layout-pics/menu-bg.png');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:0px; 
	padding-top:2px; 
	padding-left:0px;
	height:400px;
	min-width:240px;
	width:100%;
}

/* ................................ NAVIGATION MENU START......................... */

/* ................................ CONTENT START......................... */
.cbtop {
    background-image: url(layout-pics/cbtop.png);
    background-repeat: no-repeat;
    }
    
.cbmiddle {
	background-image: url(layout-pics/cbmiddle.png);
	background-repeat: repeat-y;
	padding-top:10px;
	padding-bottom:30px;
	padding-right:80px;
	padding-left:80px;
	margin-bottom:0px;
	width:609px;
/*	height:20%; */
}
.cbbottom {
   background-image: url(layout-pics/cbbottom.png);
	background-repeat: no-repeat;
	padding-top:20px;
	padding-bottom:20px;
}

.cbbottom, .cbtop {
	width:800px;
	height:90px;
}

.section {
	border: 5px solid #4C3C1B;
	padding:10px 10px 10px 10px;
   margin-left:20px;
   margin-top:10px;
   margin-bottom:10px;
   font-size:0.8em;
}

a.links {
	color:#4C3C1B;
	font-weight: bold;
}

.section a {
	color:#4C3C1B;
	font-weight: bold;
}

h1 {
	color: #4C3C1B;
	font-weight:bold;
	font-size:1.6em;
}

h2 {
	font-weight:bold;
	font-size:1.05em;
}

.roster-faction {
	font-size:2em;
	font-weight:bold;
	text-align: center;
	
	background-color:#4C3C1B;
	color:white;
	margin:-10px;
}


/* ................................ CONTENT END......................... */

/* ................................ FOOTER START......................... */
#footerborder {
   border: 1px solid #A09F9F;  /*4C3C1B */
	background-color:#191817;  /*#D8BA90*/

	margin-left:50px;
	margin-right:50px;

	color:white;
	font-weight:normal;
	height:35px;
	font-size:0.55em;
	text-align:center;
}
/* ................................ FOOTER END......................... */
