/*
Design by Art for the web and Free CSS Templates
http://www.webpagedesign.com.au and http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 2px 0;
	padding: 0;
	background: #351107 url(images/img1.gif) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #F6FAC3;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #C73633;
}

h2 {
	padding: 14px 0 0 0;
	word-spacing: 5px;
	font-size: 2.25em;
}

h3 {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #95AE36;
	word-spacing: 3px;
	font-size: 1.85em;
	color: #95AE36;
}

a {
	color: #3D99B7; 
        font-weight: bold;
        text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #C73633;
}

.green {
	color: #95AE36;
}

.red {
	color: #C73633;
}

.gray {
	color: #B9ADAC;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 2em;
}

.list2c li {
	float: left;
	width: 50%;
}

/* Header */

#header {
	width: 700px;
	height: 155px;
	margin: 0 auto;
        background: #F3F1F1 url(images/header.gif) no-repeat left bottom;
}

#header h1 {
	padding: 10px 5px 0 5px;
	letter-spacing: -3px;
	font-size: 2.5em;
}

#header h2 {
	padding: 0px 0px 0px 25px;
	word-spacing: normal;
	letter-spacing: 1px;
	font-size: 1.5em;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	position: static;
	width: 1000px;
background: #CD6031;
	height: 40px;
	margin: 0 auto;
       border-left: 2px solid #230101;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 115px;
	height: 20px;
	padding: 7px 0 0 0;
	background: #CD6031;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
       }

#menu a:hover {
	background: #3D99B7;
}

/* Content */

#content {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 420px;
}

#colTwo {
	float: right;
	width: 220px;
}

/* Footer */

#footer {
	clear: both;
	width: 650px;
	margin: 20px auto;
	padding: 5px 0;
	background: #CD6031;
	font: "Times New Roman", Times, serif;
}

#footer p, #footer a {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
