@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #1f1b16;
	height: 50px;
	width: 955px;
	left: 0px;
	bottom: 0px;
	font-weight: lighter;
}
#Content {
	position:absolute;
	left:50%;
	width:955px;
	margin-top:5px;
	margin-left:-480px;
	padding:0;
	background-color: #000000;
	background-image: url(../images/nohunt.jpg);
	background-repeat: no-repeat;
	height: 680px;
}
#Content #logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 120px;
}
h1 {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 110%;
	color:#fff;
	padding-bottom: -10px;
}

#navcontainer ul {
	position: absolute;
	bottom: 0;
	left: 0;	
	padding-left: 0;
	margin-left: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 100%;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	padding: 5px 22px;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	text-decoration: underline;
	color: #ffb301;
}

#indexcontent {
	float: right;
	height: 300px;
	width: 360px;
	position: absolute;
	top: 100px;
	right: 50px;
}
#indexcontent ul
{
	line-height: 130%;
	font-size: 110%;
	color: #000;
}

#indexcontent ul li { 
	list-style: disc;
}

#indexcontent h1 {	
	color: #000;
}
#secondarycontent {
	float: left;
	height: 615px;
	width: 670px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-image: url(../images/content-bg5.jpg);
	background-repeat: no-repeat;
}
#secondarycontent h1 {
	margin: 20px;
}
#secondarycontent h2 {
	margin-left: 20px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 125%;
	color:#fff;
}
#secondarycontent p {
	margin: 20px;
	line-height:150%;
}
#secondarycontent a
{
	color: #fff;
	text-decoration: underline;
}

#secondarycontent a:hover
{
	color: #ffb301;
}
#secondarynav ul {
	
	position: relative;
	left: 0px;
	padding-bottom: 20px;	
	color: White;
	float: left;
	width: 100%;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#secondarynav ul li { 
	display: inline; 
}

#secondarynav ul li a
{
	padding: 5px 22px 5px 0x;
	margin-left: 15px;
	margin-right: 20px;
	color: #fff;
	text-decoration: underline;
	float: left;
}

#secondarynav ul li a:hover
{
	text-decoration: underline;
	color: #ffb301;
}
.instruct {
	font-size:12px;

}

#designs {
	height: 400px;
	margin: 10px;
	clear: both;
	float: right;
	width: 75px;
	position: relative;
	top: 50px;
	right: 20px;
}

