body {
	font-family: "Trebuchet MS";
	font-size: 80%;
	color: #546470;
	margin-top: 0px;
}
#pagecontainer {
	width: 771px;
	margin:auto
}
#topbanner {
	text-align: center;
	height: auto;
	width: 771px;
	margin-top: 0px;
}
#topmenu {
	text-align: center;
	height: 30px;
	width: 771px;
}
#maingallery {
	height: auto;
	width: 771px;
}
#copyright {
	font-family: "Trebuchet MS";
	font-size: 85%;
	background-color: #F0ECE8;
	height: 50px;
	width: 771px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 5px;
}
#imgarea {
	float: right;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: right;
}
#mainbuyme {
	width: 325px;
	margin-top: 20px;
	float: left;
}
#thumbnails {
	width: 350px;
	float: left;
	margin-top: 20px;
	text-align: left;
}
#pagecontainer #maingallery #thumbnails img {
	padding-right: 20px;
}
#paypal {
	height: 30px;
	width: 300px;
	float: left;
	font-weight: bold;
	margin-top: 20px;
}
#bottommenu {
	text-align: center;
	height: 30px;
	width: 771px;
	font-size: 85%;
	font-weight: lighter;
}
#lsimgarea {
	float: right;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: right;
	font-size: 90%;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lsmainbuyme {
	width: 220px;
	float: left;
	margin-top: 20px;
	height: auto;
}
#lspaypal {
	height: 30px;
	width: 220px;
	float: left;
	font-weight: bold;
}
#lsthumbnails {
	width: 500px;
	float: right;
	text-align: right;
}
#pagecontainer #maingallery #lsthumbnails img {
}
#pagecontainer #maingallery #imgarea img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pagecontainer #maingallery #lsimgarea img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.caption {
	font-size: 0.9em;
	font-style: italic;
	text-align: justify;
}
#leftcol {
	float: left;
	height: 100%;
	width: 51%;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #55311B;
}
#rightcol {
	float: right;
	height: 100%;
	width: 48%;
	text-align: right;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: .9em;
	font-style: italic;
}
.imgleft {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: .9em;
	font-style: italic;
}
br.clear {
	display: block;
	clear: both;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #303941;
}
a:visited {
	color: #7199B7;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #55311B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-weight: bold;
}
#lsmainbuyme h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: -20px;
}
#mainbuyme h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: -20px;
}
#pagecontainer #maingallery h2 {
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	margin-top: -15px;
}
#pagecontainer #maingallery h1 {
	font-size: 150%;
	text-align: center;
	padding-bottom: 10px;
}
#pagecontainer #topmenu li {
	display: inline;
}
#pagecontainer #topmenu ul {
	margin-left: 0px;
	margin-top: 5px;
}
#pagecontainer #bottommenu ul {
	margin-left: 0px;
	margin-top: 5px;
}
#pagecontainer #bottommenu li {
	display: inline;
}
#pagecontainer #maingallery ul {
	display: inline;
	list-style-type: none;
}
#pagecontainer #maingallery ul li a img {
	border-style: none;
	padding-top: 30px;
	text-decoration: none;
}
.slopey {
	font-style: italic;
}
#leftcol ul {
	list-style-type: none;
}
#lsthumbnails img {
	margin-left: 15px;
}
#thumbnails img {
	display: inline;
}
#pagecontainer #maingallery #mainbuyme #paypal input {
	margin-bottom: -6px;
	padding-left: 25px;
}
h4 {
	font-style: italic;
	font-size: 100%;
}

/* FORM STYLING */
form {
			width: 100%;
			margin: 0;
			padding: 0;
			}
fieldset {
	float: left;
	width: 44%;
	padding: 1em;
	border: 1px solid #AD8D5C;
	height: 585px;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
			}
fieldset div br {
			display: none;
			}
legend {
			font-weight: bold;
			color: #AD8D5C;
			margin: 0;
			padding: 0.5em;
			}
label {
			font-size: 90%;
			display: block;
			margin-right: 10px;
			}
			
/* ---end--- FORM STYLING */
.smalltxt {
	font-size: 0.82em;
}
.textcentre {
	text-align: center;
}
.indianred {
	color: #A33201;
}
.imgleftCopy {
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}
