﻿/* CSS layout */
body {
	background-color: #000000;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	margin: 0;
	width: 760px;
}
/*******************************************************/
/* Masthead Related Styles                               */
/*******************************************************/
#masthead {
	float: left;
	height: 180px;
	width: 760px;
	padding: 5px 0 0px 0;
	margin: 0px;
	background-image: url('images/graphics/header.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	clear: both;
}
#masthead p {
	font-size: 90%;
	margin: 0px;
	color: #999999;
}
#masthead p.subtitle {
	font-size: 80%;
	font-style: italic;
	margin: 6px 0px 0px 0px;
}
#footer a {
	color: #808080;
}
#content-text a {
	color: #660000;
}
#masthead a {
	color: #808080;
}
#footer a:hover {
	color: #C0C0C0;
	font-weight: bold;
	font-style: italic;
}
#content-text a:hover {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
#masthead a:hover {
	color: #C0C0C0;
	font-weight: bold;
	font-style: italic;
}
#footer a:visited {
	color: #808080;
}
#content-text a:visited {
	color: #660000;
}
#masthead a:visited {
	color: #808080;
}
#footer a:active {
	color: #660000;
}


#content-text a:active {
	color: #660000;
}


#masthead a:active {
	color: #660000;
}


/*******************************************************/
/* Left Related Styles                                 */
/*******************************************************/
#nav {
	float: left;
	font-size: 75%;
	width: 12em;
	margin: 10px 4px 4px 0px;
	padding: 0px 0px 0px 0px;
	color: #CCCCCC;
}
#nav ul {
	list-style: none;
	padding: 0px 0px 0px 6px;
	margin: 4px 0px 4px 0px;
}
#nav li {
	margin: 0 0.15em;
	padding: 0;
	text-align: center;
	width: 10em;
	height: 4.25em;
	line-height: 3.75em;
	color: #333300;
}
#nav li a {
	margin: 0px;
	background-position: center top;
	background-image: url('images/graphics/nav.jpg');
	background-repeat: no-repeat;
	color: #47001B;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	text-indent: .25em;
	font-size: 125%;
	width: 9em;
	float: left;
}
#nav li a:hover {
	margin: 0px;
	background-position: center top;
	background-image: url('images/graphics/nav.jpg');
	background-repeat: no-repeat;
	color: #000000;
	height: 3em;
	line-height: 2.5em;
	float: left;
	width: 9em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	text-indent: .25em;
	font-size: 125%;
}
#nav li a:active {
	margin: 0px;
	background-position: center top;
	background-image: url('images/graphics/nav.jpg');
	background-repeat: no-repeat;
	color: #4C2727;
	height: 3em;
	line-height: 2.5em;
	float: left;
	width: 9em;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	text-indent: .25em;
	font-size: 125%;
}
#nav p {
	margin: 3px;
}
#nav img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#nav div.buttonimg {
	border: 0px none;
	height: 15px;
	display: inline;
	float: left;
	width: 15px;
	text-align: center;
}

/*******************************************************/
/* Footer Related Styles                               */
/*******************************************************/
#footer {
	text-align: center;
	font-size: 75%;
	width: 760px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear: both;
	color: #CCCCCC;
}
#footer p {
	margin: 0px;
	padding: 0px;
}

/*******************************************************/
/* Content Related Styles                              */
/*******************************************************/
#content {
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: left;
	color: #E7E7E7;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: large;
	color: #246024;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: medium;
	color: #800000;
	padding: 0px;
	font-family: "Book Antiqua";
	margin-top: 10px;
}
#content #content-top {
	margin: 0px;
	padding: 0px;
	width: 635px;
}
#content #content-middle {
	margin: 0 0 15px 0;
	padding: 0px;
	width: 635px;
}
#content #content-bottom {
	margin: -15px 0 0 0;
	padding: 0px;
	width: 635px;
}
#content #content-top {
	background-position: left bottom;
	background-image: url('images/graphics/background-content-top.gif');
	background-repeat: no-repeat;
	height: 45px;
}
#content #content-middle {
	background-position: left center;
	background-image: url('images/graphics/background-content-middle.gif');
	background-repeat: repeat-y;
}
#content #content-bottom {
	background-position: left top;
	background-image: url('images/graphics/background-content-bottom.gif');
	background-repeat: no-repeat;
	height: 45px;
}
/*-----------------------------------------------------*/
/* Content-Text Related Styles                         */
/*-----------------------------------------------------*/
#content #content-text {
	padding-right: 20px;
	padding-left: 25px;
}
#content-text .info {
/*
	width: 100%; */
	clear: both;
}
#content-text .sale-photo {
	margin: 5px;
	padding: 0px;
	float: right;
	text-align: center;
	font-style: italic;
	color: #246024;
	font-weight: bold;
	position: relative;
	left: 25px;
	top: 5px;
}
#content-text .sale-h1 {
	border-width: thin;
	font-size: medium;
	color: #800000;
	font-weight: bold;
	font-variant: small-caps;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: 890000;
	border-right-color: 890000;
	border-bottom-color: 890000;
	border-left-color: 890000;
	margin-bottom: 10px;
	text-align: center;
	margin: 10px 15px 10px 0;
}
#content-text .center {
	text-align: center;
}
#content-text .noborder {
	border-width: 0px;
}
#container #content #content-middle #content-text #movie {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #content #content-middle #content-text #moviepic {
	position: relative;
	z-index: 0;
	left: 0px;
	top: 45px;
	text-align: center;
}
#content-text .backtotop {
	font-style: italic;
	text-align: right;
	font-size: small;
	margin-top: 12px;
	clear: both;
	margin-bottom: 12px;
}
#content-text #links li {
	margin-bottom: 12px;
}
#content-text #sale-links {
	text-align: center;
	font-size: small;
}
