html, body {
	margin: 0;
	padding: 0;
	background: #313131 url(/static/lola-back1.png) repeat-y fixed top center;
}

body { 
	min-width: 750px;
}

#container {
	margin: 0 auto;
	width: 750px;
}

#header {
	width: 750px;
	height: 200px;
	background: #9cf url(/static/header-back.jpg) no-repeat scroll top center;
	text-align: center;
}

/* Style the Nav Bar */
#navbar {
	width: 750px;
	height: 36px;
	background: #222 url(/static/navbar1.jpg);
	text-align: center;
}

#navbar ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style-type: none;
}

#navbar ul li {
	display: inline;
	font: 0.9em Arial, sans-serif;
	padding: 0 15px 0 15px;
}

#navbar ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#navbar ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ff0;
}


/* Style for the main content */
/* This will get much larger! */
#content {
	width: 710px;
	background: #fff;
	padding: 10px 20px 10px 20px;
}

#content p { 
	font: 1.2em Garamond, Times, Times New Roman, serif;
	line-height: 1.5;
	margin-top: 10px; 
	margin-bottom: 40px;
	text-align: justify;
	color: #444;
}

#content p.beforeblockquote { 
	margin-bottom: 10px;
}


#content blockquote { 
	font: 1em Arial, sans-serif;
	line-height: 1;
	margin-top: 0; 
	margin-bottom: 30px;
	text-align: justify;
	color: #000;
}

#content p.beforelist{ 
	margin-bottom: 10px;
}

#content ul { 
	font: 1em Arial, sans-serif;
	line-height: 1;
	margin-top: 0; 
	margin-bottom: 30px;
	color: #000;
}

#content h3 { 
	font: bold 1.8em Garamond, Times, Times New Roman, serif;
	line-height: 1.5;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	margin-top: 10px;
	width: 400px;
	color: #779;
	text-align: justify;
}

#content h4 { 
	font: bold 1.4em Garamond, Times, Times New Roman, serif;
	line-height: 1.5;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	margin-top: 10px;
	/* width: 400px; */
	color: #336;
	text-align: justify;
}

#content a {
	text-decoration: none;
}

#content a h3 {
	text-align: center;
	text-decoration: none;
}

#content a:hover h3 {
	text-decoration: underline;
}

#content a img {
	border: 2px solid white;
}

#content a:hover img {
	border: 2px solid yellow;
}

#section1 {
	width: 710px;
	clear: both;
}

#section1 img {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

#section2 {
	width: 710px;
	clear: both;
}

#section2 img {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

#thumbnails {
	margin-top: 20px;
	clear: both;
}

#thumbnail {
	float: left;
	padding: 0 0 0 0;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	margin-bottom: 18px;
}

#thumbnail img {
	padding: 0;
}

#thumbnail_image {
	height: 100px;
}

#thumbnail p {
	text-align: center;
	font: 0.8em Arial, sans-serif;
	color: #000;
}

#itemgallery {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#itemgallery td {
	margin: 0;
	padding: 0;
}

ul.errorlist {
	margin: 0;
	padding: 0;
}

.errorlist li {
	font: 1em Arial, sans-serif;
	background-color: red;
	color: white;
	display: block;
	font-size: 10px;
	margin: 0 0 3px;
	padding: 4px 5px;
}

#djangoform th {
	vertical-align: bottom;
}

#minicart {
	float: right;
	border: 3px solid red;
	background-color: #f88;
	padding: 5px 5px 5px 5px;
}

#minicart a {
	color: black;
	font: 0.8em Arial, sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}

#minicart a:hover {
	text-decoration: underline;
}

#cart {
	width: 100%;
	border-collapse: collapse;
}

#cart td, #cart th {
	padding-left: 5px;
	padding-right: 5px;
}

#cart th.top {
	border: 1px solid black;
	color: #fff;
	background-color: #000;
	text-align: center;
}

#cart th {
	text-align: left;
}

#cart td {
	font: 0.8em Arial, sans-serif;
}

#cart td.number {
	border: 1px solid black;
	text-align: right;
}

#cart td.X {
	border: 1px solid black;
	text-align: center;
}

#cart td.text {
	border: 1px solid black;
	text-align: left;
}	

/* Style for the footer (right now there is no footer) */
#footer {
	height: 20;
	clear: both;
}
