body {
	background-position: top center;
	background-repeat: repeat-y;
}

	body.home,
	body.proofs,
	body.error {
		background-color: #333;
		background-image: url(../images/bg/home.gif);
	}

	body.about {
		background-color: #720000;
		background-image: url(../images/bg/about.gif);
	}

	body.products {
		background-color: #013500;
		background-image: url(../images/bg/products.gif);
	}

	body.contact {
		background-color: #20208b;
		background-image: url(../images/bg/contact.gif);
	}

	body.gallery {
		background-color: #b23900;
		background-image: url(../images/bg/gallery.gif);
	}

	body.services {
		background-color: #8e5000;
		background-image: url(../images/bg/services.gif);
	}

	body.order {
		background-color: #510084;
		background-image: url(../images/bg/order.gif);
	}

#primary {
	width: 816px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 816px;
	height: 285px;
}

	body.home #header {
		height: 240px;
	}

	#header h1 {
		position: absolute;
		top: 230px;
		left: 0;
		width: 185px;
		height: 53px;
		background-color: #000;
		background-position: left bottom;
		background-repeat: repeat-y;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}

		#header h1 a {
			display: block;
			width: 185px;
			height: 63px;
			border: 0;
		}
	
		body.about #header h1 {	
			background-image: url(../images/titles/about.gif);
		}
	
		body.products #header h1 {	
			background-image: url(../images/titles/products.gif);
		}
	
		body.contact #header h1 {	
			background-image: url(../images/titles/contact.gif);
		}
	
		body.gallery #header h1 {	
			background-image: url(../images/titles/gallery.gif);
		}
	
		body.services #header h1 {	
			background-image: url(../images/titles/services.gif);
		}
	
		body.order #header h1 {	
			background-image: url(../images/titles/order.gif);
		}

#logo,
#logo img {
	display: block;
	border: 0;
}

#logo a {
	border: 0;
}

#content {
	width: 816px;
	border-width: 5px 0;
	border-style: solid;
	padding: 20px 0;
}

	body.home #content {
		border-width: 0 0 5px;
		border-color: #333;		
	}

	body.about #content {
		border-color: #720000;
	}

	body.products #content {
		border-color: #026100;
	}

	body.contact #content {
		border-color: #20208b;
	}

	body.gallery #content {
		border-color: #b23900;
	}

	body.services #content {
		border-color: #8e5000;
	}

	body.order #content {
		border-color: #510084;
	}

	body.proofs #content {
		border-top: 0;
		padding: 10px 0 20px;
	}

	body.proofs #content h1 {
		font-size: 20px;
		line-height: 100px;
	}

#column_l {
	float: left;
	width: 528px;
}

#column_r {
	float: right;
	width: 256px;
	overflow: hidden;
}

#column_r h2 {
	margin: 0 0 14px;
	font-size: 12px;
	line-height: 16px;
}

#column_r ul, #column_r ol, #column_r p {
	font-size: 10px;
	line-height: 14px;
}

#column_r ul, #column_r ol {
	margin: 0 27px 18px;
}

#footer {
	width: 816px;
	padding: 10px 0 0;
}

	#footer ul {
		float: right;
		margin: 0;
	}

		#footer ul li {
			display: inline;
			margin: 0 0 0 8px;
		}

ol.form_fields {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
	ol.form_fields li {
		margin: 0;
		border-bottom: 1px solid #333;
		padding: 12px 0;
	}
	
	ol.form_fields li.buttons {
		padding: 6px;
		border: 0;
		background-color: #202020;
	}
	
	ol.form_fields li.captcha img {
		display: block;
		margin: 0 0 5px;
	}
	
	ol.form_fields label {
		display: block;
		margin: 0 0 3px;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
	}
	
	ol.form_fields li.h label {
		float: left;
		width: 125px;
	}
	
	ol.form_fields li#book_cover_color_li {
		display: none;
	}
	
	ol.form_fields .field_description {
		margin: 5px 0 0;
		font-size: 10px;
		line-height: 14px;
	}
	
	ol.form_fields .field_instructions {
		margin: 0 0 5px;
		font-size: 10px;
		line-height: 14px;
	}
	
	ol.form_fields .book_colors {
		padding: 5px 0 0;
		font-size: 10px;
		line-height: 14px;
	}

input.text {
	width: 250px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	border-width: 1px;
}

input.text.default {
	width: auto;
}

select {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	border-width: 1px;
}

input.submit {
	font-size: 16px;
}

textarea {
	width: 98%;
	height: 100px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

table.list {
	width: 99%;
	margin: 0 0 18px;
}

	table.list th {
		background-color: #222;
		padding: 5px;
		border-left: 1px solid #000;
		font-weight: bold;
		white-space: nowrap;
	}
	
		table.list th.stretch {
			width: 100%;
		}
	
	table.list td {
		padding: 5px 10px 5px 5px;
		border-bottom: 1px solid #222;
	}

#pagination {
	margin: 1.5em 0 0;
	padding: 5px;
	background-color: #111;
	border: 1px solid #222;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

img.photo_book {
	display: block;
	background-color: #fff;
	padding: 10px 2px 5px;
}

#gallery_image {
	position: relative;
	margin: 0 0 1.5em;
}

	#gallery_image div {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}

	#gallery_image img {
		display: block;
		margin: 0;
		border: 4px solid #fff;
		padding: 1px;
	}

.gallery_list {
	margin: 4em 0 0 ! important;
	padding: 0;
	list-style: none;
}

	.gallery_list li {
		float: left;
		width: 120px;
		height: 90px;
		border: 1px solid #fff;
		padding: 0;
	}

	.gallery_list li.odd {
		margin: 0 0 12px 0;
	}

	.gallery_list li.even {
		margin: 0 0 12px 12px;
	}

	.gallery_list img {
		display: block;
		margin: 0;
		border: 0;
		padding: 0;
	}

	.gallery_list a {
		margin: 0;
		border: 0 ! important;
		padding: 0;
	}

#proof_image {
	position: relative;
	margin: 0 auto 1.5em;
}

	#proof_image div {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
	}

	#proof_image img {
		display: block;
		margin: 0;
		border: 4px solid #fff;
		padding: 1px;
	}

#proof_form {
	width: 600px;
	margin: 0 auto;
}