body{
	background: #fff url(../i/body-bg.gif) repeat-y top center;
}

#sidebar{
	color: #666;
	background: transparent url(../i/lines.gif) no-repeat -20px 182px;
}

#logo{
	margin-bottom: 1px;
}

#intro, #bb{
	margin-bottom: 1.5em;
}

h1#hi{
	margin: 1em 0 0;
	color: #FFACE9;
	font-weight:bold;
}

#contact{
	color: #333;
}

.box{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 17px;
	background: #FFFCE3 url(../i/box-bg.gif) no-repeat top left;
}

#services{
	background: transparent url(../i/r-column.gif) repeat-y 48px 0px;

	}

#fcontainer{
	padding-top: 3em;
}

#footer{
	width: 100%;
	min-height: 200px;
	color: #fff;
	background: #ff95cb url(../i/footerbgtile.gif) repeat-x top center;
	padding-bottom: 3em;
}

#headshot{
	 float:left;
	 padding: 4px;
	 border: 1px solid #ff95cb;
}

#bread{float:right;width:130px;margin-top:18px}

/*___ TYPE _____*/
h2, h1{
	color: #444;
	text-shadow: 1px 1px 2px #ccc;
}

h2{
	margin-top: -1px;
	border-top: 1px solid #ccc;
}

#footer h4{
	margin-bottom: 1.25em;
	text-shadow: 1px 1px 2px #C65A74;
}

#footer ol{
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0;
	margin-left: 0;
}

li span{
	color: #999;
	letter-spacing: 0px;
	padding-left: 12px;
}

#footer li{
	position: relative;
}

#footer li span{
	color: #efefef;
/*	position: absolute;
	right: 0;*/
	letter-spacing: 0px;
}


/*___ LINKS _____*/
a:link{
	color: #333;
	background-color: #FFFCE3;
	text-decoration: underline;
}

a:visited{
	color: #555;
	background-color: #FFFDEF;
}

a:hover{
	color: #111;
	background-color: #FFF8B6;
}

a img{
	border: 1px solid #ff95cb;
	padding: 4px;
	background-color: #fff;
}

.box a:link, .box a:visited{
	background-color: #fff;
}

.box a:hover{
	background-color: #FFF8B6;
}

#footer a:link{
	color: #fff;
	background-color: #FF6FCF;
	text-decoration: underline;
}

#footer a:visited{
	color: #FFFCE3;
	background-color: #FF7DD1;
}

#footer a:hover{
	color: #FF7DD1;
	background-color: #FFD3DD;
}