@charset "utf-8";
* {
margin: 0;
padding: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #9a9a9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .3em;
	padding-left: 0px;
}

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F5F1DD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 h1 {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 200px;
	background-image: none;
	text-indent: 0px;
}
.twoColFixLtHdr   #sidebar1  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-indent: 0px;
	background-image: none;
}


.twoColFixLtHdr #sidebar1 p {
	font-size: 0.7em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-align: justify;
	color: #656565;
}
#sidebar1 ul {
	list-style-type: none;
}

.twoColFixLtHdr #container #sidebar1 #home a {
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

.twoColFixLtHdr #container #sidebar1 #home a:hover {
background-position: right;
}

#paintings a {
	background-image: url(images/paintings.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

#paintings a:hover {
background-position: right;
}

#prints a {
	background-image: url(images/prints.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

#prints a:hover {
background-position: right;
}

#photos a {
	background-image: url(images/photos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

#photos a:hover {
background-position: right;
}

#artwork a {
	background-image: url(images/artwork.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

#artwork a:hover {
background-position: right;
}

#enquiries a {
	background-image: url(images/enquiries.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}

#enquiries a:hover {
background-position: right;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F5F1DD;
	position: relative;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	background-color: #F5F1DD;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
