body {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFEF8;
	width: 740px;
	/*border: 1px solid #9C4747;*/
	padding: 10px;
}
/* Masthead*/
#masthead {
	height: 90px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 5px 0px
}
/* Navigation */
#navigation {
	float: left;
	width: 145px;
	background-color: #9C4747;
	background-image: url(images/throw.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
}
#navigation p.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;	
	font-weight: bold;	
	text-align: center;	
	color: #C99A9D;	
	margin: 15px 2px 5px 2px;
}
#navigation ul {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}
#navigation li {
	border: solid 1px #9C4747;
	margin: 2px;
	padding: 0px;
}
#navigation a {
	color: #FFFEF8;
	text-decoration: none;
	width: auto;
	display: block;
}
#navigation a:link {
	color: #FFFEF8;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFEF8;
	text-decoration: none;
	background-color: #BB6C6C;
}
#navigation a:visited {
	color: #FFFEF8;
	text-decoration: none;
}
#content {
	clear: none;
}
/* Main content */
#main {
	padding: 2px 0px 10px 10px;
	margin: 0px 0px 10px 148px;
}
#main h1 {
	font-size: 1.3em;
	font-weight: normal;	
	color: #843E46;
	letter-spacing: 4px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #843846;
	margin: 12px 0px 5px 5px;		
}
#main h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin: 12px 0px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#main p {
	font-size: 1.2em;
	text-align: left;
	color: #666666;
	margin: 10px 0px 10px 10px;
}
#main p.centre {
	text-align: center;
}
#main p.right {
	text-align: right;
	margin-right: 25px;
}
#main ul {
	font-size: 1.2em;
	text-align: left;
	color: #666666;
	list-style-position: inside;
	margin: 15px 0px 15px 15px;
	padding: 0px
}
#main a {
	color: #666666;
	text-decoration: underline;
}
#main a:link {
	color: #666666;
	text-decoration: underline;
}
#main a:visited {
	color: #666666;
	text-decoration: underline;
}
#main a:hover {
	color: #999999;
}
#main form {
	margin: 0px;
	padding: 0px;
}
#main table {
	font-size: 1.1em;
	text-align: center;
	margin: 10px auto;
	padding: 0px;
}
#main th {
	color: #666666;
	text-align: left;
	padding: 2px 5px;
}
#main td {
	color: #666666;
	text-align: center;
	padding: 2px 2px;
}
/* Order table */
#main table.order {
	font-size: 1.2em;
	width: 90%;
}
#main table.order th {
	color: #FFFFFF;
	text-align: center;	
	background-color: #9C4747;
}
#main table.order td {
	text-align: center;
	padding: 2px;
}
#main table.order th.item {
	text-align: left;
}
#main table.order td.item {
	text-align: left;
}
#main table.order td.button {
	padding: 5px;
}
/* Details table */
#main table.contact {
	font-size: 1.2em;
	text-align: center;
	width: 90%;
	margin: 10px 15px;
}
#main table.contact th {
	text-align: right;	
}
#main table.contact td {
	text-align: left;
	padding: 2px;
}
#main table.contact td.button {
	padding: 5px;
}
#main table.contact th.textarea {
	vertical-align: top;
}
#main div.strip {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 30px 10px;	
	padding: 3px 5px 5px 5px;	
}
#main div.strip p {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 4px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#main div.strip img {
	margin: 1px;
}
#main img.left {
	float: left;
	margin: 0px 5px 5px 0px;
}
#main img.right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.clear {
	clear: right;
}
/* Footer */
#footer {
	clear: both;
	font-size: 1em;
	text-align: right;
	color: #9C4747;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C4747;
	border-bottom-color: #9C4747;
	margin: 10px 0px 10px 0px;
	padding: 2px 0px;
}
#footer a:link {
	color: #9C4747;
	text-decoration: none;
}
#footer a:visited {
	color: #9C4747;
	text-decoration: none;
}
#footer a:hover {
	color: #9C4747;
	text-decoration: underline;
}