@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(_img/leemiddleman_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #391c0e;
	padding: 0;
	margin:0 auto;
	text-align: center;
}
#wrapper {
	margin:0 auto;
	padding:0;
	text-align: left;
	width:960px;
	height:100%;
}

#nav {width: 960px;
height: 23px;
background-image:url(_img/leemiddleman_nav_bar.jpg);
background-repeat: no-repeat;
padding-bottom:2px;
}

#footer {color:#b58548;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
text-align: right;
padding-top: 10px;
padding-bottom:25px;
}

a.footer:link {
	color: #b58548;
	text-decoration: none;
}
a.footer:visited {
	color: #b58548;
	text-decoration: none;
}
a.footer:hover {
	color: #712e27;
	text-decoration: none;
}
a.footer:active {
	color: #6f8a83;
	text-decoration: none;
}

.whatsnew {float: right; vertical-align: middle;}
