body {
	background:#fff;
	margin:0;
}
img {
	border: none;
}
a {
	color:#003300;
	text-decoration:none;
}
a:hover {
	color:#F1B21C;
	text-decoration:underline;
}
h2 {
	color:#003300;
}
#container {
	width:960px;
	margin:0 auto;
}
#header {
	
}
#logo {
	float:left;
	width:256px;
	padding: 0 2px 10px 0;
	margin-top:15px;
	border: 1px #ccc solid;
	text-align:center;
	color:#003300;	
}
#logo img {
	margin-bottom:-10px;
}
#header-nav {
	float:left;
	background:url(images/credit-bg.png) no-repeat;
	width: 689px;
	height:	70px;
	margin-top:70px;
}
#header-nav ul {
	float:right;
	width:665px;
	margin-right:18px;
	margin-top:15px;
}
#header-nav li {
	display: block;
	float: left;
	list-style-type: none;
	width:151px;
	margin-left:15px;
	text-align:center;
}
#header-nav li a {
	font-size:17px;	
	font-weight:bold;
	color:#003300;
	text-decoration:none;
}
#header-nav li a:hover {
	color:#F1B21C;
	text-decoration:underline;
}
#left {
	clear:both;
	float:left;
	width:250px;
	margin:0 auto;
}
#left hr {
	color:#ccc;
	height:1px;
	width:250px;
	margin-bottom:3px;
}
.left-links {
	background:#003300;
	width:250px;
	overflow:auto;
	margin:0 auto 15px auto;
	padding:5px 0;
}
.btn {
	float: left;
	clear: both;
	background: url(images/left_btn.png)  no-repeat;
	padding: 0 0 0 18px;
	margin: 5px 0 5px 10px;
}
.btn a{
	float: left;
	height: 42px;
	background: url(images/stretch_btn.png) repeat-x left top;
	line-height: 42px;
	padding: 0 0px 0 10px;
	color: #003300;
	font-size: 1em;
	font-weight:bold;
	text-decoration: none;
	width:180px;
}
.btn a:hover {
	color: #F1B21C;
}
.btn span {
	background: url(images/right_btn.png) no-repeat;
	float: left;
	width: 15px;
	height: 42px;
}
#content {
	width:680px;
	float:left;
	padding:0 15px;
}
#animation {
	text-align:center;
	padding-top:10px;
}
#footer {
	clear:both;
	background:#666;
}
#footer-content {
	width:960px;
	margin:0 auto;
	color:#fff;
	padding:5px;
}