@charset "utf-8";
/* CSS Document */

body, html {
	color: #666666;
	background-color: #fef6e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h2 {
	display: block;
	width: 95%;
	color: #5B5B5B;
	padding-left: 5%;
	font-size: 1.3em;
	background: url(images/h2-back.jpg) 0% 50% no-repeat;
}
#wrapper {
	width: 760px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
#brand {
	width: 760px;
	height: 134px;
	position: relative;
	background: url(images/brandback.jpg) center top no-repeat;
}
#contents {
	width: 760px;
	height: auto;
	position: relative;
	float: left;
	background: url(images/contentsBack.png) center repeat-y;
}
#mainNav {
	width: 750px;
	height: auto;
	float: left;
	padding-left: 10px;
	background-color: #006600;
}
#primary {
	width: 480px;
	height: auto;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#primary a:link {
	color: #006600;
	text-decoration: underline;
}
#primary a:visited {
	color: #006600;
	text-decoration: underline;
}
#primary a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}
#primary img {
	float: left;
	padding: 2px 8px;
}
#secondary {
	width: 220px;
	height: auto;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
#secondary ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 11px;
}
#secondary ul li {
	display: block;
	line-height: 20px;
}
#secondary a:link {
	color: #7CBB3E;
	text-decoration: underline;
}
#secondary a:visited {
	color: #7CBB3E;
	text-decoration: underline;
}
#secondary a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}
#secondary img {
	float: left;
	padding: 2px 0px;
}
#footer {
	width: 760px;
	height: 40px;
	clear: both;
	color: #00AA00;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	background: url(images/footerBack.png) center bottom no-repeat;
}
#footer a:link {
	color: #00D500;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:visited {
	color: #00D500;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}