html {
	overflow-y: scroll;
}
body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/sitebackground5.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
h1 {
	font-size: 1.3em;
	color: #C4DFF7;
}
h2 {
	font-size: 1.1em;
}

a img {
	border: 1px solid #FFFFFF;
}
#layout {
	background: url(images/rightpanelbackground4.jpg) repeat-y right top;
	margin-left: 275px;
}
#logoimage {
	border-width: 0px;
	border-style: none;
	float: left;
	margin: 5px 5px 5px 30px;
}

#nav {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 55px;
	padding-right: 50px;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 40px 10px 0px;
	font-size: 0.8em;
}
.navbutton1 {
	background: url(images/button1.png) no-repeat center center;
}
.navbutton2 {
	background: url(images/button2.png) no-repeat center center;
}
.navbutton3 {
	background: url(images/button3.png) no-repeat center center;
}
.navbutton4 {
	background: url(images/button4.png) no-repeat center center;
}
.navbutton5 {
	background: url(images/button5.png) no-repeat center center;
}
.navbutton6 {
	background: url(images/button6.png) no-repeat center center;
}
.navbutton-masks {
	background: url(images/button-mask.png) no-repeat center center;
}
.navbutton-figure {
	background: url(images/button-figure.png) no-repeat center center;
}
.navbutton-hair {
	background: url(images/button-hairclip.png) no-repeat center center;
}
.navbutton-jewelry {
	background: url(images/button-earrings3.png) no-repeat center center;
}




#nav a:hover, #nav a:focus {
	background: url(images/button6.png) no-repeat center center;
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	margin-left: 0px;
	margin-right: 50px;
	line-height: 1.4em;
	text-align: justify;
}

#content a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#content a:visited {
	color: #D6E1EF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #B5AE08;
}
#contact {
	color: #D9D1CC;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
#contact a {
	color: #D9D1CC;
	text-decoration: none;
}
#contact a:hover, #contact a:focus, #footer a:hover, #footer a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	color: #999999;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
.thumbdescbox {
	width: 200px;
	text-align: center;
	float: left;
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: 300px;
}
div.thumbs img {
	text-align: center;
	vertical-align: middle;
}
div.thumbs {

}
.thumbs   a:hover   img {
	border: 1px solid #B5AE08;
	text-decoration: none;
}
.textsmall {
	font-size: 0.75em;
}
.textbig {
	font-size: 1.2em;
}

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
.gallerynav {
	font-size: 1.5em;
	font-weight: bold;
	height: 1em;
}

.gallerynavleft {
	float: left;
}
.gallerynavright {
	float: right;
	margin-right: 25px;
}
