body {
	margin: 0px;
	padding: 0;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header {
/*
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	display: block;
	position: relative;
	top: 0px; width: 700px; height: 400px;
	margin: 0px auto 0px;
*/
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position: relative;
	top: 0px; width: 760px; height: auto;
	margin: 0px auto 0px;
	
	background: url(../images/content_header_background.png) no-repeat center center;

}

#contentGallery {
	text-align: center;
	background-color: #e5e5e5;
	display: block;
	position: relative;
	top: 0px; width: 700px; height: 110px;
	margin: 0px auto 0px;
}

#content {
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position: relative;
	top: 0px; width: 760px; height: auto;
	margin: 0px auto 0px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	top: 0px; width: 760px; height: auto;
	
	font: normal 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #7e7e7e;

}

/* TEXT FORMATTING */

h1 {
	font: normal 24px/1.0 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

h2 {
	font: normal 16px/1.25 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #FFF 0px 1px 0px;
	color: #797979;
}

/*
h3 {

	margin-left: 0px;

	margin-bottom: 0px;

	margin-right: 0px;

	margin-top: 16px;

	padding-left: 0px;

	padding-bottom: 16px;

	padding-right: 0px;

	padding-top: 8px;

	border-top-width: 1px;

	border-top-color: #e5e5e5;

	border-top-style: solid;

	font: 14px/1.25 "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
	
}
*/

h3 {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 16px;
	border-top-width: 1px;

	font: 14px/1.25 "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
}

h4 {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 0px;

	font: 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #999;
	
	/*
	color: #a6a6a6;
	line-height: 1.5;
	font-size: 12px;
	text-align: center;
	text-shadow: #FFF 0px 1px 0px;
	font-weight: normal;
	font-style: normal;
	*/
}

p {
	padding-bottom: 8px;
	margin: 0px;
	font: 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	color: #000;
}


/* LINKS */

a:link { text-decoration: none; color:  none; }
a:visited { text-decoration: none}
a:active { text-decoration: none}
a:hover { text-decoration: none; color: #08f;}

ul.square {
	margin: 0px;
	font: 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 20px; list-style-position: outside; list-style-type: square; }
/* @end */


