/*
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: #000000 url(images/img1.jpg) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000066;
}

a {
	color: #CC3300;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

/* Header */

#header {
	width: 870px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/topheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu */

#menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 136px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	padding: 5px;
	background: #990099 url(images/img2.gif) repeat-x left bottom;
	border-right-color: #FFFFFF;
	border-bottom-color: #492622;
	color: ##492622;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
}

/* Content */

#content {
	width: 870px;
	margin: 0 auto;
	padding: 20px 0 0;
	height: 100%;
}

/* Column One */

#colOne {
	float: left;
	width: 575px;
	height: 100%;
}

#colOne h2 {
	font-size: 45px;
	color: #000066;
	font-style: normal;
	line-height: 45px;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 22px;
}

#colOne .credits {
	padding: 10px 10px 25px;
	background: #2c5e83 url(images/BKGHighlight.gif) repeat-x center top;
	margin-bottom: 10px;
}

#colOne .credits p {
	margin: 0;
	padding: 20 10;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: left;
	width: 240px;
	height: 100%;
	margin-top: 10px;
	line-height: 20px;
	margin-right: 20px;
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
}

/* Footer */

#footer {
	width: 870px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	vertical-align: middle;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: smaller;
}
