body,html {
  background-color: #918966;
  font-size: 100.01%;
  font-family: Arial, Helvetica, serif;
  color: #292422;  
  padding: 0;
  margin: 0;
}

#container { 	
  position:absolute;
  height:620px; 
  width:840px;
  margin:-310px 0px 0px -420px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  background: url(../_images/bg-content.png) top left no-repeat;
  overflow: auto;
}

#header {
	margin-top: 8px;
	height: 110px;
}

#logo {
	width: 360px;
	height: 60px;
	margin-left: 30px;
	float: left;
	padding-top: 10px;
}

#logo a {
	border: none;
}

/* @group Navigation */

#navigation {
	float: right;
	margin-right: 20px;
}

#navigation ul, #navigation li {
	padding: 0;
	margin: 0;
}

#navigation li {
	font-size: 0.9em;
	letter-spacing: 1px;
	float: left;	
	text-transform: uppercase;
	list-style: none;
}

#navigation li.active {
	background: #ec1b23 url(../_images/border-right.png) top right no-repeat;
}
#navigation li.active a {
	color: #fff;
	background: url(../_images/border-left.png) top left no-repeat;
}

#navigation li a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #665a56;
	padding: 30px 10px 10px 10px;
}
/* @end */

#content {
	width: 800px;
	height: 455px;
}
#illustration {
	float: left;
	margin-left: 30px;
	width: 30%;
	font-size: 0.7em;
}
#copy {
	float: right;
	width: 60%;
}


.smaller {
	font-size: 0.75em;
}

p, h1, ul, h2 {
margin: 0px; 
padding: 10px; 
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform:uppercase;
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
}

#illustration h2 {
	font-weight: bold;
}
#illustration img, #illustration .highlight {
	margin-top: 45px;
	margin-left: 30px;
	border:  1px solid #918966;
}

.highlight {
	background: #fbecd5;
	line-height: 1.3em;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	border-radius: 0.6em;
}

#copy a, #illustration a {
	color: #665a56;
	border-bottom: 1px dotted #665a56;
	text-decoration: none;
}

#copy p, #copy li, #copy dd {
	font-size: 0.8em;
	line-height: 1.4em;
}

#copy dd {
	margin-bottom: 7px;
	padding-left: 20px;
}

#copy ul, #copy dl {
	padding-left: 10px;
}
#copy dt {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
}

#copy dt.first {
	margin-top: 20px;
}
#copy li {
	list-style-type: disc;
	margin-bottom: 10px;
}

/* @group Footer */

#footer {
	padding-left: 20px;
	font-size: 0.8em;
	clear: both;
	color: #EDE2BF;
}

#footer a {
	color: #EDE2BF;
	border-bottom: 1px dotted #EDE2BF;
	text-decoration: none;
}

.langselect {
	padding-left: 20em;
}


/* @end */

/* @group Newsletter */

form {
	padding: 10px;
}

form label {
	display: block;
	font-size: 0.9em;
	margin-top: 10px;
	color:#564b47;
}

input.btn {
	margin-top: 30px;
	font-size: 0.8em;
}

.error {
	color: red;
	font-size: 0.8em;
}

/* @end */