body {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#over {
	min-width: 800px;
	/*border: 1px solid blue;*/
	background: #ffffff url(images/fullback.jpg) no-repeat fixed top center;
	background-attachment: fixed;
}

div#all {
	width: 617px;
	position: relative;
	top: -1px;
	left: -11px;
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: 1px solid #ffffff;
	background: #ffffff url(images/back.png) repeat-y;
	text-align: left;
	/*border: 1px solid red;*/
}

#logo {
	position: absolute;
	top: 31px;
	left: -75px;
}

#shadow1 {
	position: absolute;
	top: 31px;
	left: 156px;
}

#shadow2 {
	position: absolute;
	top: 117px;
	left: 0;
}

div#nav {
	position: absolute;
	top: 166px;
	right: -73px;
	width: 191px;
	height: 183px;
	background: #19196F url(images/navback.gif) no-repeat;
}

div#member {
  position: absolute;
	top: 380px;
	right: 24px;
}

div#member img {
  border-style: none;
}

div#nav ul {
	padding: 0;
	margin: 0;
	color: #ffffff;
	list-style: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", arial, sans-serif;
	letter-spacing: 0.1em;
}

div#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

div#nav a {
	display: block;
	padding: 5px 0 4px 27px;
	margin: 0;
	font-size: 0.85em;
	color: #ffffff;
	text-decoration: none;
}

div#nav a:hover {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: 8px 6px;
	*background-position: 8px 7px;
}

div#nav a.home {
	margin-top: 9px;
	*margin-top: 7px;
}

body.home div#nav a.home, body.services div#nav a.services, body.commitment div#nav a.commitment, body.about div#nav a.about, body.contact div#nav a.contact, body.tips div#nav a.tips {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: 8px 6px;
	*background-position: 8px 7px;
}

#shadow3 {
	position: absolute;
	top: 349px;
	right: 0;
}

div#content {
	padding: 0;
	margin: 167px 30px 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em; /* Jeremy: 0.8em */
	color: #333333;
}

#content h1 {
	text-transform: uppercase;
	color: #00452C;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 1.2em; /* Jeremy: 1.2em */
	padding: 0;
	margin: 0 0 1.5em 0;
}

#content p {
	margin-left: 1em;
}

div#locations {
	position: absolute;
	top: 45px; /* Jeremy: 30px */
	right: 15px;
	width: 120px;
	height: 100px;
}

div#locations ul {
	padding: 0;
	margin: 0;
	color: #19196F;
	list-style: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", arial, sans-serif;
	letter-spacing: 0.1em;
}

div#locations li {
	list-style: none;
	padding: 6px 0 2px 20px;
	margin: 0;
	font-size: 0.85em;
	background: transparent url(images/bullet1.gif) no-repeat left center;
	*padding-top: 2px;
}

div#locations a {
	text-decoration: none;
}

a {
	color: #19196F;
}

a:hover {
	color: #00452C;
}