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

/* Elements */

* {
	color: #666;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/fffff.jpg);
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 0;
	margin-left: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #993300;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* Wrapper */

#wrapper {
	width: 1000px;
	height: 270px;
	background-image: url(images/fffff.jpg);
	box-shadow: 8px 8px 4px rgba(0,0,0,0.8);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	width: 1000px;
	height: 365px;
	background-image: url(images/1.png);
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	padding: 35px 0 0 20px;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -1px;
}

#header h2 {
	float: right;
	padding: 68px 20px 0 0;
	font-size: 13px;
}

#header a {
	text-decoration: none;
}

/* Content > Menu */

#menu {
	height: 60px;
	background-color: #243f02;
	width: 1000px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	border-bottom: 4px solid #243f02;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #CF9C5B;
	font-family: "Trebuchet MS", Helvetica, Tahoma, Arial, Verdana, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	margin-right: 15px;
}

#menu a:hover {
	border-bottom-color: #ffbf31;
}

#menu .active a {
	border-bottom-color: #ffbf31;
}

#menu .first a {
}
/* Content */

#content {
	width: 1000px;
	background: url(images/img07_1.jpg);
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}

#colOne {
	float: right;
	width: 960px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#colTwo {
	float: left;
	width: 320px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

/* Footer */

#footer {
    width: 1000px;
	height: 270px;
	background: url(images/img08_1.gif) no-repeat;
}

#footer p {
}
