body {
	margin:0;
	margin-top: 10px;
	padding:0;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	text-align:left;
	line-height: 2em;
	background:#E89E01;
	color: #333333;
}
html {
	font-size: 100%;
}
#wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	border: 10px solid #fff;
	background: #FDF6E8;
}
/* HEADER */ 
#header {
	height: 150px;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	background: #E89E01 url(logo.jpg) no-repeat;
	position: relative;
	color: #333;
}
#header h2 { 
	margin : 0;
	padding : 50px 150px;
	letter-spacing : 3px;
	font-size : 2em;
	background : transparent;
	color : #000;
} 
/*TOP NAVIGATION */ 
div#menu {
	background-color: #FFF2EE;
	height: 130px;
	overflow: hidden;
	width: 100%;
	margin : 0;
	padding : 0;
}

div#mainnav {
	background-image: url(logo2.png);
	background-color: #D85B00;
	background-repeat: no-repeat;
	background-position: 99%;
	text-transform : lowercase;
	height: 100px;
	overflow: hidden;
	clear: both;
}
div#mainnav a {
	display: block;
	width: 120px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding-top: 35px;
	font-weight: bold;
	float: left;
	color : #000000;
	background-color: #DE7108;
	background-repeat: no-repeat;
	background-position: top right;
	border-right: 1px solid #ffffff;
}



ul#mainnav li a {
	display : block;
	height : 70px;
	width : 10em;
	padding : 30px 0 0 0;
	font-weight : bold;
	line-height : 30px;
	letter-spacing: 1px;
	text-align : center;
	color : #000;
	background : #D85B00;
}
div#mainnav a:hover, div#mainnav a.current {
	color: #ffffff;
	/*background-image: url(images/menu.jpg);*/
}


div#subnav {
	padding-left: 10px;
	height: 22px;
	font-weight: bold;
	float: left;
}

div#subnav a:hover, div#subnav a.current {
	text-decoration: underline;
	color: black;
}

div#langnav {
	float: right;
}

div#langnav a:hover, div#langnav a.current {
	text-decoration: underline;
	color: black;
}
/* CONTENT CONTAINER  */ 
#content {
	position: relative;
	width: 700px;
	padding: 0;
	background: #FFF2EE;
	color: #333;
}
/* MAIN CONTENT */ 
#cont { 
	width: 100%;
	margin-top: 0;
	padding: 8px;
	text-align: left;
	color: #333;
	clear: both;
}

/* FOOTER */ 
#footer {
	margin-top: 10px;
	text-align: center;
	border: 1px solid #fff;
	background: #D85B00;
	color: #fff;
}
#footer a {
	color: #F4D500;
}
#footer a:hover {
	color: #fff;
}
/* LINKS*/ 
a:link, a:visited {
	color: #E89E01;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #032D57;
}
/* TYPOGRAPHY */ 
blockquote p {
	padding: 5px;
	font-size: 1.2em;    
	background: inherit;
}
blockquote {
	padding: 5px;
	font-size: 1.5em;    
	background: inherit;
} 
p {
	margin:0;
	padding: 0;
}
h1, h2, h3, h4 {
	background: inherit;
	color: #C63A00;
	margin: none;
	padding: none;
	letter-spacing: 3px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #E89E01;
}
/* SEARCH BOX*/
legend {
	font-weight : bold;
	color : #000;
}
input, textarea {
	padding-left: 5px;
	border: 1px solid #aaa;
	background-repeat: no-repeat;
	background-position: left 50%;
	color : #000;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
	background-image: url(images/arrow.gif);
}
textarea { background-position: left 6px; }

div#scrollfix {
	position: absolute;
	width: 1px;
	height: 1px;
	bottom: -0.1px;
}

