
body{
	background-color: #000;
	font-family: Courier New, Courier New, Courier6, monospace;
	font-size: .9em;
}

a:link{
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
 	outline: none;
}

a:visited{
	color: #000000;
	font-size: 1.1em;
 	outline: none;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	background-color: #000000;
	outline: none;
	text-decoration: none;
}


/*-----------------------------            menu          -----------------------------*/

#totalMenu{
	width:130px;
	float:right;
	margin:0 30px 0 0;
	overflow:visible;	
	clear: both;
}

#menu{
	line-height: 34px;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
}

#galleryMenu{
	display:none; 
	text-align:right; 
	width:130px; 
	margin: -20px 0 0 -90px; 
	float:left;
	font-size: 
	line-height: 28px;
	font-size: 1em;
	font-weight: 500;
}
.gallerySub{
	display:none; 
	text-align:left; 
	position:relative; 
	margin: 5px 0 0 54px;
	width: 160px;
	line-height: 20px;
}

#adminMenu{
	display:none; 
	text-align:right; 
	width:130px; 
	margin: -20px 0 0 -90px; 
	float:left;
	font-size: 
	line-height: 28px;
	font-size: 1em;
	font-weight: 500;
}

/*-----------------------------            layout          -----------------------------*/

#wrap{
	margin: 0 auto;
}
	
#header{
	background-image: url(/images/headImage3.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 500px;
	height: 35px;
	float:right;
	background-repeat: no-repeat;
	margin: 10px 34px 0 0;
}
	
#mainBody{
	margin: 30px auto 0 auto;
	background-image:url(/images/BGborder.jpg);	
	background-repeat: no-repeat;
	width: 1025px;
	min-height: 807px;
}

#mainBodyContent{
	margin: 40px 0 29px 90px;
	width: 750px;
	height: 690px;
	float: left;
}

.clearer{
	clear:both;	
}

#footer{
	font-size: .9em;
	font-family: Courier New, Courier New, Courier6, monospace;
	color: #606060;
	clear:both;	
	text-align: center;
}

#footer a{
	color: #A6A6A6;
}


#indexImageA{
	width:300px;
	height: 250px;
	float:left;	
	margin: 170px 40px 0 20px;
	overflow: hidden;
	border: solid 7px black;
}

#indexImageB{
	width:180px;
	height: 250px;
	float:left;	
	margin: 170px 40px 0 0;
	overflow: hidden;
	border: solid 7px black;
}

#indexImageC{
	width:110px;
	height: 250px;
	float:left;	
	overflow: hidden;
	margin: 170px 0 0 0;
	border: solid 7px black;
}


/*-----------------------------            formatting          -----------------------------*/

ul{
	list-style: none;
}

h1{
	font-size:1em;	
	font-weight: bolder;
	text-transform: uppercase;
}

p{
	font-size:.7em;	
	line-height: 2em;
}

.contentHeader{
	width:730px;
	margin:20px 0 35px 10px;
}

.paragraphHolder{
	margin:-19px 0 0 10px;
	padding:0 20px 0 0;	
	text-align: left;
	width:650px;
	height: 600px;
	font-size: 1.3em;
	overflow: auto;
}

.paragraphHolder p{
	margin: 13px 0 0 0;
}

.paragraphHolder ul li{
	font-size:.8em;	
	line-height: 2em;
	margin: 0 0 20px -38px;
}


.paragraphImage{
	float: right;
	margin: 20px 0 30px 30px ;
	border: solid 7px black;
}

#mainBodyContent a:link{
	color: #000;
	background-color:#959595;	
}

#mainBodyContent a:visited{
	color: #000;
	background-color:#959595;	
}

#mainBodyContent a:hover{
	color: #fff;
	background-color:#000;	
}


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

.hoverscroll {
	margin: 50px 0 0 0;
}
	
#thumbGallery li {
	width: 67px;
	height: 52px;
	background: #000;
	margin: 0 30px 0 0;  /* this makes thumbs return at 30px  */
	border: 3px solid #000;
	overflow: hidden;
}
	
.mybox { 
	width:650px; 
	height:115px; 
	text-align: left;/*-- this jacks up the width of the scroll pane --*/
	margin: 0 0 0 20px;
	float: left;
}

.imageTextHead{
	margin:30px auto 0 auto;	
	text-align: left;
	width:600px;
}


.imageText{
	font-size: 1.3em;
	text-align: left;
	width: 500px;
	height: 150px;
	overflow: auto;
	margin: 0 0 0 0;
	float: left;
}

.largeImage{
	border:solid 7px black;	
}

.centerLargeImg{
	text-align:center;
	margin:0 0 30px 0;	
}


/*-----------------------------            the window that will scroll       -----------------------------*/

.scroll-pane {
	font-size: 1.3em;
	text-align: left;
	width: 100%;
	height: 140px;
	overflow: auto;
	/*-- background: #ffffff;  --*/
	float: left;
}



/*-----------------------------            stuff Alex added       -----------------------------*/

.admin_options{
	font-size: .8em;
	margin-left: 20px;
}














