/**
 * Generic
 */
body {
	background: #2b2822;
	font: normal x-small Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #e2dbcf;
}

h1 a {
	background: ;
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -999px;
	width: 420px;
}

h3 {
  margin: 0 0 10px 0;
  padding: 0;
}

p {
	margin: 0 0 0px;
}

table {
	border: none;
	padding: 20;
}

  tr, td, th, thead {
    border: none !important;
  }
  
    td { vertical-align: top !important }

/**
 * Layout
 */
#wrapper {
	color: #E0DFE3;
	font-size: 10px;
	margin: 0px auto;



auto;
	text-align: left;
	width: 920px;
	font-weight: normal;
	bottom: auto;
	height:auto;
	
}

  #header {
	padding: 20px;
	width: 880px;
  }
  
  #nav {
	background: #b0a086;
	height: 40px;
	padding: 0 20px;
	width: 880px;
  }
	
	  .primary-links {
	list-style: url(none) none;
	margin: 0;
	padding: 0;
	  }
		
		  .primary-links li {
		  	display: inline;
				float: left;
				margin: 0;
				padding: 0;
		  }
			
			  .primary-links li a {
			  	color: #5F5441;
			  	font-size: 1.2em;
          font-weight: bold;
					line-height: 40px;
			  	margin: 0 15px 0 0;
					text-decoration: none;
			  }
				
				  .primary-links li a:hover,
				  .primary-links li.active-trail a,
					.primary-links li a.active {
	color: #3b2234;
				  }

	#content {
	background: #3d3a33;
	line-height: normal;
	overflow: hidden;
	padding: 10px;
	}

	
	#footer {
	color: #6F6B61;
	font-size: x-small;
	line-height: 2em;
	padding: 20px;
	text-align: center;
	height: 800px;
	}
	
	  #footer p {
	  	margin: 0 !important;
	  }
	
	  #footer a {
	  	color: #6F6B61;
	  }

/**
 * Front
 */
h2.front-title {
  
  display: block;
  height: 70px;
	margin: 0;
	padding: 0;
  overflow: hidden;
  text-indent: -999px;
  width: 100%;
}

#front {
	background: #68584b;
	height: 265px;
	overflow: visible;
	padding: 20px 20px 20px 20px;
	border-bottom: 10px;
}

  #front p {
	line-height: 18px;
	margin-bottom: 10px;
  }

  #front-left {
  	float: left;
		margin: 0 20px 0 0;
  	width: 375px;
  }
	
	  #front-left img {
	  	display: block;
	  }
	
	#front-right {
	float: right;
	font-size: small;
	line-height: 1.53em;
	width: 425px;
	}
