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

body {
	margin: 0;
	padding: 0;
	background: #666159 url(../images/common/rattleheader.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d4d4d4;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}
h1 {
	letter-spacing: -1px;
	font-size: 28px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 15px;
}
p, ul, ol {
	margin: 0 0 1.5em 0;
	text-align: justify;
	line-height: 20px;
	font-size: 13px;
}
a:link {
	color: #c1d11c;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #c1d11c;
}
a:visited {
	text-decoration: none;
	color: #c1d11c;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}
/* Header */

#header {
	width: 950px;
	height: 82px;
	margin: 0 auto 20px auto;
}
#logo {
	float: left;
	width: 950px;
}
#logo h1 {
	font-size: 38px;
	color: #ffffff;
}
#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}
#logo h1 a {
	color: #ffffff;
}
#logo h2 {
	font-size: 15px;
	padding-left: 15px;
}
#logo a {
	text-decoration: none;
}
/* Page */

#page {
	width: 950px;
	margin: 0 auto;
}
/* Content */

#content {
	float: left;
	width: 725px;
	margin-bottom: -10px;
}
/* item */


.item .title {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0 0 7px 18px;
	background: url(../images/common/green1.gif) no-repeat left 50%;
	border-bottom: 1px solid #86910f;
}
.titlesub {
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #86910f;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	padding-top: 10px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 20px;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0;
	padding-left: 12px;
}
#sidebar h2 {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../images/common/green2.gif) no-repeat left 50%;
	border-bottom: 1px solid #86910f;
	font-size: 16px;
}
/* Footer */

#footer {
	background: #666159 url(../images/common/rattlefooter.jpg) repeat-x left top;
}
#legal {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	color: #a0a0a0;
}
#legal a {
	color: #c1d11c;
}
