body {
	padding:0;
	margin:0;
	background-color:#000000;
	background-image: url(../graphics/bkgrnd-repeat2.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 28px 0px;
}
ul{
	padding-left:0px;
	margin-left: 0px;
	left: 0px;
	list-style-type:none;
	color: #FFFFFF;
}
li{
	margin-bottom: 10px;
}



.bgleft {
	background-image:url(../graphics/bg-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}
.bgcenter {
	background-image:url(../graphics/bg-center.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}
.bgright {
	background-image:url(../graphics/bg-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 14px;
}
.bodytext a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.bodytext a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.menutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	margin-left: 8px;
	margin-right: 2px;
	margin-top: 14px;
}
.menutext a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.menutext a:hover {
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
}
.dottedline {
	width: 100%;
	margin-top: 6px;
	height: 4px;
	background-image: url(../graphics/line-divide.png);
	background-repeat: repeat;
}
.dottedline2 {
	width: 350px;
	margin-right: 25px;
	margin-left: 30px;
	background-image: url(../graphics/line-divide.png);
	background-repeat: repeat;
	height: 4px;
}
.fadeleft {
	background-image: url(../graphics/edge-left.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 700px;
}
.faderight {
	background-image: url(../graphics/edge-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.footertext a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.footertext a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}
.mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #52BB85;
	text-decoration: none;
	width: 188px;
	border: 1px solid #52BB85;
}

.fotobox {
	margin: 0px;
	padding: 4px;
	text-align: center;
	border: 1px dashed #660000;
}

.fotoboxBG {
	background-image: url(../graphics/picframe.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 50px;
	padding-bottom: 45px;
	padding-left: 54px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
