@charset "utf-8";
/* CSS Document */

#content{
	padding-bottom:97px;
}

#content-header{
	margin: 25px 30px 0 30px;
}

#content-header .dashed-hr{
	margin-bottom:17px;
}

#content ul{
	margin:33px 0 35px 40px;
	list-style-type:none;
	list-style-image:url(../images/finishrightllc_ul_image.png);
}

#left-column{
	margin:0 28px 0 25px;
	width:598px;
}

#left-column h2{
	margin:0 0 5px 0px;
}

p{
	margin-left:3px;
}

p.last{
	margin-top:36px;	
}

#right-column{
	width:309px;
}

#right-column #featured-projects{
	margin-top:29px;
}

#right-column img.big{
	margin-top:4px;
	border: solid 4px #e6dbb3;
	height: 220px;
    width: 272px;
}

#what-else{
	margin-top:44px;
}

/* IE6 HAcks */

* html #left-column{
	margin:0 28px 0 25px;
	width:570px;
}

