/*
Design by JRS.
*/

body {
	margin: 20px 0px 0px 20px;
	padding: 0;
	background-image:url(images/background3.jpg);  /*#F5F1A0; */
	background-repeat:repeat-y;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 1900px;
	height: 217px;
	position:absolute;
	left: 1px;
	margin: 0 auto;
	background: url(images/logo--header3.jpg) no-repeat;
	border: 0px;
	border-color: #00FF00;
	top: 0px;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	position:absolute; top:200px; left: 148px;
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background:  url(images/menu-button-default.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow:#000000;
}

#menu a:hover {
	background: url(images/menu-button-hover.jpg);
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/menu-button-active.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
	position:absolute; top:242px; left: 148px;
	margin: 0 auto;
	border-top:2px;
	border-top-color: #8c7a00;
	background: url(images/main.gif);
	padding: -2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 168px;
	padding: 1px 5px 0px 10px;
	background-color:#999999;
}

#colTwo {
	float: right;
	width: 600px;
	padding: 20px 10px 50px 0px;
}

#colThree {
	float: inherit;
	width: 10px;
	padding: 0px 0px 0px 0px;
	background-color:#0000CC;
}

/* Footer */

#footer {
	width: 400px;
	margin: 0 auto;
	height:20px;
	position:absolute;
	bottom:-21px;
	padding: 10px 0;
	font-size: smaller;
	left: 100px;
}

#footer * {
	color: #0000FF;
	text-align:center;
}
