@charset "UTF-8";
/* CSS Document - CSS BOSC Styles*/

body {
	padding:0;
	margin:0;
	border:none;
	background-color:white;
	text-align:center;
}

#main_body {
	margin:auto;
	margin-top:50px;
	width:800px;
	text-align:left;
}

#header {
	height:108px;
	width:800px;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	border:0px;
}

#nav {
	position:absolute;
	right:0;
	bottom:0;
	vertical-align:bottom;
}

#nav * {
	vertical-align:bottom;
}

.nav_div {
	background-image:url(images/nav_div.png);
}

#body {
	margin-top:2px;
	border:1px solid #666;
}

#pbbu {
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}

#content {
	height:auto;
	padding:0;
}

#alt_content {
	text-align: left;
}

#left_nav {
	background-color:black;
	color:#ffffff;
}

#footer {
	margin-top:2px;
}

#alt_footer {
}

#promo_front {
	background-image:url(images/promo_front.jpg);
	background-repeat:no-repeat;
}

.footer_image {
	border-right:1px solid #FFF;
}

a img {
	border:0;
}