body{
	background-color:#141414;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#b2a294;
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.3em
	}
	
a:link{	color:#b99755; text-decoration:underline;}

a:visited{color:#b99755; text-decoration:underline;}
	
a:hover{color:white; text-decoration:underline;}
	
/**************************************************************************************************************************
																											Structure
**************************************************************************************************************************/  

#container{
	width:631px;
	margin:0 auto;
	text-align:center;
	}
	
#banner{
	width:100%;
	text-align:center;
	height:80px
	}
	
#nav, #nav a, #nav a:visited{
	background:url(/images/layout/header/navBg.png) no-repeat #43342f;
	width:100%;
	text-align:center;
	height:20px;
	margin-bottom:10px;
	color:#e5d2b8;
	text-decoration:none
	}
	
#nav a:hover{
	color:#fff
	}
	
#nav img{
	padding-left:6px;
	padding-right:6px
	}
	
#content{
	width:607px;
	margin:0 auto;
	text-align:left;
	background: url(/images/layout/content/contentBg.png) no-repeat #383432;
	padding:12px
	}
	
#footer{
	background-color:#28211A;
	font-size:.7em;
	color:#7C7161;
	height:5px;
	clear:both;
	width:631px;
	margin:0 auto;
	}
	
#intro{
	font-size:1.1em;
	margin-top:6px;
	line-height:1.4em
	}

/**************************************************************************************************************************
																											Text
**************************************************************************************************************************/  

#contentTitleBg{
	margin:0 auto;
	width:610px;
	height:55px;
	text-align:center;
	background:url(images/layout/content/contentTitleBg.gif) no-repeat #3f3a36;
	}
	
.smallText{font-size:.7em; line-height:1.1em; font-weight: normal}

.title{background-color:#383430; font-size:1.2em; font-weight:bold; padding:2px}