@charset "utf-8";
/* CSS Document
 * Client: Barrington Pottery
 * Author: Sam Rowsell (EDSA Designs Ltd)
*/

/* HTML Elements */
/* Standard */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Times New Roman", Times, serif;
	background: url(images/bg.jpg) repeat-x #dddd99;
	text-align: center;
}

a {
	text-decoration: none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #824C06;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #824C06;
}

h3 {
	font-family: 'Times New Roman', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	color: #824C06;
	margin-bottom:5px;
}

h4 {
	font-family:"Times New Roman", Times, serif;
}

p {
	font-family: 'Times New Roman', Arial, Verdana, Sans-Serif;
	font-size: 16px;
	color: #824C06;
	margin-bottom:5px;
}

li {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #393831;
	margin-left: 10px;
	list-style-type: square;
	list-style-position: inside;
}

img a {
	border: none;
}

img a:hover {
	border: none;
}

form {
	margin: 20px 5px 5px 5px;
}

.clear {
	clear: both;
}


/* Document Containers */
/* Wrapper */
#wrapper {

	width:800px;
	margin:auto;
}

#content {
	background: url(images/bg.jpg) repeat-y;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #824C06;
	padding:0px 20px 10px 20px;
	min-height: 0.01%;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 760px; /* peekaboo bug fix for IE7 */
	display: inline-block; /* peekaboo bug fix */
}

.clear {
	clear: both;
}

/* Footer */
#footer {
	width:800px;
}

#footer-content {
	background: url(images/footerbg.jpg) repeat-y;
}

#footer-content p {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #824C06;
}

#footer-content h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #8f8d7f;
	margin-bottom: 3px;
}