@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fcf1e1;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.39em;
	color: #000;
}
p {
	margin: 10px 0 20px 0;
}
a {
	color: #666;
	text-decoration: underline;
}
h1 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
h2, h3 {
	font-size: 16px;
	color: #e18e19;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #fcf0de;
}
img[align="left"],
img[style="float: left;"] {
	margin: 0 20px 20px 0;
}
img[align="right"],
img[style="float: right;"] {
	margin: 0 0 20px 20px;
}
#header {
	background-color: #606a71;
	overflow: hidden;
}
#header img {
	border: none;
}
#headercontent {
	background-color: #606a71;
	height: 236px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#menu {
	margin-left: 90px;
	margin-top: 42px;
}
#menu ul {
	list-style-type: none;
	overflow: hidden;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 91px;
	height: 24px;
	background-color: #e18e19;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
	padding-top: 9px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2em;
}
#menu ul li.double a {
	height: 32px;
	padding-top: 1px;
}
#menu ul li.active a,
#menu ul li a:hover {
	background-color: #fcf1e1;
	color: #606a71;
}
#content {
	height: 700px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-image: url(../../img/site/bg-content.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content ul,
#intro ul {
	margin: 20px 40px;
	list-style-type: square;
}
#content ol,
#intro ol {
	margin: 20px 40px;
	list-style-type: decimal;
}
#intro {
	height: 250px;
	width: 819px;
	margin: 0 0 22px 40px;
	padding-right: 40px;
	overflow: hidden;
}
#intro {
	color: #666;
	font-size: 14px;
}
#intro img {
	border: 1px solid #fff;
}
#intro h2 {
	font-size: 26px;
}
#maincontent {
	height: 332px;
	width: 700px;
	margin-left: 40px;
	padding: 25px 68px 15px 35px;
	overflow: auto;
}
#footer {
	background-color: #606a71;
}
#footercontent {
	width: 960px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
	background-color: #606a71;
	background-image: url(../../img/site/bg-footercontent.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}
#footercontent,
#footercontent a {
	color: #ecece4;
	font-size: 11px;
	text-decoration: none;
}
#footercontent a:hover {
	color: #fff;
	text-decoration: underline;
}
