﻿body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	width: 100%;
	text-align:center;
}
#bwrap {
	position: absolute;
	width: 100%;
	min-width:900px;
	top: 0px;
	left: 0px;
	text-align:left;
}
#blogo {
	position: absolute;
	top: 3px;
	width: 70%;
	left: 15%;
	z-index: 4;
}
#btitle {
	position: absolute;
	width: 50%;
	top: 115px;
	text-align: center;
	border-bottom-style: outset;
	border-bottom-width: 2px;
	border-left-color: #000000;
	font-family: "Hobo Std";
	color: #000099;
	font-size: 22px;
	left: 25%;
	z-index:5;
}
#bbanner {
	width: 100%;
	height: 90px;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 25px;
}
#bleft_col {
	width: 200px;
	max-width:200px;
	border-right-style: outset;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	line-height: 30px;
	text-align: left;
	vertical-align: top;
	z-index:6;
	padding-top:30px;
}
#bleft_col a {
	font-size: 14px;
	margin-left: 10%;
	color: #DE0018;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
}
#bleft_col a:hover {
	border-style: groove;
	border-width: 2px;
	font-size: 13px;
	margin-left: 10%;
	color: #1000AD;
	font-weight: bold;
	margin-bottom: 10px;
}

#bcontent {
	padding: 10px;
	width: 800px;
	height: 300px;
	vertical-align: top;
}
#bfooter {
	width: 100%;
	border-top-style: outset;
	border-top-width: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size: 14px;
	height:220px;
}
a.bfooter{
	background-image: url('http://bryceburt.com/images/army smile.png');
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	z-index: 4;
	text-decoration: none;
	height: 200px;
}

a.bfooter:hover {
	background-position: 0px 0px;
	background-image: url('http://bryceburt.com/images/army smile red.png');
	background-repeat: repeat-x;
}
#bcontainer {
	position: relative;
	width: 100%;
}
#b-img-head{
	position: absolute;
	left: 0px;
	z-index: 5;
	top: 0;
	width: 140px;
	height: 155px;
	display: block;
	text-decoration: none;
	background-image: url('../images/bryce-head.jpg');
	background-repeat: no-repeat;
}


#colors {
	position: absolute;
	width: 150px;
	height: 75px;
	top: 10px;
	right: 10px;
	text-align: right;
	z-index:5;
}
.bh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #FF6900;
}
.bh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #00009C;
	padding-left: 10px;
	margin-right: 10px;
}
a.blink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.blink:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


