/*
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 {
	margin-top: 20px;
	background: #fff7d2;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #ff5500;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
text-align: left;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 2px;
	text-align: left;
	background: #fff7d2;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	text-align: left;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 900px;
	height: 162px;
	margin: 0 auto;
	background: #ff5500 url(images/img11.gif) no-repeat;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FF5500;
}

/* Menu */

#menu {
	float: center;
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff5500;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	background: #FF5500;
	color: #ff5500;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 20px;
	background: #ffffff;
}

#welcome {
	padding-bottom: 10px;
}

#olist {
	clear: left;
	float: left;
	width: 300px;
}

#ulist {
	float: left;
	width: 300px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 8px;
	background: #ff5500;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
	padding: 2px;
	background: #ffffff;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #ffffff;
}

#footer a {
	color: #FF5500;
}









