


html {
	background: #22283E url(images/backgroundImage.jpg) fixed no-repeat ;
	background-position: top right;
	font: 15px "arial";
	margin: 10px 0;
}
body {
	text-align: center;
}
a {
	color: #293967;
}
a:hover {
	color: #000;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: left;
}
#branding {
	height: 156px;
	background: #B1A992;
	margin-bottom: 28px;
	color: #fff;
}
#branding h1 {
	font-size: 15px;
	display: inline;
	font-weight: normal;
}
#branding h2 {
	font-size: 32px;
	display: inline;
	color: #22273D;
}
#branding b {
	color: #fff;
}
#branding span {
	height: 38px;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
}
#branding img {
	border-top: 1px solid #fff;
}

/* ******************************************************************NavigationBar************************************ */

#NavigationBar {
	width: 245px;
	float: right;
	padding-top: 20px;
	padding-bottom: 0px;
	background: #B1A992;
	border: 10px solid #fff;
	font-size: 16px;
}
#NavigationBar ul {
	list-style-type: none ;
	margin: 10px 0px -24px 0px;
	padding: 0px;
}
**#NavigationBar ul {
	padding: 10px 0px;
}
#NavigationBar li {
	margin: 0px 0px 1px 7px;
	padding-left: 28px;
	color: #fff;
	line-height: 22px;
}
#NavigationBar a {
	text-decoration: none;
	color: #fff;
}
#NavigationBar a:hover {
	color: #000;
	text-decoration: underline;
}
 #home  #NavigationBar li.home, #contact  #NavigationBar li.contact, #couples  #NavigationBar li.couples, #individual  #NavigationBar li.individual,
 #addictions  #NavigationBar li.addictions, #background  #NavigationBar li.background, #articles  #NavigationBar li.articles, 
 #directions  #NavigationBar li.directions, #insurance  #NavigationBar li.insurance  {
	background:  url(images/spiral.jpg) no-repeat ;
}

/* ******************************************************************Content Area************************************ */
#content {
	width: 485px;
	float: left;
	line-height: 22px;
	background: #D3CCBA;
	border: 10px solid #fff;
	padding: 15px 0;
	color: #446C73;
}
**#content {
	padding: 30px 0px;
}
#content h1, #content h2, #content h3, #content h4, #content p {
	margin: 15px 30px;	
}
 #content h2 {
	font-size: 15px;
}
#content h1 {
	font-size: 15px;
	text-align: right;
}
#content li {
	width: 410px;
	margin-bottom: 10px;
}
#floatingPhoto {
	position: absolute;
	top: 225px;
	left: 718px;
	width: 125px;
	height: 175px;
	background: url(images/paulPhoto.png) no-repeat;
}
*html #floatingPhoto {
	background: url(images/paul_Photo.gif) no-repeat;
}
#content a {
	color: #446C73;
}
#content a:hover {
	color: #000;
}
ul#education {
	list-style-type: none;
}
/* ******************************************************************Article Content Area************************************ */

a.article_link {
	float: right;
	margin-right: 20px;
}
#content[name="articles"] li {
	width: 500px;
	margin-left: 50px;
}
#content[name="articles"] h2 {
	font-size: 20px;
	margin-bottom: 25px;
}
/* ******************************************************************Contact Info Area************************************ */
#contact_Info {
	position: relative;
	top: 80px;
	width: 265px;
	color: #fff;
	font-size: 15px;
}
#contact_Info img {
	position: relative;
	top: 7px;
	margin-right: 8px;
	margin-bottom: 3px;
}
#contact_Info a {
	color: #fff;
	text-decoration: none;
}
#contact_Info a:hover {
	color: #D3CCBA;
}
/* ******************************************************************Search Text Area************************************ */
#pagetitle {
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: 0px;
	left: 578px;
	font-weight: normal;
}
#pagetitle h1 {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}
#pagetitle a {
	color: #fff;
}
#pagetitle a:hover {
	color: #cc0000;
}
/* ******************************************************************Footer Area************************************ */
#footer {
	clear: both;
}