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

body {
	margin: 10px;
	padding: 0;
	background: #F5F1E8;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -1px;
	font-family: 'Exo', sans-serif;
	font-style: italic;
	color: #BFB08F;
}

h4 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 7px;
	font-size: 12px;
}

p, ul {
	line-height: 18px;
}

a:link {
	color: #738850;
	text-decoration: none;
}
a:visited {
    color: #BFB18F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #9E813A;
}
a:active {
    color: #CCCCCC;
}

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;
	background: #FFECBF url("images/img1.gif") no-repeat;
}

#header h1 a {
	text-decoration: none;
	color: #738834;
	font-family: 'Exo', sans-serif;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #9C7F35 url("images/img2.gif") repeat-x;
	border: 2px solid #BFB08F;
	text-align: center;
	letter-spacing: normal;
	font-family: 'Exo', sans-serif;
	font-size: 13px;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 5px;
	background: #BFB08F url("images/img2.gif") repeat-x left center;
	border: 2px solid #BFB08F;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url("images/img4.gif");
}

#colOne {
	float: left;
	width: 559px;
}

#colTwo {
	float: right;
	width: 155px;
	padding: 20px;
	background:  url("images/img3.gif") repeat-x;
	border: 2px solid #F9E5B5;
}

#colTwo h4 {
	color: #73880A;
}

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

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
}