/* Container --- */

#container {
	background: url(../images/common/vines.png) no-repeat;
	margin: 0 auto;
	padding: 0 65px 0 0;
	width: 790px;
	}

#container-short {
	background: url(../images/common/vines_short.png) no-repeat;
	margin: 0 auto;
	padding: 0 65px 0 0;
	width: 790px;
	}

/* Banner --- */

#banner {
	}

/* Content --- */

#content {
	background: url(../images/content_background.png);
	}

#book-rows {
	height: 300px;
}

/* Main --- */

#main {
	width: 435px;
	}

	#main-content {
		background: url(../images/main_background.png);
		padding: 0 25px 10px 40px;
		}

/* Sidebar --- */

#sidebar {
	float: right;
	width: 355px;
	}

	#sidebar-content {
		background: url(../images/sidebar_background.png);
		padding: 0 40px 10px 25px;
		}

/* Full --- */

#full {
	}

	#full-content {
		background: url(../images/full_background.png);
		padding: 0 50px 10px 50px;
		}

/* Featured --- */

#featured {
	}

	#featured-content {
		background: url(../images/featured_background.png);
		padding: 0 40px 10px 25px;
		}

/* Contact Form --- */

label {
	color: #46731e;
	display: block;
	float: left;
	margin: 3px 0 1px 0;
	padding-right: 3px;
	width: 95px;
	text-align: right;
	}

input, select, textarea {
	color: #629832;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	margin: 2px 0;
	padding: 2px 0;
	}

form img {
	margin-bottom: -3px;
}

.text-normal {
	width: 130px;
	}

.text-long {
	width: 185px;
	}

.textfield {
	height: 100px;
	width: 185px;
	}

.submit {
	margin-left: 98px;
	}

#main-footer {
	}

#content-footer {
	clear: right;
	}

/* Footer --- */

#footer {
	background: url(../images/footer_bottom.png);
	color: #f3e9ca;
	height: 80px;
	padding: 20px 0 0 10px;
	text-align: left;
	}

#footer a {
	color: #ffffff;
	text-decoration: underline;
	}

#footer a:hover {
	color: #f3e9ca;
	}