body {
	background-color: #dedddb;
	margin: 0;
}
.button {
	font-family: "Vitesse Sans Light";
	font-size: 11px;
	background-color: #FC3;
	margin-left: 560px;
}
a:link {
	color: #7A7361;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #FC6;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #7A7361;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 70px;
	width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#name {
	float: left;
	height: 50px;
	width: 170px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-top: 25px;
	padding-left: 70px;
	clear: right;
}
#centre {
	width: 980px;
	float: right;
}
#content {
	height: 615px;
	width: 980px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
#title {
	height: 30px;
	width: 980px;
	float: right;
	text-align: left;
	color: #A3A19B;
}
.title {
	height: 30px;
	text-align: left;
	padding-left: 80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #BEB9A5;
}
#zoomifyBox {
	width: 980px;
	clear: both;
	float: right;
}
#verticrama1 {
	height: 490px;
	width: 490px;
	margin-top: 20px;
	text-align: center;
	background-color: #8D7B67;
	float: left;
}
#verticrama2 {
	height: 490px;
	width: 490px;
	margin-top: 20px;
	text-align: center;
	background-color: #8D7B67;
	float: right;
}
#naviga {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	width: 204px;
	padding-right: 35px;
}
#thumbs {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-left: 30px;
}
#contact {
	height: 20px;
	width: 120px;
	margin-top: 45px;
	text-align: right;
	float: right;
}
#linc1 {
	height: 20px;
	width: 220px;
	margin-top: 49px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-align: right;
}
.linc1 {
	height: 20px;
	width: 220px;
	margin-top: 49px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-align: right;
}
#linc2 {
	height: 20px;
	width: 100px;
	margin-top: 45px;
	text-align: center;
	float: left;
}
.linc2 {
	height: 20px;
	width: 100px;
	margin-top: 45px;
	text-align: center;
	float: left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8E8571;
	clear: right;
	overflow: auto;
}
.imageClearR {
	clear: right;
	overflow: auto;
}
#logo {
	float: left;
	padding-left: 40px;
	padding-top: 20px;
	height: 50px;
}
#footer {
	background-color: #CCC;
	height: 30px;
	clear: both;
	width: 980px;
}
.footer {
	font-family: "Vitesse Sans Light";
	font-size: 11px;
	color: #999;
	text-align: center;
	padding-top: 10px;
}
input#round{
	width: 30px; /*same as the height*/
	height: 16px; /*same as the width*/
	background-color: #D4C181;
	border: 1px solid #ffff33; /*same colour as the background*/
	color: #000;
	font-size: 0.6em;
	/*set the border-radius at half the size of the width and height*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*give the button a small drop shadow*/
	-webkit-box-shadow: 0 0 3px rgba(0,0,0, .75);
	-moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
	box-shadow: 1px 1px 5px rgba(0,0,0, .75);
    }
    /***NOW STYLE THE BUTTON'S HOVER STATE***/
    input#round:hover{
    background:#c20b0b;
    border:1px solid #c20b0b;
    /*reduce the size of the shadow to give a pushed effect*/
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0, .75);
    box-shadow: 0px 0px 5px rgba(0,0,0, .75);
    }
