@charset "utf-8";

/* CSS Document */
body {
	background: #222;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

.divider {
	width: 960px;
	height: 2px;
	margin: 0 0 10px 0;
	background: #fff;
	float: left;
}
h1 {
	margin: 0 0 10px 0;
	margin: 0 0 10px 0;
}
img { border: 0; }
a { color: #b4eb78; text-decoration: none; }
a:hover { color: #bff880; }

.right { float: right; }
.left { float: left; }

#brandon_pic {
	float: left;
	border: 0px;
	margin: 0 10px 10px 0;
}

#extra_bg {
	width: 100%;
	background: url(images/bg_repeat.gif) repeat-x #3b86a8;
	float: left;
}

#container { 
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	background: url(images/bg.gif) no-repeat center 0;
}

#header {
	width: 960px; 
	float: left;
}
#content {
	width: 960px; 
	float: left;
}

.project {
	float: left;
	width: 960px;
}
.project img { border: 1px solid #666; }
.box_top {
	float: left;
	width: 960px;
	height: 20px;
	background: url(images/box_top.png) no-repeat;
}
.box_bottom {
	float: left;
	width: 960px;
	height: 20px;
	background: url(images/box_bottom.png) no-repeat;
}
.box_middle {
	float: left;
	width: 908px;
	padding: 5px 26px;
	background: url(images/box_middle.gif) repeat-y;
}
.project table {
	width: 530px;
	float: left;
}

.project th {
	vertical-align: top;
	text-align: right;
	white-space: nowrap; 
	padding: 2px 9px 2px 0;
}
.project img {
	float: right;
}

#footer_bg_top {
	width: 100%;
	float: left;
	height: 38px;
	background: url(images/bg_bottom.gif) repeat-x;
}

#footer {
	text-align: center;
	float: left;
	width: 960px;
	margin-top:  20px;
}