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

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/backg%20copy.gif);
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 182%;
	font-weight: normal;
	font-style: normal;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

ul {
	list-style: none;
}

a {
	text-decoration: underline;
	color: #FF9B00;
}

a:hover {
	text-decoration: underline;
	color: #5CB8E6;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 19px solid #FF9B00;
	background-color: #FF9B00;
}

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

#menu li {
	padding: 0;
	display: inline;
	background-color: #FF9B00;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 14px 0 14px;
	font-size: 95%;
	font-weight: bold;
}

#menu a:hover {
	background: #ffffff;
	text-decoration: none;
	color: #FF9B00;
}

/* Logo */

#logo {
	width: 730px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img022.jpg);
	padding-left: 30px;
}
#page #content #welcome img {
	float: right;
	padding: 5px;
}


#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: left;
	letter-spacing: -1px;
	font-size: 240%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: inherit;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

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

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 15px 20px 20px 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
}

/* Footer */

#footer {
	height: 50px;
	border-bottom: 10px;
}

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

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	border-left: 19px solid #FF9B00;
	font-size: 85%;
	background-color: #FFFFFF;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #FF9B00;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

