/* @override http://www.madisonavenueconsultants.com/wp-content/themes/mac/css/site.css */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0 0 48px 0;
	background-color: #150F03;
	color: #fff;
}

a:link 		{ color: #fff; text-decoration: none;}
a:hover 	{ color: #F1A93E; text-decoration: underline;}
a:visited 	{ color: #fff; text-decoration: none;}

p, li, td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
}

p { margin-bottom: 1.8em; }

p a:link 	{ text-decoration: underline; }
p a:visited { text-decoration: underline; }

h1, h2, h3 {
	font-size: 19px;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 { font-size: 23px; margin-bottom: .7em;}

h4, h5 {
	font-family: Tahoma;
	text-transform: uppercase;
	letter-spacing: .08em;
}

h4 { font-size: 18px; color: white; text-align: center;}

#page {
	width: 970px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/bknd-logo.gif);
	height: 109px;
	position: relative;
}

#header img#home-link {
	position: absolute; top: 0; left: 0;
}

#header #topnav { float: right;	width: 330px; padding-top: 8px;}
#header #topnav td {
	vertical-align: middle;
}

#header a.rollover {
	height: 33px;
    display: block;
    text-decoration: none;
    line-height: 33px;
    border-bottom: 1px solid #fff;
    background-image: url(../images/nib.gif);
    background-repeat: no-repeat;
    padding-left: 23px;
}

#header a:hover.rollover {
	background-position: 0 -33px;
    border-bottom: 1px solid #F1A93E;
}

#header a.rollover span {
	position: relative;
	top: 3px;
}

#header a.rollover.phone {
	font-weight: bold;
	cursor: default;
}

#header a:hover.rollover.phone {
	color: #fff;
	background-position: 0 0;
    border-bottom: 1px solid #fff;
}

#content {
	background-image: url(../images/bknd-page.jpg);
	
	/* Caimin added */
  background-repeat: repeat-y;
	
	min-height: 500px;
	/*min height hack*/
	height:auto !important;
	height:500px;
	border-bottom: 5px solid #441002;
	padding: 0;
}


#left-column { width: 545px; float: left; }
#left-column .column-content { padding: 24px 32px; }

#right-column { width: 420px; float: right; }
#right-column .column-content { padding: 18px; }

.alignleft {
	float: left;
	padding-right: 12px;
	padding-bottom: 6px;
}

.alignright {
	float: right;
	padding-left: 12px;
	padding-bottom: 6px;
}

#footer {
	color: #886211;
	font-size: 12px;
}

table.logos {
	margin-bottom: 24px;
}

table.logos td {
	vertical-align: top;
	text-align: center;
}

table.logos td img {
	margin: 6px 0;
	padding: 0;
	border: 1px solid #7F5F16;
}

.wp-image-29 {
	
}


/* Caimin added stuff below */

#rap {
width: 970px;
margin-left: auto;
margin-right: auto;
}

.credit {
margin-top: 1em;
font-size: 11px;
text-align: center;
color: #886211;
float: none;
clear: both;
}