/* basic style */
.usrButton   { font-family: Arial; font-size: 12pt; text-align: center; color: #C0C0C0; font-weight: bold }
.usrMainText { font-family: Comic Sans MS; font-size: 12pt; color:#C0C0C0; width: 100%;	text-align: center;}
.usrRange    { font-family: Comic Sans MS; font-size: 12pt; font-style: italic; text-align: center; color:#C0C0C0 }
.usrCopyRight    { font-family: Comic Sans MS; font-size: 9pt; font-style: italic; text-align: right; color:#C0C0C0 }
.usrBackGround { background-color: #000000;}
.usrMenuBackGround {
	background-color: #666666;
}
.usrContactSection { font-family: Comic Sans MS; font-size: 12pt; color:#C0C0C0; width: 100%; text-align: right; font-weight: normal;}



/* Gallery Formating */
#usrGalleryHeader {
	position:absolute;
	left:17px;
	top:713px;
	width:439px;
	height:95px;
	z-index:3;
	border-top-style: ridge;
	border-left-style: ridge;
}

img.Gallerythumbs {
	float:left;
	/* height and width commented out so that the thumbnail image size dictates displayed size
/*	height:100px;
	width:100px;*/
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
	border-width: 1px;
}
#GalleryMain {
	position:absolute;
	left:463px;
	top:246px;
	width:491px;
	height:595px;
	z-index:2;
}
#GallerythumbContainer {
	left:18px;
	top:244px;
	width:437px;
	height:462px;
	z-index:1;
	position:absolute;
}



/* Hyperlink formatting */
a:link       { font-family: Arial; font-size: 12pt; color: #D1BFCC; text-align: center }
a:visited    { font-family: Arial; font-size: 12pt; color: #D1BFCC; text-align: center }
a:active     { font-family: Arial; font-size: 12pt; color: #D1BFCC; text-align: center }
address{ font-family: comi; font-size: 12pt; color: #C0C0C0; font-style: italic }
