* {
	padding: 0;
	margin: 0;
}
body {
	font: normal normal normal 12px Arial;
	width: 100%;
	margin: auto;
	text-align: center;
	background: #fff url(http://www.caraslaw.com/images/bg/article_bg.gif) repeat-x;
}
div#header{
	position: relative;
	width: 100%;
	height: 120px;
	background: #000;
	margin-bottom: 15px;
}

#header div#holder {
	position: relative;
	width: 746px;
	height: 120px;
	borer: 1px solid #fff;
}

#holder p {
	position: absolute;
	top: 48px;
	left: 10px;
	color: #c6c6c6;
}

#holder strong {
	color: #fff;
}

#header #holder a#logo {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 0px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	height: 34px;
	width: 334px;
	background: transparent url(http://www.caraslaw.com/images/logo/sam_caras_attorney.png) no-repeat 0 0;
}

div#article{
	width: 746px;
	margin: 25px auto;
	text-align: left;
}

#article h1 {
	font: normal normal bold 24px "Arial Narrow", Arial;
}
p {
	margin: 8px 0px;
}