#camptop {
	position: relative;
	width: 100%;
	height: 255px;
	overflow: hidden;
	}

#camptop img {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px !important;
	max-width: 760px;
	overflow: hidden !important;
	}

#campbtm {
	clear:both;
	width:100%;
	background: url(/img/front/campsep.gif) bottom left repeat-x;
	padding:8px 0;
	text-align:right;
	}

#dlbutton {
	display: block;
	float: left;
	width: 195px;
	height:50px;
	}

.c2 img {
	margin:9px 0 0 0;
	}

#quicklinks {
	margin:0 10px 0 195px;
	}

#quicklinks li {
	list-style-type:none;
	line-height:23px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	display:inline;
	}

#quicklinks a:link, #quicklinks a:visited, #quicklinks a:active, #quicklinks span:hover {
	color:#111;
	text-decoration:none;
	}

#quicklinks span {
	text-decoration:underline;
	}

#quicklinks img {
	margin:9px 8px -7px 20px; 
	}
