body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color: #444444;
	font-size: 15px;
	background:url(../images/bg_body.gif) repeat-x;
	}
	
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #5c0a21;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5c0a21;
	margin: 0;
	padding: 0;
	}
	
a {
	text-decoration: none;
	color: #444444;
	}
	
p a {
	color: #5c0a21;
	text-decoration: none;
	}
	
#container {
	margin: 0 auto;
	width: 900px;
	}
	
.clear {
	clear: both;
	}
	
.active {
	font-weight: bold;
	}
	
#headerbg {
	background-image:url(../images/bg_header.gif);
	height: 108px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	padding: 0;
	margin: 40px 0 0 40px;
	float: left;
	display:inline;		/* Fix IE6 Double Margin Bug */
	}
		
.indexbanner {
	background-image:url(../images/banners/at_door_v2.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.firmbanner {
	background-image:url(../images/banners/big_group_v2.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.kasunicbanner {
	background-image:url(../images/banners/carl_mast.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.cappbanner {
	background-image:url(../images/banners/darci_mast.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.weeksbanner {
	background-image:url(../images/banners/matt_mast_v3.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.rubinobanner {
	background-image:url(../images/banners/columns.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.supportbanner {
	background-image:url(../images/banners/support.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 185px;
	position:relative;
	}
	
.bannertext {
	position: absolute;
	height: 185px;
    bottom: 0;
	left: 12px;
	}
	
.bannertext p {
	font-size: 24px;
	color: #5c0a21;
	font-style:italic;
	padding: 0;
	margin:0;
	}
	
		
#mastheadbg {
	background-image:url(../images/bg_masthead.gif);
	height: 215px;
	margin: 0;
	padding: 0;
	}
	
#masthead {
	margin: 0 40px;
	}
	
#masthead img {
	margin-top: 2px;
	}
	
#contentbg {
	background:url(../images/bg_content.gif) no-repeat;
	height: 237px;
	}
	
#content {
	margin: 0 60px;
	padding-top: 20px;
	}
	
#main {
	float: left;
	width: 500px;
	}
	
#main span {
	color: #5c0a21;
	}
	
.indexlinks {
	margin: 0;
	padding: 0;
	}
	
.indexlinks li {
	list-style-type: none;
	display: block;
	font-size: 16px;
	color: #5c0a21;
	font-weight: bold;
	padding-bottom: 2px;
	}
	
.indexlinks a {
	color:#5c0a21;
	}
	
.indexlinks a:hover {
	color: #444444;
	}
	
#firm li {
	padding: 8px 0 4px 0;
	margin-left: 16px;
	}
	
.article_list {
	margin:10px 0 0 0;
	padding:0;
	}
	
.article_list li {
	padding-bottom:4px;
	}
	
.article_list a:hover {
	color:#5c0a21;
	}
	
#main dl {
	font-size: 15px;
	}

#main dt {
	color: #5c0a21;
	}
	
.offices a{
	color:#5c0a21;
	}
	
#sidebar {
	float: left;
	border-left: 1px solid #5c0a21;
	margin-left: 40px;
	padding-left: 28px;
	font-size: 14px;
	}
	
.sidebar {
	margin: 0;
	padding: 16px 0 38px 0;
	}
	
.sidebar dd {
	margin: 0;
	padding: 0 0 8px 0;
	}
	
.sidebar a:hover, .sidebar a:active {
	color: #5c0a21;
	outline: none;
	}
	
.quotes {
	border-top: 1px dotted #5c0a21;
	margin-top: 30px;
	font-size: 14px;
	}
	
#form p {
	font-size: 14px;
	padding: 0px;
	margin: 0 0 8px 0;
	}
	
a:focus {
	outline: none;
	}

.active_bio { 
	font-weight: bold;
	}
	
.floatleft {
	float:left;
	margin-left: 40px;
	text-align: center;
	}
	
.floatright {
	float:right;
	margin-right: 40px;
	text-align: center;

	}