/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
	}
body {
	color: #333;
	background-color: #2e3235;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 75%;
	text-align: center;
	width:100%; 
	height:100%;
	}


/* >>> CONTAINERS <<< */

div#print {
	display: none;
	}
#container {
	position          	: absolute;
	top               	: 50%;
	left              	: 50%;
	width             	: 1000px;
	height            	: auto;
	margin-left       	: -500px;
	margin-top        	: -300px;
	z-index				: 2;
	text-align: left;
	}	
div#header-wrap {
	margin: 0;
	}
div#header-in {
	padding: 20px 20px 0 20px;
	}
div#content-wrap {
		
	}
div#center {
	margin: 0 0 0 260px;
	color: inherit;
	}
div#center-in {
	padding: 20px;
	}
div#left {
	float: left;
	width: 250px;
	}
div#left-in {
	display: block;
	text-align: right;
	}
div#footer-wrap {
	clear: both;
	}
div#footer-in {
			
	}


/* >>> LISTS <<< */

ul#nav-left {
	margin: 0 14px 0 20px;
	list-style: none;
	}
ul#nav-left li {
	margin: 5px 0;
	background-color:#002F2F;
	}
ul#nav-left li a {
	width: 138px;
	line-height:35px;
	padding: 5px 10px;
	font-size: 130%;
	color: #A7A37E;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: right;
	}
ul#nav-left li a:hover {
	color: #E6E2AF;
	background-color: #002F2F;
	font-weight: bold;
	}
ul#nav-footer {
	margin: 0 0 0 210px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
ul#nav-footer li {
	display: inline;
	}
ul#nav-footer li.left {
	float: left;
	}
ul#nav-footer li a {
	margin: 0 3px;
	color: #aaa;
	background-color: inherit;
	}
ul#nav-footer li a:hover {
	color: #333;
	background-color: inherit;
	}
ul.list {
	margin: 0px 30px;
	font-size: 90%;
	line-height: 20px;
	}

/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
	}
div#center-in h1 {
	font-size: 40px;
	color:#efecca;
	background-color: #2e3235;
	}
div#center-in h2 {
	font-size: 25px;
	color:#efecca;
	background-color: #2e3235;
	}
div#center-in h2 a {
	color:#efecca;
	background-color: #2e3235;
	}
div#center h3 {
	margin: 0 0 0 0;
	padding: 10px 10px 0 10px;
	font-size: 150%;
	letter-spacing: 0.1em;
	color: #E6E2AF;
	background-color: #2e3235;
	font-weight: normal;
	}
div#center h3 a {
	color: #E6E2AF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #098786;
	}
div#center h3 a:hover {
	font-weight: bold;
	}

div#center h4 {
	margin: 0 0 0 0;
	padding: 0 10px 10px 10px;
	font-size: 125%;
	letter-spacing: 0.1em;
	color: #E6E2AF;
	background-color: #2e3235;
	font-weight: normal;
	}
div#center h4 a {
	color: #E6E2AF;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #098786;
	}
div#center h4 a:hover {
	font-weight: bold;
	}

div#header-wrap h1 {
	display: none;
	}
	
span {
	font-size: 120%;
	font-weight: bold;
	}	

div#header-in a img {
	border: 0;
	}

/* >>> END <<< */