a {
	color: #99cc33;
	text-decoration: none;
}

a:hover {
	color: #beff5b;
	text-decoration: underline;
}

body {
	background: #333 url(images/hdr.jpg) no-repeat 12% 60px;
}

.content {
	top: 110px;
	left: 20%;
	font: 14px/30px "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #e6e6e6;
	position: absolute;
	text-shadow: #000000 0 0 0px;
	width: 530px;
}

strong {
	color: #99cc33;
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #999;
	font: 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 8px;
}

.ftr {
	color: #7f7f7f;
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	border-top: 1px dotted #4c4c4c;
	padding-top: 10px;
	margin-top: 20px;
	position: relative;
	top: 10px;
	width: 530px;
	text-align: right;
}

.sample_wrapper {
	width: 530px;
	height: 390px;
	text-align: center;
	margin-top: 10px;
}

/* @group navigation */

#mainnav
{
	color: white;
	text-align: left;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px dotted #4c4c4c;
	width: 530px;
}

#mainnav a
{
	text-decoration: none;
	color: #7f7f7f;
	margin-right: 15px;
	font-weight: normal;
	font-style: normal;
}

#mainnav a.selected
{
	color: #99cc33;
	font-weight: normal;
	font-style: normal;
}

#mainnav a:hover
{
	color: white;
	font-weight: normal;
	font-style: normal;
}




/* @end */

/* @group samples_sub_nav */

#sample_numbers {
	color: #666;
	width: 530px;
	height: 20px;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

#sample_numbers a {
	color: #666;
	font-size: 8px;
	border: 1px solid #4c4c4c;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px;
	margin: 1px;
}
#sample_numbers a:hover {
	color: #99cc33;
	border: 1px solid #99cc33;

}

#sample_numbers a.selected {
	color: #b3b3b3;
	border: 1px solid #b3b3b3;

}



/* @end */

