body
	{
		background-color: black;
	}

.button /*'more' button*/
	{
		height: 18px; 
		width: 70px;
		font-size: 12px; 
  	    background-color: orange;
		color: black; 
		text-align: center;
		padding: 0px 0px 4px 0px;
		/*vertical-align: middle;*/
		border: solid black 1px;
		border-radius: 8px; /*rounded corners*/
	}	
	
.button:hover 
	{
	  border: solid red 1px;
	  background-color: red;
	  color: white;
	  cursor: pointer;
	}
	
.description td /*description table row*/
	{
		width: 365px; 
		height: 22px;  
		color: white;
		border-style: solid; 
		border-color: black; 
		border-width: 2px; 
		text-align: center;
		padding: 0px 0px 25px 0px;
	}
	
.gallerywhole/* position of sari quilt gallery*/
	{
		position: absolute;
		top: 100px;
		width: 1600px;
		height: auto;
		left: 10px;		
	}
	
.instructions{
	position: relative; 
	top:175px; 
	color:white; 
	left:100px; 
	padding:0 0 0 0;
	border: 3px solid black;
}

.navigationarrows2
	{ 
		position: absolute;
		display: inline-block;
		top: 2250px;
		width: 1400px;
		text-align: center;
		vertical-align: 50%;
		color: white;
		border: 1px solid black;
		height: 75px;
		padding: 30px 0;
		/*clear: right;
		width: 500px;*/
	}

.navigationarrows2 a img
	{ 
		border: 1px solid black;
	}

.navigationarrows2 a:hover img
	{ 
		border: 1px solid red;
	}

.navigationtext2
	{ 
		padding: 0px 30px 0px 30px;
		vertical-align: 50%;/**/
	}

/* Page number positioning and formatting*/
.pnumblue
	{
		color: yellow;
	}
	
.pnumwhite
	{
		color: red;
	}
	
	.pnumone
	{
		position: absolute;
		top: 110px;
		left: 900px;
		color: white;
	}
	
.pnumone a
	{
		text-decoration: none;
	}
	
.pnumone a:link:hover
	{
		background-color: red;
	}
	
.pnumtwo
	{
		position: absolute;
		top: 110px;
		left: 970px;
		color: white;
	}
	
.pnumtwo a
	{
		text-decoration: none;
	}
	
div.pnumtwo a:link:hover
	{
		background-color: red;
	}
	
.pnumthree
	{
		position: absolute;
		top: 110px;
		left: 995px;
		color: white;
	}
	
.pnumthree a
	{
		text-decoration: none;
	}
	
.pnumthree a:link:hover
	{
		background-color: red;
	}
	
.pnumfour
	{
		position: absolute;
		top: 110px;
		left: 1020px;
		color: white;
	}
	
.pnumfour a
	{
		text-decoration: none;
	}
	
.pnumfour a:link:hover
	{
		background-color: red;
	}

.quilttable
	{
		position: absolute;
		display: block;
		top: 275px;
		left: 10px;
		width: 1400px;
		height: auto;
		border: dashed black 2px;
		float: clear;
	}
		
.quilttable td
	{
		text-align: center;
		vertical-align: top;
	}
		
.quilttable td img
	{
		border: solid black 3px;
	}
		
.quilttable a:hover img /* adds red border around thumbnail */
	{
		border-color: red;
		border-width: 3px;
	}

.quilttable2 /*table for archived images*/
	{
		position: absolute;
		display: block;
		top: 775px;
		left: 10px;
		height: auto;
		border: dotted red 2px;
		border-style: dashed;
		/*width: 1400px;
		float: clear;*/
	}
		
 .quilttable2 th
	{
		display: table-cell;
		/*width: 1050px;*/
		height: 50px;
		color: white;
		text-align: center;
		padding: 15px 0px;
		vertical-align: middle;
		border: solid green 2px;
		border-collapse: collapse;
	}
		
.quilttable2 td
	{
		text-align: center;
		vertical-align: top;
		border: solid blue 2px;
		width: 200px;/**/
	}
		
.quilttable2 td img
	{
		border: solid black 3px;
		text-align: center;
		padding: 20px;
	}
		
.quilttable2 a:hover img /* adds red border around thumbnail */
	{
		border-color: red;
		border-width: 3px;
	}

.thumbbox /*border around gallery thumbnail, 30 px added to either side of tnail*/
	{
		border: 1px solid black;
		margin: 30px 30px 30px 30px;
		float: left;
	}

.titlearea {
	height : 250px; 
	width: 650px;
	border: 3px solid black;
	}
	
.titlearea td{
	height : 250px; 
	width: 650px;
	border: 3px solid black;/**/
	}
	
/*=================================================*/	
	
