/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #C9B18D;
	font: normal Times, Helvetica, sans-serif;
	color: #764B31;
}

h1, h2, h3 
{
    color: #764B31
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #323B2E;
	text-decoration: none;
}

a:hover {
	color: #764B31;
	text-decoration: none;
}

img {
	border-style: none;
    border-color: inherit;
}

/* Header */

#header {
	width: 1120px;
	height: 150px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background: #A99C89;
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header img {
    float : left;
	padding: 0 0 0 10px;
}

#header h1 {
	float: left;
	padding: 10px 0 0 550px;
	font-size: 4em;
	font-style: italic;
	font-weight:bold;
}

#header h2 {
	float: left;
	padding: 10px 0 0 550px;
	font-size: 2em;
	font-style: italic;
}

/* Menu */

#menu {
	width: 1120px;
	height: 45px;
	border: 10px solid #FFFFFF;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#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: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1120px;
	margin: 0 auto;
	background: #A99C89;
	border: 10px solid #FFFFFF;
	border-top: none;
}

#colOne {
	float: left;
	width: 640px;
	padding: 20px 10px 0 10px;
	background: #A99C89;
}

#colTwo 
{
    font-size: 20px;
	float: left;
	width: 440px;
	padding: 10px;
	background: #E9EAE2;
}

/* Footer */

#footer {
	width: 1120px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}

#footer * {
	color: #000000;
}
