@charset "UTF-8";
/* CSS Document */

html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center;background:#000;}
p{margin:0 10px 10px}

div#header{
	position:relative;
	z-index:0;
	/*background:url("images/header.png");*/
	height:86px;	
}
div#header img.logo{position:absolute; left:42px; top:0px;}

div#nav {
	position:absolute;
	left: 592px;
	top: 13px;
	width: 282px;
	height: 32px;
}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{}
div#extra{}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#navigation h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#bg {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:316px;
	background-image:url("../images/header.png");
	background-repeat:no-repeat;
	z-index: 0;
}

div#container{
	width:1024px;
	margin:0 auto; 
	margin-top:-300px;
	background:url("../images/container_bg.png"); 
	background-repeat:repeat-y;
	z-index:10;
}
div#content{
	position:relative;
	z-index:10;
	left: 67px;
	/*top: -216px;*/
	width: 891px;

}
div#top{width:891px;}
div#navigation{float:left;width:550px;}
div#extra{float:right;width:304px;}
div#footer{
	position:relative;
	/*top:-216px*/
	clear:both;
	width:100%;  
	height:29px; 
	background:#000;
	background:url("../images/footer_bg.png");
	background-repeat:no-repeat;
}
input {font-size:20px;}
textarea {font-size:20px;}
#contact-wrapper {
	width:470px;
	border:1px solid #e2e2e2;
	background:#fff;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
h1 {
	margin:0;
	font-family:georgia,serif;font-size:18px;
	font-variant:small-caps;
    color:#3E2F2F;
    letter-spacing:0;
    line-height:1.429em;
    padding:0;
	font-size:35px;
}

