html, body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
	margin: 0px;
}

table, tr, td	{
	margine: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align: center;
	margin-bottom: 2px;
	font-size: 1em;
	text-transform: capitalize;
}
h2	{
	margin-left: 12px;
	font-size: 1em;
	color: #0A5AAF;
	margin-bottom: 5px;
	padding: 3px;
	width: 85%;
	border-left: 2px solid #0AAF7D;
	border-bottom: 2px solid #0AAF7D;
}
h3	{
	margin-left: 8px;
	font-size: 0.9em;
	margin-bottom: -15px;
	color: #AE1F0B;
}
.benefit {
	color: #2966AA;
	font-size: .9em;
	font-weight: bold;
}


#header {
	background: #009440 url(http://www.bridgetobridge.com/graphics/hill_bg.gif) no-repeat;
}

/* creates spacing on the paragraphs of the main content */
#main p {
	padding-right: 5px;
	padding-left: 10px;
}

/* begin main navigation */
#nav	{
	background:#009440;
	color: #FFF;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.8em;
	padding-left: 3px;
	margin: 0px;
}

#nav a:link, nav a:visited  {
	text-decoration: none;
	color: #FFF;
}

#nav a:hover, nav a:active  {
	text-decoration: underline;
	color: #FF0;
}

.benefit {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.orange {
	color: #FFE100;
	font-weight: bold;
	text-align: center;
	background: #60529B;
	padding: 3px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.2em;
	font-variant: small-caps;
}

/* begin footer style */
#footer	{
	position: relative;
	text-align: center;
	border-top: 1px solid #999;
	font-size: 0.8em;
	font-weight: bold;
	margin: 25px 30px 5px;
	color: #333;
	line-height: 1.5em;
}

/* add space to thumb photos in gallery */
.thumb {
	padding-right: 4px;
	padding-bottom: 4px;
	border-width: 0px;
	border-style: none;
}

#center, .center {
	text-align: center;
}

.decorativeDate {
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: -8px;
	margin-top: 3px;
}