/* CSS Reset: */

* {padding:0; margin:0;}
html {font-size:100.01%;}
body {
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #090909;
	background-image: url('img/flame_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
h1, h2, h3 {margin-bottom: 4px;}
div {margin-top:10px; margin-bottom:10px; padding: 4px;}
img {border:0;}

a {
	text-decoration:none;
}

a:link {
	color: #0BC4FF;
}

a:visited {
	color: #0087B2;
}

a:hover {
	color: #FFFFFF;
}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.content {
	clear: both;
	height: 100%;
	padding-left: 20px;
	background-color: #000000;
}

#column_main {
	position: relative;
	top: 0px;
	height: 100%;
	width: 580px;
	padding: 0;
}

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}

#header_img {
	height: 221px;
	background: url('img/bb_logo_header.png') top center no-repeat;
}

#top_menu {
	width:100%;
	height:30px;
	background-color: #787878;
	background: url('img/top_menu_bg.gif');
	margin-top: -20px;
	padding:0px;
	text-align:center;
}

#top_menu a img{
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
}

#sidebar {
	float: right;
	top: 0px;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
	height: 1000px;
}

.sidebar_item {
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}

.sidebar_item a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_item a:hover {
	color: #FF9900;
}

.sidebar_item img {
	float:left;
	margin-right: 10px;
}


#latest_blog .permalink{
	font-weight:bold;
	font-style:italic;
}

.commandment {
	display: block;
	background-color: #AAAAAA;
	background: url('img/gray_slate.jpg');
	margin-bottom: 10px;
	padding: 20px 12px 20px 12px;
	border: 6px outset #888888;
	color: #000000;
}

.commandment h3 {
	text-align: center;
	margin-bottom: 16px;
}

.orange {
	color: #FF9900;
}

.emphasis {
	padding: 20px;
	background-color: #FF9900;
	color: #000000;
	font-weight: bold;
}

.gray_box {
	background-color: #111111;
	border: 1px solid #333333;
}

#background {
	padding: 20px;
}

/* 200x40 */