@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	background-color: #420C0D;
}
#headding {
}
#body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #420C0D;
}
#wrapper #body #left {
	height: 300px;
	width: 500px;
	padding-top: 10px;
	background-color: #470D0C;
	float: left;
}
#wrapper #body #right {
	width: 400px;
	float: right;
	height: 308px;
	padding-top: 5px;
	background-color: #470D0C;
}
#wrapper #body #bottom {
	height: 200px;
	width: 900px;
	background: #333333;
	float: left;
}
#wrapper #body #bottom #one {
	width: 300px;
	float: left;
}
#wrapper #body #bottom #two {
	float: left;
	width: 300px;
}
#wrapper #body #right #info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	padding-left: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	padding-right: 15px;
	text-align: justify;
	background-color: #521212;
}
#wrapper #body #footer {
	padding-top: 10px;
}
#wrapper #body #middle {
	height: 30px;
	width: 900px;
	float: left;
	padding-top: 10px;
	background-color: #470D0C;
}
#body #brochures {
	width: 900px;
}
#footer2 {
	width: 900px;
}
#description {
	background-color: #4C1010;
	width: 900px;
}

