/*--------------main-------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	letter-spacing: 4px;
	background-image: url(images/backgroundimage.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*--------------container-------------------*/

#container {
	width: 760px;
	margin: 0px auto;
	height: auto;
	height /**/: auto;
	min-height: 654px;
	display: block;
}

/*--------------header-------------------*/

#header {
	width: 720px;
	display: block;
	padding: 35px 20px 15px;
}

#scupltureheader {
	width: 720px;
	display: block;
	background-repeat: no-repeat;
	height: 51px;
	margin: 0px auto;
}

#scuplturehlogo {
	height: 51px;
	width: 720px;
	background-image: url(images/sculpturelogo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#hlogo {
	height: 316px;
	width: 720px;
	background-image: url(images/newheader.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: right;
}

#titlelogo {
	width: 750px;
	margin: 0px auto;
	height: 34px;
	display: block;
	padding: 2px;
	background-image: url(images/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/*--------------main-------------------*/

#main {
	width: 720px;
	display: block;
	padding: 10px 20px;
}

#main a {
	text-decoration: none;
	color: #990000;
}

#main a:hover {
		text-decoration: none;
		color: #CCCCCC;		
}

#main ul{
	list-style-type: none;
}

#link {
	width: 720px;
	display: block;
	height: 44px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
}

#buttons {
	height: 44px;
}

#menu {
	margin: 0px; 
	padding: 0px;
	height: 44px;
}

#menu li {
	height: 44px;
	background: url(images/button.gif) no-repeat;
	display: block;
	list-style: none;
}

#menu a {
	height: 44px;
	display: block;
	text-decoration: none;
}

#menu a:hover {
		text-decoration: none;
}

#menu #bg1 {
	left: 0px;	
}

#menu #bg1 a:hover {
	background: url(images/button.gif) no-repeat 0px -44px;
	width: 720px;
}

#backlink {
	width: 717px;
	display: block;
	height: 44px;
	background-image: url(images/back_button.gif);
	background-repeat: no-repeat;
	clear: both;
}

#backbuttons {
	height: 44px;
}

#backmenu {
	margin: 0px; 
	padding: 0px;
	height: 44px;
}

#backmenu li {
	height: 44px;
	background: url(images/back_button.giff) no-repeat;
	display: block;
	list-style: none;
}

#backmenu a {
	height: 44px;
	display: block;
	text-decoration: none;
}

#backmenu a:hover {
		text-decoration: none;
}

#backmenu #backbg1 {
	left: 0px;	
}

#backmenu #backbg1 a:hover {
	background: url(images/back_button.gif) no-repeat 0px -44px;
	width: 717px;
}

/*--------------footer-------------------*/

#footer {
	width: 720px;
	display: block;
	padding: 10px 20px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #990000;
}

#footer a:hover {
		text-decoration: none;
		color: #CCCCCC;		
}

#homefooter {
	width: 720px;
	display: block;
	padding: 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	text-align: center;
}

#homefooter a {
	text-decoration: none;
	color: #990000;
}

#homefooter a:hover {
		text-decoration: none;
		color: #CCCCCC;		
}

/*--------------gallery-------------------*/

#gallery {
	display: block;
	margin: 0px auto;
}

#gallery ul{
	margin: 0px;
	padding: 0px;
}

#gallery li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#thumbcontainer {
	width: 720px;
	display: block;
	margin: 0px auto;
}

#thumb {
	width: 170px;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

/*--------------other-------------------*/

.hidden {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.centre {
	text-align: center;
}
