@charset "utf-8";
h1, h2, h3, h4 {
	margin:0;
	padding:0;
	clear: both;
}
body {
	text-align:center;
	background:#b5730b url(pics/background.png);
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
	font-size: 100%;
}
.wrapper {
	width:775px;
	text-align:left;
	margin:0 auto;
	background:url(pics/mid.png);
	position:relative;
}
.navigation {
	width:150px;
	position:absolute;
	top:208px;
	left:0;
}
.navigation img {border:0}
.navigation h2 {
	height:1px;
	width:1px;
	position:absolute;
	left:-500px;
}
.navigation p {
	margin:15px 0 0 20px;
}
.content {
	margin:15px 25px 0 165px;
	min-height:200px;
	
}
.footer {
	background:url(pics/bottom.png);
	height:80px;
}
.footer p {
	margin:0 165px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 10px;
	clear: both;
}
.clear {
	clear: both;
}
.beRight {
	float: right;
	margin-left: 10px;
	clear: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.beLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
