.container {
	margin: auto;
	height: 600px;
	width: 1000px;
	position: relative;
	border: 1px solid #ccc;
	border-top: none;
}
.nav-main {
	position: absolute;
	top: 0;
	left: 0;
}
.branding-logo {
	position: absolute;
	top: 0;
	right: 42px;
}
.content {
}
.about {
	position: absolute;
	left: 500px;
	top: 240px;
	font-size: 1.2em;
	color: #752e45;
}
.press {
	position: absolute;
	left: 575px;
	top: 160px;
	font-size: 1.2em;
	color: #444;
}
.menu {
	position: absolute;
	left: 585px;
	top: 155px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #444;
}
.contact {
	position: absolute;
	left: 670px;
	top: 160px;
	font-size: 1.1em;
	color: #444;
}
body {
	margin: 0;
	padding: 0;
	font: lighter 10px/1.5em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #eee;
	background: #eee url(../img/bg-body.gif);
}
.about .scroll-pane {
	height: 330px;
	width: 370px;
	overflow: auto;
}
.press .scroll-pane {
	height: 380px;
	width: 380px;
	overflow: auto;
}
.menu .scroll-pane {
	height: 425px;
	width: 380px;
	overflow: auto;
}
.contact .scroll-pane {
	height: 415px;
	width: 290px;
	overflow: auto;
}
p {
	margin-top: 0;
}
.footer {
	margin-top: 1em;
	text-align: center;
	line-height: 1.2em;
	color: #999;
}
.footer .branding-footer {
	color: #777;
}
.footer a {
	color: #888;
	text-decoration: none;
}
.footer a:hover {
	color: #666;
}
.jScrollPaneTrack {
	background: url(../img/scroll-track.gif) repeat-y;
}
.jScrollPaneDrag {
	background: url(../img/scroll-handle.gif) no-repeat;
}
a.jScrollArrowUp {
	height: 15px;
	background: url(../img/scroll-up.gif) no-repeat;
}
a.jScrollArrowDown {
	height: 15px;
	background: url(../img/scroll-down.gif) no-repeat;
}
.contact h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #5e7c48;
	margin-top: 0;
}
.contact h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0.2em;
	color: #888;
}
.menu h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #5e7c48;
}
.menu h3 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 0.2em;
	color: #888;
}
.menu h4 {
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1.3em;
	margin-bottom: 0.2em;
	color: #752e45;
}
.menu h4 a {
	color: #752e45;
}
.menu h4 a:hover {
	color: #5e7c48;
}
.press h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #5e7c48;
	margin-top: 2em;
}
.press h3 {
	font-weight: normal;
	font-size: 1em;
}
.press h3 a {
	color: #888;
}
.press h3 a:hover {
	color: #333;
}
.press a, .menu a, .contact a {
	color: #5e7c48;
	text-decoration: none;
}
.press a:hover, .menu a:hover, .contact a:hover {
	color: #999;
}
.map-liner {
	text-align: right;
	font-size: 0.8em;
	margin-top: 0.2em;
	font-style: italic;
	color: #666;
}
#social-media {
	color:#777;
	font-size:10px;
	left:50%;
	line-height:17px;
	margin-left:-490px;
	margin-top:10px;
	width:1000px;
	position:absolute;
}
#social-media a {
	color:#777;
	text-decoration:none;
}
#social-media a:hover {
	color:#aaa;
}
#social-media img {
	border:0;
	margin-right:0.5em;
	vertical-align:top;
}