	body {
		margin-top : 0px;
		background-color: #DEB5E1;
		min-width:750px;
    }
	
	div {
		margin-top : 0px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		line-height: 14px;
	}

/********************/
/* element styles */
/********************/
	p {
	margin-bottom : 8px;
	margin-top : 0px;
	} 
		
	a {
	font-weight : bold;
	color : #B05DB6;
	}
	
	a.hover {
	font-style : bold;
	text-decoration : none;
	color : #B05DB6;
	}
	
	a.visited, a.active {
		color : #DEB5E1;
	}

/****** h'ers *******/	
	h1 {
		font-size: 20px;
		font-weight: normal;
		color: #B05DB6;
		line-height: 24px;
		margin-bottom : 8px;	
		margin-left: 40px;
		margin-right: 40px;
		}
	
	h2 {
		font-size: 14px;
		font-weight: bold; 
		line-height: 16px;
		color: #5F0C65;
		margin-bottom : 0px;	
	}
	
	h3 {
	 	font-weight: bold;
		font-size: 14px;
		line-height: 16px; 
		color: #5F0C65;
		margin-bottom : 0px;
	}
	
	h4 {
	 	font-weight: normal;
		font-size: 12px;
		line-height: 14px;
		color: #5F0C65;
		margin-bottom : 4px;
	}
	
/*FOR GALLERY PAGE NAV ONLY probably redudnant with grafx in gall nav*/
	.gallery {
	 	font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		color: #5F0C65;
		margin-bottom : 4px;
		text-decoration: none;
		}
	
/**LISTS**/
	ul {
		margin-left: 10px;
		margin-top: 0px;
		}
		
	li {
			list-style-type: disc;
		}

/******************************/
/* -------- LAYOUT ---------*/
	/*wrapper for whole page*/
	
	#container {
		margin-top: 0px;
		margin-left: 0px;
	border: dotted 1px #000;
   		
   			}
		
	#content {
		margin-top: 20px;
		margin-left: 20px;
		width:800px;
	/**border: dotted 1px #000;**/
   			}
/*div id for legals pages, accessed via footer*/
	#legals {
		margin-top: 20px;
		margin-left: 100px;
		margin-right: 100px;
		text-align:center;
			}

/*global nav*/
	#nav {
		margin-top: 2px;
		margin-left: 20px;
		height: 105px;
			}

/*ids for index pages*/
	#indexLeft {
		margin: 0,0,0,0px;
		float:left;
		}

	#indexRight {
		margin: 0,0,0,0px;
		float:left;
		}
	/*next might be redundant*/	
	#indexPage {
		margin-top:10px;
		margin-left: 20px;
		width: 900px;
			}


/*id for Photo Gallery pages*/
	#navGallery {
		margin-top: 2px;
		margin-left: 20px;
		width: 80px;
		text-align: center;
	float:left;
		}

	#navGallRight {
		margin-top: 50px;
		margin-left: 8px;
		width: 80px;
		text-align: center;
		float:left;
		}
		
	#gallery {
		margin-top: 2px;
		margin-left: 20px;
		width: 800px;
		min-width: 400px;
	border: dotted 1px #000;
			}

		
/*use this footer so it's fluid*/
	#footer {
		text-align: center;
		clear: both;
		margin-top: 2px;
		margin-left: 20px;
		width:800px;
		/**border: dotted 1px #000;**/
   		}
	

/*POPBOX*/
/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}

	
	