body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bb_container {
	width:990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#bb_header {
	background-image: url(../images/bg_page_top.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 39px;
	text-align: right;
	padding-right: 15px;
	}
	#bb_header a { text-decoration: none; color: #000; }
	#bb_header a:hover { color: #4792ce; }
	#bb_header a span { 
		font-size: 11px; 
		font-weight: bold;
		padding:2px 1px 5px 1px;
		margin-left:4px;
		margin-right: 4px;
		background-image:url(../images/bg_dot.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		text-transform:uppercase;
		}
#bb_content {
	background-image:url(../images/bg_page_middle.gif);
	background-repeat:repeat-y;
	float:left;
	padding:0 11px;
	width:966px;
}
#magento_content {
	padding-left:40px;
	text-align:left;
	padding-top:40px;
	padding-right:10px;
	}
	.bb_full_page_width {
		margin-left:-225px;
		width:900px;
		}
	.bb_right {
		width: 200px; float: right; 
		margin-top: 30px;
		}
	.bb_left {
		padding-right: 210px;
		}
	#magento_content h1 {
		color: #4792ce;
		font-family:  "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
		font-style: italic;
		font-size: 26px;
		text-transform: lowercase;
	}
	#magento_content h1 b {
		font-family: Engravers MT; 
		font-weight: normal;
		font-style: normal;
		color: #000;
		font-size: 20px;
		text-transform: uppercase;
	}

#bb_footer {
	background-image: url(../images/bg_page_bottom.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	height: 126px;
	width: 990px;
	clear:both;
}
#bb_footer_nav a { text-decoration: none; color: #000; }
#bb_footer_nav a:hover { color: #4792ce; }
#bb_footer_nav a span { 
	font-size: 10px; 
	font-weight: bold;
	padding:0px;
	margin-right: 15px;
	text-transform:uppercase;
	}
#bb_footer_copyright { 
	font-size: 10px; 
	color: #777;
	text-transform:uppercase;
	}

#bb_newsletter_form {
	background-image: url(../images/bg_newsletter_form.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 10px 0px 0px;
	padding-top: 15px;
	padding-right: 15px;
	height: 36px;
	width: 325px;
	text-align:right;
	float:right;
}
#newsletter_email { 
	font-size: 11px; width: 130px;
}
#newsletter_go { 
	font-size: 11px; 
}
#bb_logo {
	position: absolute;
	z-index: 1000;
	height: 189px;
	width: 283px;
	float: left;
	top: 0px;
	left: 0px;
}
#bb_nav {
	padding: 15px;
	float: left;
	width: 175px;
	margin-top: 120px;
	margin-left: 20px;
}
#bb_nav ul {
	list-style-type: none;
}
#bb_nav a:hover span {
	font-size: 16px;
	color: #4792ce;
	}
#bb_nav a span {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url(../images/bg_dot.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-weight: bold;
}

/* Blog */
.postWrapper { clear: none; }


