#header {
	border-bottom: solid black 1px;
}

#headera {
	background: #121249;
	background-image: url('http://thebrucrew.com/media/Marble-Background.png');
}

#headerb {
	border-top: solid #949494 1px;
	background: #131313;
}

#maincontent {
	background-image: url('http://thebrucrew.com/media/logobg.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-family: sans-serif;
}

#footer {
    background: #121249;	
	background-image: url('http://thebrucrew.com/media/Marble-Background.png');
}

html, body {
    height:98%;
    font-size:.95em;
}

#borderContainer {
    width: 100%;
    height: 100%;
}

#leftsidebar {
	width: 11em;
    background: #121249;	
	background-image: url('http://thebrucrew.com/media/Marble-Background.png');
	border-right: #ccc groove 3px;	
}

#leftsidebar div.navSelected {
	font-weight:bold;
}

#leftsidebar div.navSubItem {
	padding-left: 2em;
}

#leftsidebar div a {
	text-decoration:none;
	color: black;
	font-family: sans-serif;
}

#leftsidebar div {
	background: white;
	border-left: solid #080808 15px;
	padding-left: .5em;
	padding-top: .3em;
	padding-bottom: .3em;
	border-bottom: solid #949494 1px;
}

#leftsidebar div:hover {
	border-left: solid #949494 15px;
}

div#footer {
    height: 1em;
    width: 100%;
    border-top: solid black 1px;
    border-bottom: solid #ccc 1px;
}
