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

/********************/
/* element styles */
/********************/
	p {
	margin-bottom : 8px;
	margin-top : 0px;
	} 
		
	a {
	font-weight : bold;
	color : #5c6414;
	}
	
	a2 {
	font-weight : bold;
	color : #1e2103;
	}


	a.hover {
	font-style : bold;
	text-decoration : none;
	color : #88420e;
	}
	
	a.visited, a.active {
		color : #5c6414;
	}

/****** h'ers *******/	
	h1 {
		font-size: 18px;
		font-weight: bold;
		line-height: 10px;
		color: #1e2103;
		margin-bottom : 0px;
		text-align: left;
		}
	
	h2 {	font-size: 16px;
		font-weight: bold;
		color: #141602;
		line-height: 16px;
		margin-bottom : 0px;	
		margin-left: 0px;
		margin-right: 0px;
		text-align: left;
		
		
	}
	
	h3 {	font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		color: #1e2103;
		margin-bottom : 0px;		
		text-align: left;

	}
	
	h4 {	font-weight: bold;
		font-size: 12px;
		line-height: 12px;
		color: #1e2103;
		margin-bottom : 0px;
	 	text-align: center;
	}

	h5 {	font-weight: normal;
		font-size: 16px;
		line-height: 17px;
		color: #1e2103;
		margin-bottom : 0px;
		margin-left: 30px;		
		text-align: center;

	}
	h5a {	font-weight: normal;
		font-size: 16px;
		line-height: 17px;
		color: #1e2103;
		margin-bottom : 0px;
		margin-top : 80px;		
		text-align: center;

	}
		h6 {	font-size: 18px;
		font-weight: bold;
		color: #141602;
		line-height: 20px;
		margin-bottom : 0px;	
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		
		
	}
	
	h7 {	font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		color: #1e2103;
		margin-bottom : 0px;		
		text-align: center;
	}
	
/**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;
		}
		
	#content {
		margin-top: 0px;
		margin-left: 20px;
		width:650px;
	/**border: dotted 1px #000;**/
   			}


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

/*id for ABOUT JUMBO*/

/*two columns */
	#aboutLeft {
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 20px;
		width: 90px;
		text-align: center;
	float:left;
		}

	#aboutRight {
		margin-top: 0px;
		margin-left: 30px;
		width: 420px;
		text-align: center;
		float:left;
		}
	#aboutRight2 {
		margin-top: 0px;
		margin-left: 30px;
		width: 420px;
		text-align: center;
		float:left;
		}
	/*use this footer so it's fluid*/

	#footer {
		text-align: center;
		clear: both;
		margin-top: 2px;
		margin-left: 15px;
		width:575px;
		/**border: dotted 1px #000;**/
   		}
		
	
			
/*Ladies Landing page, Not convinced placement*/
	#notConv {
		margin-top: 2px;
		margin-left: 20px;
		width: 320px;
		float:left;
			}

	