@charset "utf-8";
/* CSS Document */

Body {
	text-decoration: none;
	
}

#wrapper {
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 739px;
	position: absolute;
	top: 0px;
}

/*Main Navigation*/
#nav{
	position: absolute;
	top: 85px;
	left: 506px;
	font-size: 26px;
	width: 630px;
	height: 45px;
	color: #CC6;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
	margin-left: -315px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
}
#nav ul {
	padding:0px;
	margin:0px;
}
#nav li {
	list-style: none;
	padding:0px;
	display: inline;
}

#nav li a {
	padding: 0px 5px 0px 30px;
	line-height: 22px;
	margin-left: 0px;
	text-decoration: none;
	color: #CC9;
}
#nav li a:hover {
	color: #80B9D6;
	background-repeat: no-repeat;
	background-image: url(../Images/hoverPeg.png);

}
.active {
	color: #AB8E6E;
	font-weight: normal;
	padding-left: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	width: 35px;
	padding-top: 0px;
}

/*left nav */
#leftnav{
	position: absolute;
	top: 165px;
	left: 107px;
	font-size: 14px;
	width: 158px;
	height: 240px;
	color: #CC6;
	overflow: visible;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav ul {
	padding:0px;
	margin:0px;
}
#leftnav li {
	list-style: none;
	padding:0px;
	display: block;
}

#leftnav li a {
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	margin-left: 0px;
	text-decoration: none;
	color: #CC9;
}
#leftnav li a:hover {
	color: #7EADC7;
	font-weight: bold;

}
#news {
	position: absolute;
	top: 545px;
	width: 215px;
	height: 95px;
	left: 89px;
	padding: 0px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #6B5941;
	
}
#news a:hover {
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#main {
	position: absolute;
	top: 148px;
	width: 628px;
	left: 298px;
	height: 285px;
	text-align: center;
	padding-top: 5px;
	color: #39322A;
	font-weight: bold;
}
#drag {
	position: absolute;
	top: 180px;
	left: 900px;
	cursor: se-resize;
}
.dragme{position:relative;}

#button {position: absolute;
         top: 465px;
         left: 850px;
         margin-left: -512px;
}
#footer {
	position: absolute;
	top: 638px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	text-align: center;
}
