
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	color: #000;
	background: #fff url(background.png) top left repeat-x;
}

/* page stucture
---------------------------------------------------------- */



/* header
---------------------------------------------------------- */
#header {
	width: 700px;
	margin: 0 auto;
	background: #f00;
	height: 100px;
	position: relative;
}

/* Logo */

#header h1 a {
	background: url(nikkiclark.png) top left no-repeat;
	position: absolute;
	left: 16px;
	top: 20px;
	display: block;
	height:  53px;
	width: 123px;
	text-indent: -9002px;
}

#header h2 { visibility: hidden; }

/* navigation */
#nav {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 650px;
	height: 30px;
	padding: 0;
	margin: 3px 0 20px 0;

}

#nav ul {
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	display: inline;
	overflow: hidden;
	width: 201px;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	margin: 0 20px;
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win */
}

#nav a:hover, #nav a.selected:hover { background-position: 0 -20px; }

#nav a:active, #nav a.selected { background-position: 0 -40px; }

#nav_about a {
	width: 49px;
	background: url(navslices_r2_c2.png) top left no-repeat;
}

#nav_practice a {
	width: 64px;
	background: url(navslices_r2_c4.png) top left no-repeat;
}

#nav_philosophy a {
	width: 83px;
	background: url(navslices_r2_c6.png) top left no-repeat;
}

#nav_resources a {
	width: 75px;
	background: url(navslices_r2_c8.png) top left no-repeat;
}

#nav_contact a {
	width: 61px;
	background: url(navslices_r2_c10.png) top left no-repeat;
}

/* body
---------------------------------------------------------- */

#content {
	max-width: 650px;
	padding: 50px 25px 40px 25px;
	margin: 0 auto;
	background: #fff;

}

#content-body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 150%;
}

#content a {
	color: #4F5E7E;
	border-bottom: 1px solid #4F5E7E;
}

#content a:hover {
	color: #FF0000;
	border-bottom: none;
}

/* content nav */
#content-nav {
	float: right;
	padding: 5px 20px;
	margin: 10px 0 20px 20px;
	line-height: 190%;
	border-left: #ddd solid 1px;
}

#content-nav a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	border-bottom: none;
}

#content-nav a:hover { color: #CC0000; }

#content h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 36px;
	color: #f00;
	font-weight: normal;
	margin: 0 0 15px 0;

}




#content h3, #content h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #444;
	font-weight: bold;
	margin: 20px 0 3px 0;
}

#content-body p { margin-bottom: 10px; }


#footer {
	width: auto;
	padding: 20px 15px;
	background: #ddd;
	font-size: 11px;
	color: #333333;
}

#footer p {
	width: 650px;
	margin: 0 auto;
}


/* Page Specific Crap
---------------------------------------------------------- */
#p_overview #content h2 {
	background: url(h2_overview.png) -4px 8px no-repeat;
	text-indent: -9001px;
}

#p_about #content h2 {
	background: url(h2_about.png) -4px 8px no-repeat;
	text-indent: -9001px;
}

#p_contact #content h2 {
	background: url(h2_contact.png) -4px 8px no-repeat;
	text-indent: -9001px;
}