/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #311C00 url(images/img1.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B8767;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E8D6B4;
}

h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(images/img3.gif) repeat-x left bottom;
	letter-spacing: -1px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}

.image {
	float: left;
	margin: 0;
}

#wrapper {
	background: url(images/img2.jpg) repeat-x bottom;
}

/* Header */

#header {
	width: 740px;
	height: 175px;
	margin: 0 auto;
}

#header * {
	color: #E8D6B4;
}

#header h1 {
	float: left;
	padding: 45px 0 0 0;
	letter-spacing: -2px;
	font-size: 36px;
}

#header h2 {
	float: left;
	padding: 60px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h2 a {
	text-decoration: none;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
}
#colOne {
	width: 175px;
	float: left;
	text-align:left;
}

#colTwo {
	width: 610px;
	float: none;
	margin: 0 auto;
}

#colThree {
	width: 175px;
	float: right;
}

/* Footer */

#footer {
	clear: both;
	width: 600px;
	float: 0 auto;
	margin: 20px auto;
	padding: 10px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0 auto;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}

