body {
	padding: 0;
	margin: 0;
	background-color: #9EABC4;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width:800px;
	margin: 0 auto;
	background-color: #00001E;
}

#header h1 {
	padding: 0;
	margin: 0;
	height: 262px;
	background-image:url(../images/cuts/Logo.jpg);
	background-repeat: no-repeat;
}

#header h1 span {
	margin-left: -3000px;
}

#navigation {
	height: 26px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	display: inline;
	float: left;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	
	padding: 15px;
	background-color: #9EABC4;
	min-height: 100px;
	height: auto;	
}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 100px;
}
/**/

#clearer {
	clear:both;
}

#content img {
	margin: 5px;
	border: 2px #00001E solid;
}

#content  h2 {
}

.float-right a, .float-left a {
	color: white;
	font-weight: bold;
}

.float-right, .float-left {
	color: #FFF;
	text-align: center;
	display: inline;
	width: 200px;
	font-size: 11px;
	
	border: 1px #FFF solid;
	background-color: #21213A;
	margin: 10px;
	padding: 5px;
}

.float-right p, .float-left p {
	padding: 0;
	margin: 0;
	
	padding-left: 5px;
	padding-right: 5px;
	
	color: #FFF;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

#footer {
	text-align: center;
	height: 30px;
	padding-left: 15px;
	padding-bottom: 7px;
	color: white;
	font-size: 11px;

}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: none;
}


label, input {
	display: block;
}

label {
	padding-top: 10px;
}

#contact_form input {
	display: inline;
}

#contact_form label {
	padding-top: 0;
	display: block;
	font-size: 14px;
}

address {
	font-size: 13px;
	font-style: normal;

}