
* { margin: 0; padding: 0; }
	
/* ------------------------------------------------------------------ */
/* =Body */
/* ------------------------------------------------------------------ */



body {
	background: #D75826 url(../images/background.jpg) no-repeat;
	}

/* ------------------------------------------------------------------ */
/* =General */
/* ------------------------------------------------------------------ */
	
h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	word-spacing: 0.03em;
	}
	
h3 {
	font-size: 22px;
	color: #D75826;
	}
	
h3 a {
	font-size: 22px;
	color: #D75826;
	text-decoration: none;
	}
	
h3 hover {
	font-size: 22px;
	color: #D75826;
	text-decoration: underline;
	}

p, li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 5px;
	line-height: 1.8;
	letter-spacing: 0.01em;
	word-spacing: 0.01em;
	}
	
strong {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

/* ------------------------------------------------------------------ */
/* =Structural */
/* ------------------------------------------------------------------ */

header, section, article, footer {
	display: block;
	}

div.wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	}
div.subwrap {
	/*background:url(../images/globalbg.png) repeat-y;*/
	width: 1300px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
	
div.footerwrap {
	width: 1300px;
	overflow: hidden;
	position: relative;
	margin:auto;
	}

div#outer-wrapper {
	margin: 0 auto;
	}
	
div#inner-wrapper {
	margin: 0 auto;
	}
	
div#section-wrapper {
	margin: 0 auto;
	}


/* ------------------------------------------------------------------ */
/* =Header */
/* ------------------------------------------------------------------ */

header {
	background: url(../images/background.png) no-repeat 50% 100%;
	height: 554px;
	}
	
header h1 a {
	background: url(../images/logo.png) no-repeat 0 0;
	width: 184px;
	height: 421px;
	display: block;
	float: left;
	margin-top: -9px;
	/*margin-left: 183px;*/
	}
	
header h1 a:hover,
header h1 a:focus {
	/*opacity: 0.75;*/
	}
	
header ul {
	margin: 486px 375px 0 0;
	width: 183px;
	clear: right;
	float: right;
	text-align: center;
	}
	
header li {
	list-style: none;
	display: inline;
	}

	
/* ------------------------------------------------------------------ */
/* =section */
/* ------------------------------------------------------------------ */

section {
	background: #5B5144;
	overflow: hidden;
	}
	

	
/* ------------------------------------------------------------------ */
/* =Primary section */
/* ------------------------------------------------------------------ */

section#primary {
	margin: 0 0 0 25px;
	padding: 0 36px 10px;
	width: 644px;
	color: #fff;
	float: left;
	}
	
section#primary p a,
section#primary dl a {
	text-decoration: none;
	color: #D75826;
	}
	
section#primary a:hover,
section#primary a:focus {
	text-decoration: none;
	}
	
/* section#primary article {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	*/
	
section#primary article#intro {
	border-top: none;
	padding-bottom: 20px;
	}	
	
section#primary article#who-are-we {
	padding: 25px 0 5px;
	clear: both;
	}
	
.profile{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 230px 15px 25px 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 163px;
	height: 151px;
	}
	
	
	
	
/* ------------------------------------------------------------------ */
/* =Secondary section */
/* ------------------------------------------------------------------ */

section#secondary {
	background: transparent;
	margin: 0;
	padding: 0 20px 0px;
	width: 205px;
	float: left;
	position: relative;
	}  
	
	
/* ------------------------------------------------------------------ */
/* =Navigation section */
/* ------------------------------------------------------------------ */

section#navigation {
	background: transparent;
	/*background: #473F35;*/
	/*margin-left: 183px;*/
	padding: 0;
	width: 183px;
	min-height: 505px;
	float: left;
	position: relative;
	}
	
	section#navigation ul {
	padding: 0px 0px 0px 60px;
	}
	
section#navigation li {
	display: block;
	list-style: none;
	}
	
section#navigation li a {
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	}
	
section#navigation li a:hover,
section#navigation li a:focus {
	color: #D75826;
	text-decoration: none;
	}
	
section#navigation li .active  {
	color: #D75826;
	text-decoration: none;
	}
	
/* ------------------------------------------------------------------ */
/* =Footer */
/* ------------------------------------------------------------------ */

footer {
	background: transparent url(../images/footerbackground.png) repeat-x 50% 0;
	height: 58px;
	padding: 45px 0 15px 0;
	}

footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 25px 0 0 5px;
	font-size: 10px;
	}
	
/* ------------------------------------------------------------------ */
/* =Form */
/* ------------------------------------------------------------------ */
	
	
	.form {
	display: block;
	width: 250px;
	font:11px Arial, Helvetica, sans-serif; 
	background-color:#8E7F6A; 
	padding:2px; 
	border:1px solid #D75826; 
	color:#fff;
}

.button {
	font:12px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background-color:#D75826; 
	padding:1px; 
	border:1px solid #D75826; 
	color:#FFFFFF;
}


