/** This fixes the problems we had with the extra line break between the header and the content */
* { margin:0; padding:0; }
/** Remember to set margins for things that do need them now */
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

body {
	background: #2D1300 url(/img/bg.jpg) top left repeat-x;
	color: #2D1300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited, a:active {
	color: #7C130D;
	text-decoration: none;
}
a:hover {
	color: #7C130D;
	text-decoration: underline;
}
#wrapper {
	position: relative;
	width: 992px;
	padding: 0px;
	margin: 0 auto;
}
#topper {
	width: 942px;
	height: 22px;
	background: transparent url(/img/topper.jpg) top left no-repeat;
	text-align: right;
	padding: 13px 25px 0px 25px;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 992px;
	height: 267px;
	background: transparent url(/img/header.jpg) top left no-repeat;
}
#content_top {
	width: 992px;
	height: 7px;
	background: transparent url(/img/content_top.jpg) top left no-repeat;
}
#content {
	width: 922px;
	padding: 0px 35px 0px 35px;
	margin: 0;
	background: #EEE8DA url(/img/content_bg.jpg) top left repeat-y;
}
#content_index {
	margin: 0;
	width: 675px;
	padding: 0px 0px 035px;
	background: transparent url (image/content_bg.jpg) top left repeat-y;
}	
#footer {
	width: 952px;
	height: 45px;
	background: transparent url(/img/footer.jpg) top left no-repeat;
	text-align: center;
	padding: 10px 20px 0px 20px;
}

#nav
{
        position: absolute;
        padding: 0px;
		margin: 0px;
        width: 215px;
        height: 266px;
		left: 20px;
		top: 1px;
        background: url('/img/nav.jpg') no-repeat;
}

#nav li
{
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: absolute;
		top: 0px;
		left: 0px;
        background: transparent;
}

#nav li, #nav a
{ /* turns links into blocks */
        display: block;
        height: 40px;
        width: 215px;
		padding: 0;
		margin: 0;
}
#nav li a
{ /* pushes link text off the page */
        text-indent: -9999px;
        text-decoration: none;
        width: 215px;
		padding: 0;
		margin: 0;
}

/* setting height & position of main nav links... */
#nav #home { top: 8px; margin:0; padding:0; }
#nav #about { top: 49px; margin:0; padding:0; }
#nav #practice { top: 89px; margin:0; padding:0; }
#nav #articles { top: 131px; margin:0; padding:0; }
#nav #testimonials { top: 171px; margin:0; padding:0; }
#nav #contact { top: 216px; margin:0; padding:0; }

/* setting background image positions of main nav buttons... */
#nav #home a:hover { background: transparent url('/img/nav.jpg') 0 -274px no-repeat; margin:0; padding:0; }
#nav #about a:hover { background: transparent url('/img/nav.jpg') 0 -315px no-repeat; margin:0; padding:0; }
#nav #practice a:hover { background: transparent url('/img/nav.jpg') 0 -355px no-repeat; margin:0; padding:0; }
#nav #articles a:hover { background: transparent url('/img/nav.jpg') 0 -397px no-repeat; margin:0; padding:0; }
#nav #testimonials a:hover { background: transparent url('/img/nav.jpg') 0 -437px no-repeat; margin:0; padding:0; }
#nav #contact a:hover { background: transparent url('/img/nav.jpg') 0 -482px no-repeat; margin:0; padding:0; }

#body_box_right 
{
	width: 225px;
	height: 200px;
	font-color: #7C130D;
	display: inline;
	float: left;
	border-right: 0px;
	margin: 0;
	padding: 5px 0 0;
	border-top-style: none;
	border-top-width: 0;
	border-bottom-width: 0;
	border-bottom-style: none;
	border-left-width: 0;
	border-left-style: none;
	position: absolute; right:20px;
}
#hr
{
	width: 150px;
	height: 1px;
	display: inline;
	position: relative;
	float: left;
	border-top: 1px solid #2D1300;
	margin: 3px 0 5px;
	padding: 0;
}
