@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
	font-size: 12px;
}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

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

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

#header {
	background-image: url(images/header.jpg);
	width: 987px;
	height: 82px;
	margin: auto;
	padding: 0px;
}
#menu {
	background-image: url(images/body.gif);
	width: 987px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;

}
#page {
	width: 987px;
	margin: 0 auto;
	text-align: left;
}
#content {
	background: url(images/body.gif);
	float: left;
	width: 987px;
	margin: auto;
	padding: 0px;
	text-align: left;
}
#footer {
	font-size: 10px;
	background-color: #CEA500;
	clear: both;
	width: 987px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	height: 73px;
}
#search {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 50%;
}

/* Sidebar */

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

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}
