body {
	background: #999084 url(/scene/2007/fall/images/bg.gif) repeat-y center center;
}

div#siteheader {
	background-image: url(/scene/2007/fall/images/header.jpg);
	text-align: left;
}

	div#siteheader div#homelink {
		padding: 126px 0 0 365px;
	}

		div#siteheader div#homelink a {
			display: block;
			width: 210px;
			height: 50px;
		}


/* Text Size */

div#textsize, div#issueno {
	color: #4f5842;
}

div#textsize a {
	color: #4f5842;
}

div#textsize a:hover {
	color: #000;
	background-color: #bbc0ae;
}

div#textsize a.selected {
	background-color: #899674;
}


/* Menu */

ul#nav li a.contents, ul#nav li a.contents:link, ul#nav li a.contents:active, ul#nav li a.contents:visited, ul#nav li a.contents:hover {
	color: #d99d28;
}

ul#nav li a.contents:hover {
	color: #a17829;
}

ul#nav ul {
	border-left-color: #abaeb1;
}

a.contact {
	display: block;
	width: 154px;
	height: 84px;
	background: transparent url(/scene/2007/fall/images/submit_button.gif) no-repeat left top;
	margin-left: 18px;
}

a.contact:hover {
	background-position: right bottom;
}

	a.contact span {
		display: none;
	}


/* Content */

div#center {
	margin-left: 230px;
}

div#center a, div#center a:link, div#center a:active, div#center a:visited {
	color: #385a27; 
	border-bottom: 1px dotted #aaa;
}

div#center a:hover {
	color: #385a27;
	background-color: #fff;
	border-bottom: 1px solid #385a27;
}

div#center img.right_image {
	float: right;
	border: 4px solid #c3bbb1;
	margin: 0 0 15px 25px;
}

div#center img.left_image {
	float: left;
	border: 4px solid #c3bbb1;
	margin: 0 15px 8px 0;
}

div#center div.left_inset {
	float: left;
	padding: 4px;
	margin: 0 15px 8px 0;
}

div#center div.right_inset {
	float: right;
	padding: 4px;
	margin: 0 0 15px 25px;
}

	div#center div.right_inset p, div#center div.left_inset p {
		margin: 6px 0 0 0;
	}


/* Print Button */

div#print {
	margin: 0 15px 0 0;
}

	div#print a {
		display: block;
		float: right;
		background: transparent url(/scene/2006/spring/images/print.gif) no-repeat left center;
		color: #777;
		font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		vertical-align: middle;
		padding-left: 20px;
	}
	

