/*
-----------------------------------------------
BrownLedge.org
Stylesheet: Framework.css
Author:   Ben Glassman
Organization:	Vermont Design Works
Created: 13 August 2008
----------------------------------------------- */

body { text-align: center; background: #FFF; }

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	background: transparent url(../images/bg-container.gif) repeat-y 0 0;
	position: relative;
}

#masthead {
	height: 245px;
	background: transparent url(../images/bg-masthead.gif) no-repeat 0 0;
}

#logo {
	position: absolute;
	top: 3px;
	left: 343px;
	z-index: 200;
}
* html #logo img { behavior: url(/assets/js/iepngfix.htc); }
#logo a { outline: 0; }

#tagline, #accessibility { position: absolute; left: -999em; }

#content {
	clear: both;
	padding: 18px 55px;
	width: 850px;
	float: left;
}

#site-info {
	text-align: center;
	clear: left;
	width: 960px;
}

#site-info a { text-decoration: none; }
#site-info a:link, #site-info a:visited { color: #000; }
#site-info a:hover, #site-info a:active { color: #4f3221; }

#site-info .navigation {
	background: transparent url(../images/bg-site-info.gif) no-repeat 0 100%;
	padding-bottom: 135px;
	margin: 0;
}
#site-info .navigation .last { display: none; }

#site-info .contact-info { background: #FFF; padding-bottom: 5px; }
