/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-bottom: 10px;
	padding: 0;
	background: #342915;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	color: #5C3317;
	font-size: 1.3em;
	padding-bottom: 2px
}

h2 {
	color: #5C3317;
	font-size: 1.1em;
}


p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	color: #5B7D8D;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 750px;
	height: 250px;
	margin: 0 auto;
	background: url(images/Header.jpg) no-repeat;
}


/* Menu */

#menu {
	width: 750px;
	height: 35px;
	margin: 0 auto;
	background: #5B7D8D url(images/Menu1.jpg)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 35px;
	padding: 0px 20px 0 20px;
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
	font-size: 1.1em;
}

#menu a:hover, #menu .active a {
	background: url(images/Menu2.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 730px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background: #EFEFEF;
}


/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/Bar.jpg) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #EFEFEF;
}
