body {
	padding: 0;
	margin: 0;
	background: url(images/back.jpg) #141414;
	min-width: 960px;
	font-family: Helvetica, Arial, sans-serif;
}

#main {
	margin: auto;
	width: 860px;
	padding-left: 50px;
	padding-right: 50px;
}

#content {
	margin-right: 285px;
}

#navigation {
	float: right;
	margin-top: -100px;
	width: 209px;
}

#blob {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/backtop.jpg) top right no-repeat;
	width: 751px;
	height: 398px;
	z-index: -100;
}

h1 {
	margin-top: 95px;
}

h1 a {
	text-indent: -5000em;
	display: block;
	background: url(images/mapslogo.png) no-repeat;
	width: 646px;
	height: 330px;
}

a {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #661414;
}

img, object {
	max-width: 100%;
}

/* navigation */

.navsection {
	border-top: 1px solid #660d0d;
	padding-left: 15px;
	padding-bottom: 6px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #d1b0b0;
}

.navsection ul {
	padding: 0;
	list-style: none;
}

.navsection ul li {
	margin-bottom: 6px;
}

/* item */

.item {
	float: left;
	margin-bottom: 80px;
	font-family: Helvetica, Arial, sans-serif;
	color: #d1b0b0;
	line-height: 22px;
	position: relative;
	width: 582px;
	padding-right: 70px;
}

.itemcontent {
	margin-left: 120px;
}

.item h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 45px;
	font-weight: normal;
	line-height: 46px;
}

.item .itemdetails {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 100px;
}

.item .itemdate {
	background: url(images/itemdatebox.jpg) no-repeat;
	width: 58px;
	height: 64px;
	padding-left: 17px;
	padding-right: 25px;
	padding-top: 15px;
	color: #d1b0b0;
	text-shadow: #6f000e 0 -1px 0;
}

.item .datemonth {
	font-size: 13px;
	display: block;
	float: left;
}
.item .dateday {
	margin-top: 23px;
	font-size: 20px;
	display: block;
	float: right;
	color: #d1b0b0;
}

.item .commentslink {
	border-bottom: 1px solid #660d0d;
	padding: 5px;
	padding-bottom: 10px;
	font-size: 9px;
	line-height: 11px;
	display: block;
	margin: auto;
	width: 69px;
	text-align: center;
}

/* commments */

.commentscontainer {
	width: 599px;
	float: right;
	color: #d1b0b0;
}

.comments {
	margin-bottom: 30px;
}

#txpCommentInputForm {
	width: 310px;
	float: right;
}

.comments-wrapper label, #txpCommentHelpLink {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
}
.comments-wrapper label {
	color: #d1b0b0;
}

input#name, input#email, input#web, textarea#message {
	background: transparent;
	border: none;
	width: 250px;
	border-bottom: solid 1px #b31414;
	color: #d1b0b0;
	font-family: Georgia, Times, serif;
	font-size: 13px;
}

p.small {
	font-size: 11px;
}

ol.comments li {
	border-bottom: solid 1px #661010;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

ol.comments p {
	font-family: Georgia, Times, serif;
	text-transform: none;
	font-weight: normal;
}

#cpreview {
	border: solid 1px #661010;
	padding: 10px;
	margin-bottom: 20px;
}

ul.comments_error {
	border: solid 1px #b31414;
	padding: 10px;
	list-style: none;
	color: #b31414;
}

/* footer */

#footer {
	background: url(images/backbottomrepeat.jpg) repeat-x bottom;
	height: 578px;
	width: 100%;
	position: relative;
	float: left;
}

#squiggle {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/backbottom.jpg) top right no-repeat;
	width: 759px;
	height: 537px;
}

.prevnextnav a {
	display: block;
	position: absolute;
	top: 0;
	width: 85px;
	height: 37px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 25px;
	text-shadow: #6f000e 0 -1px 0;
	font-weight: bold;
}

#prevnextleft a {
	padding-right: 15px;
	text-align: right;
	left: 0;
	background: url(images/navleft.gif) no-repeat;	
}

#prevnextright a {
	padding-left: 15px;
	text-align: left;
	right: 0;
	background: url(images/navright.gif) no-repeat;	
}