#content {
	width: 894px;
	height: 550px;
	overflow: hidden;
	background: url(../images/scenery_sm.jpg) no-repeat;
}

#text {
	width: 627px;
	height: 550px;
	background: url(../images/bg_text_lg.jpg);
	overflow: auto;
	float: right;
	margin: 0;
}

h1 img {
	margin: 67px 0 0 0;
}

#text img {
	float: right;
	margin-top: -20px;
	margin-left: 15px;
	margin-right: 30px;
}

#text img.header-image-first {
	float:left;
	margin-top:15px;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom:15px;
}

#text img.header-image {
	float:left;
	margin-top:15px;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom:15px;
}

#text p, #text h2 {
	margin-left: 30px;
}

#text h2 {
	padding-top:15px;
}

.item {
	clear: right;
}

.item .item-header {
	position: relative;
}

.item .item-header p.links {
	display:block;
	position:absolute;
	top:19px;
	right: 160px;
	font: normal 11px Georgia, serif;
	color: cfcdb3;
	height: 17px;
	padding: 0;
	padding:4px 0 0 0;
	
}

.item .item-header p.links a {
	font-weight: normal;
	color: cfcdb3;
	height: 17px;
	background: url("../images/extras-arrow.gif") center left no-repeat;
	padding-left: 11px;
	padding-right:8px;
}

#subnav {
	border-bottom: 1px solid #ceccb2;
	font: bold 12px Georgia, serif;
	color: #4d473e;
	margin: 0 30px;
}

#subnav ul {
	list-style-type: none;
	margin:0 0 7px 0; padding:10px 0 0 0;
}

#subnav li {
	display:inline;
	padding: 0 4px 0 8px;
	background: url(../images/nav_bullet.png) 0% 50% no-repeat;
}

#subnav li#first {
	padding-left:0;
	background:none;
}

#subnav a {
	
}


