* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #c6c7a9 url('../images/bg.jpg') repeat-y top center;
	font-size: 62.5%;
	font-family: "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 1050px;
	margin: 0 auto;
}

#topper {
	display: none;
}

#header {
	display: none;
}

#nav_menu {
	display: none;
}

#photo_block {
	position: relative;
	width: 1050px;
	background: #aaaaaa;
}

	#photo_block img {
		display: none;
	}

#slideshow_thumbs {
	display: none;
}

	#sidebar {
		position: absolute;
		top: 0;
		left: 0;
		height: 483px;
		width: 340px;
		background: #fcf5fb;
		padding: 25px 50px 25px 25px;
		font-size: 1.2em;
		color: #767676;
	}
	
		#sidebar table {
			border-spacing: 0px 2px;
		}
		
		#sidebar tr {
			background-color: #57004f;
			color: white;
			font-size: 1.8em;
			cursor: pointer;
			white-space: nowrap;
		}
		
		#sidebar td {
			padding: 5px 15px;
		}
		
		#sidebar tr:hover {
			background-color: #3d0738;
		}
		
		#sidebar a {
			color: #505050;
		}
	
	#poem_bg {
		display: none;
	}
	
	#poem {
		display: none;
	}
	
	#poem div {
		display: none;
	}
	
#slideshow_thumbs_hori {
	display: none;
}

#slideshow_thumbs_hori img {
	display: none;
}

#page_title {
	position: relative;
	width: 975px;
	height: 40px;
	line-height: 40px;
	background: #57004f;
	color: white;
	font-size: 2.6em;
	padding-left: 75px;
	cursor: default;
}

#text_content {
	position: relative;
	width: 950px;
	padding: 25px 50px 10px 50px;
	font-size: 1.2em;
	color: #767676;
	background: #fcf5fb;
}

	#text_content a {
		color: #505050;
	}

	div.text_column_left {
		width: 450px;
		clear: none;
	}
	
	div.text_column_right {
		width: 450px;
		float: right;
	}

	span.first_letter {
		font-size: 1.8em;
		font-weight: bold;
	}
	
	div.footnote {
		text-align: right;
		font-style: italic;
	}
	
	#text_content table {
		border-collapse: collapse;
		border: 2px solid #767676;
		margin-bottom: 3.0em;
	}
	
	#text_content td {
		border: 1px solid #767676;
		padding: 2px 5px;
	}
	
	#text_content th {
		border: 1px solid #767676;
		padding: 2px;
		background-color: #ddd;
	}

#footer {
	display: none;
}
	
#footer_bottom {
	display: none;
}

#grunge_left {
	display: none;
}

#grunge_right {
	display: none;
}

.hidden {
	display: none;
}

.transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}

#mailing_list_reply, #contact_reply {
	opacity: 0;
	filter: alpha(opacity=0);
}

ul {
	margin-left: 15px;
}

h1 {
	font-family: "Segoe Script", "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	border-bottom: 1px solid #767676;
	cursor: default;
}

h2 {
	font-family: "Segoe Script", "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px solid #767676;
	cursor: default;
}

label {
	width: 60px;
	float: left;
	text-align: right;
	margin-top: 4px;
	margin-right: 5px;
	display: block;
	vertical-align: middle;
}

input {
	font-family: "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 3px 0;
	border: 1px solid #767676;
	background-color: #eee;
	width: 273px;
	vertical-align: middle;
}

textarea {
	font-family: "Century Gothic", "AppleGothic", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 3px 0;
	border: 1px solid #767676;
	background-color: #eee;
	width: 338px;
	height: 100px;
}

#submit_button {
	width: auto;
	float: right;
	padding: 0 10px;
	cursor: pointer;
}

span#nav_arrows {
	display: none;
}

span.quote {
	text-transform: uppercase;
	float: left;
	margin-bottom: 1.0em;
	margin-right: 10px;
	font-style: normal;
}

span.price {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 1.6em;
}

span.pre {
	white-space: pre;
}

div.quotes li {
	margin-bottom: 20px;
	list-style-image: url("../images/quote_start.png");
}

div.clear_floats {
	clear: both;
}
