body
{
	margin: 0;
	padding: 0;
	background: #311C00 url(img1.jpg);
	text-align: justify;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
}

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(img3.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: -1px;
}

h2
{
	font-size: 25px;
}

h3
{
	font-size: 17px;
}

p, ol, ul
{
	line-height: 160%;
}

a
{
	color: #D9C09A;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	color: #D9C09A;
}

.indent
{
	margin-top: 0;
	margin-left: 130px;
}

.image
{
	float: left;
	margin: 0;
}

#wrapper
{
	background: url(img2.jpg) repeat-x;
}

/* Header */

#header
{
	width: 800px;
	height: 250px;
	margin: 0 auto;
}

#header *
{
	text-transform: lowercase;
	color: #FFFFFF;
}

#header h1
{
	float: left;
	padding: 40px 0 0 0;
	letter-spacing: -2px;
	font-size: 36px;
}

#header h2
{
	padding-top: 100px;
	background: none;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
}

#header ul
{
	float: right;
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
}

#header li
{
	display: inline;
}

#header li a
{
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#header li.first a
{
	border: none;
}

/* Content */

#content
{
	width: 960px;
	margin: 0 auto;
}

#colOne
{
	float: left;
	width: 500px;
	padding: 0 46px 0 46px;
}

#colTwo
{
	float: left;
	width: 184px;
}

#colThree
{
	float: right;
	width: 184px;
}

#colTwo h3, #colThree h3
{
	margin-top: 10px;
}

#colTwo ul, #colThree ul
{
	margin-left: 0;
	padding-left: 15px;
	list-style: none;
}

#colTwo > ul > li > ul, #colThree > ul > li > ul, #colTwo > ul, #colThree > ul
{
	padding-left: 0;
}

ul li
{
	padding: 2px 0 5px 0;
	background: url(img4.gif) repeat-x;
}

ul li.first
{
	background: none;
}

/* Footer */

#footer
{
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(img4.gif) repeat-x;
}

#footer p
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}

