body  {
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
/*Layout Divs */
#container {
	width: 780px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	}

#header {
	background-color: #FFFFFF;
	border: 8px solid #eee;
	height: 200px;
}	
	
#logo {
	width: 260px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 40px;
	padding-top: 10px;
}

#headcontain {
	width: 460px;
	float: left;
}

#list {
	background-color: #FFFFFF;
	width: 140px;
	height: 100px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#address {
	background-color: #CCCC9A;
	height: 80px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-left: 20px;
	margin-left: 170px;
	margin-top: 20px;
	padding-top: 20px;
}

#menu {
	width: 400px;
	margin-left: 50px;
}

#menu ul{
	margin: 0;
	padding: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	font-size: .85em;
}

#menu li{
display: inline;
margin: 0;
}

#menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #000000;
	background: #CCCC9A; /*background of tabs (default state)*/
	width: 60px;
}


#menu li a:hover, #menu li.selected a{
background: #330033; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color:#FFFFFF}


#content{
	clear: both;
	background-color: #EDEDED;
}

#rolloverpic {
	float: left;
	padding-left: 40px;
	width: 310px;
}

#mainpic {
	height: 250px;
	margin-left: 350px;
}

#maintext {
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 0px;
	border-top: solid #330033 10px;
	background-color: #EDEDED;
	margin-bottom: 0px;
}

#catalog {
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 0px;
	border-top: solid #330033 10px;
	background-color: #EDEDED;
	margin-bottom: 0px;
}

#thumbs {
	padding-top: 20px;
	background-color: #EDEDED;
	margin-bottom: 20px;
	border-top: solid #330033 10px;
	padding-left: 40px;
	padding-right: 30px;
	width: 700px;

}

#left {
	float:left;
	width: 200px;
}
#title {
	float:left;
	text-align: center;
	width: 300px;
}
#right {
	float:right;
	width: 200px;
	text-align: right;
}

#gallerypic {
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 0px;
	background-color: #EDEDED;
	margin-bottom: 0px;
}


#text {
	background-color: #330033;
	color: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

#footer {
	background-color: #330033;
	color: #FFFFFF;
}

#text p {
	padding-top:10px;
	margin-bottom: 0px;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
	padding-left: 40px;
	font-size: .85em;
}

#footer a:hover {color:#cccc9a}

.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;
}
#list ul {
	font-size: 0.75em;
	color: #000000;
	list-style-type: none;
}
#footer hr {
	margin-left: 40px;
	margin-right: 40px;
	color: #cccc9a;
	margin-top: 0px;
	margin-bottom: 0px;
}
#address p {

}
#address a {
	color: #000000;
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	color: #330033;
	margin-bottom: 0px;
	clear: both;
}

h1 {
	font-size: 1.5em;
	color: #330033;
}

#maintext img {
	float: left;
	border: solid 7px white;
	margin-right: 20px;
	margin-bottom: 20px;
}

#galleryimage img {
	float: left;
	border: solid 7px white;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
	margin: 0}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

#maintext a {
	color: #000000;
	text-decoration: none;
}

#catalog a {
	color: #000000;
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#title h2 {
	margin-top: 20px;
}

a img.arrow {
	margin-top:-50px;
	padding-left: 20px;
	padding-right: 20px;
}

.advert {
	height:300px;
	padding-left: 20px;
}

