
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:12px;
	background: #ffffff;
}

p {
  color: #333333;
	font-size: 96%;
	margin: 0px;
}

h1 {
  color: #333333;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	text-align: right;
}

#page {
  width: 900px;
	margin: 0px auto 0px auto;
}

#header {
	width: 900px;
	position: relative;
	height: 185px;
	margin: 0px 0px;
	padding: 0px;
	
}

#logo {
  position: absolute;
	left: 50px;
	bottom: -35px;
}

#navi {
  position: absolute;
	left: 300px;
	bottom: 10px;
	width: 500px;
	margin: 0px;
	color: #333333;
	font-size: 108%;
	font-weight: bold;
}

#contactinfo {
  position: absolute;
	right: 50px;
	bottom: 5px;
}

a {
  text-decoration: none;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
}
	
#content {
	width: 900px;
	margin: 30px 0px;
	padding: 0px;
}

.left {
  float: left;
	left: 0px;
	width: 228px;
	margin-top: 40px;
}

.left p {
  margin: 15px 0px;
	text-align: right;
}

.right {
  float: right;
	right: 0px;
	width: 600px;
	margin-top: 40px;
}

.clear {
  clear: both;
}

.bottom {
	width: 900px;
	border-top: 5px solid #66ccff;
	margin-top: 50px;
}

.bottom p {
 font-size: 90%;
 text-align: center;
 margin-top: 10px;
}

#contact-wrapper { 
  
	width:430px; 
	margin:0px 0px 0px 25px;
	color: #666666;
	font-size: 1em; 
}

#contact-wrapper h1 { 
  margin: 0px;
	text-align: left;
}

#contact-wrapper div { 
	clear: both; 
	margin: 1em 0;
}
#contact-wrapper label { 
	display:block; 
	float:none; 
	font-size: 1em; 
	width:auto; 
}
form#contactform input { 
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px; 
	padding:5px; 
	font-size: 1em;
	color: #666666;
}
form#contactform textarea { 
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:100%; 
	padding:0.6em 0.5em 0.7em; 
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7; 
	border-style:solid; 
	border-width:1px;
	color: #666666;
}



