/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	padding: 0;
	background: #F8ECA9 url(images/img01.gif) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #635821;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform:capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #5E510E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #AB5B00;
}

a:hover, a:active {
	text-decoration: none;
	color: #AB5B00;
}

a:visited {
	color: #AB5B00;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#wrapper {
}

/* Header */

#header {
	width: 816px;
	height: 102px;
	background: url(images/img02.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#logo {
	float: left;
	margin-left: 15px;
	padding-top: 42px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
}

#logo h1 {
	font-size: 38px;
	color: #3399CC;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2B870;
}

#logo a {
	text-decoration: none;
	color: #F2B870;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 73px 30px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin-left: 5px;
	padding-top: 5px;
	background: url(images/img07.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #857415;
}


#menu a:hover {
	background: url(images/img06.jpg) no-repeat;
	text-decoration: underline;
}

#menu .active a {
	background: url(images/img07.jpg) no-repeat;
}
