body {
	background-color: #d7c0be;
	/*background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x, repeaty;*/
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #000000;
}

#container {
padding: 10px;
}

.topborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C9C8;
}

.subheadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.subheadings_grey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2FA0C7;
}

.mainborder {
	border: 1px solid #000000;
}


.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.border {
	border: 1px solid #000000;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
}


.shop-headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

.breadcrumbs {
padding-left: 10px;
}

.lineheight-links {
	line-height: 20px;
}

.image-left {
	float: left;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-right {
	float: right;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.image-centered {
	margin: 10px;
	float: none;
	border: 1px solid #000000;
}

.image-left1 {	margin: 10px;
	float: left;
	border: 1px solid #000000;
}
.image-right1 {	margin: 10px;
	float: right;
	border: 1px solid #000000;
}

.wherearetheynav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	background-color: #FFFFFF;
	border: 1px dashed #000000;
}
.showdiv {
	position: absolute;
	width: 730px;
	height: auto;
	visibility: visible;
}
.hidediv {
	position: absolute;
	height: auto;
	width: 730px;
	visibility: hidden;
}

#albumlist {
list-style-type: none;
width:520px;
clear:both;
}

#albumlist li {
float: left;
width: 200px;
margin-right: 5px;
margin-bottom:10px;
}

