/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/bgline.jpg");
	font-size: 14px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table { position:center;
	width: 745px;
	border: 0px;
	margin: 0 auto;
}

#button {
	width: 225px;
	border: none;
	padding: 0 0 11px 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #596029;
	}
	
	#button ul {
		list-style: none;
		margin: -2px 0 0 0;
		padding: 0;
		background-color: 596029;		
		}
		
	#button li {
		margin: none;
		}

	#button li a {
		display: block;
		padding: 2px 2px 0px 20px;
		background-color: #596029;
		color: #596029;
		text-decoration: none;
		}

	#button li a:hover {
		background-color: #596029;
		color: #596029;
		}
	


h1 {margin:.15em;
	padding: 0;
	font-size: 16pt;
}


h2 {margin:.15em;
	padding: 0;
	font-size: 12pt;
}


h5 {margin: .22em;
	padding: .18em;
	float: left;
	font-size: 12pt;
}
	
	
h6 {margin: .22em;
	padding: .18em;
	float: right;
	font-size: 12pt;
}



p {
	margin: .5em;
	padding: 0px;
}
A:link {
	text-decoration: none; font-size:24; color:#000;
	}
A:visited {
	text-decoration: none; color:#596029;
	}
A:active {
	text-decoration: none
	}
A:hover {
	text-decoration: none; font-size:24; color:#596029
	}
	
	


.navAndContent #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 28px 15px 28px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CCCC99;
	}
	
.navAndContent #mainContentGallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 0px 750px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #CCCC99;
	}
	
.navAndContent #thumbnail{
	padding: 5px 10px 5px 10px;
	background-color: #000;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border-style: none;
	}
	
	#pricing{
	float: right;
	}

	

img.floatRight { 
    float: right; 
    margin: 10px 5px 10px 20px; 
	border: 10px solid #000;
}

img.floatCenter { 
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: 10px solid #000;
}

img.floatRightSpacer { 
    float: right; 
    margin: 10px 5px 5px 15px; 
}

img.floatLeft { 
    float: left; 
    margin: 10px 5px 5px 15px; 
}


	
