* {
	margin: 0 auto;
}

body {
	color: #fff;
	background-color: #060606;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: center top; /*places background image in center of screen, offset a bit from the top*/
}

#container { /*arranges the items in each page*/
	margin: 0 auto;
	width: 600px; /*auto margins places everything in the center of the page*/
}


img {
	border: none;
}

a {
	color: #CFB53B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fff;
}

#header {
	width: 600px;
	height: 150px;
	margin: 0 auto;
}
#header a {
	display: block;
	width: 600px;
	height: 150px;
}
#header a img {
	visibility: hidden;
}

/* MENU */

#menubar {
	width: 600px;
	height: 30px; /*should not need a large value for height*/
	background: #060606;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#menubar a {
	color: #666;
	display: block;
	float: left;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 9px 0;
	width: 100px;
}
#menubar a:hover {
	text-decoration: underline;
}
#menubar a.current { color: #fff; }

/* CONTENT */

#content { /*for actual content beyond header and footer*/
	clear:both;
}

.blocktitle, h2 {
	font-size: 18px;
	font-weight: bold;
	color: #CFB53B;
	margin: 20px 0 10px 0;
}
.blocksubtitle, h3, .classtitle {
	font-size: 14px;
	font-weight: bold;
	color: #CFB53B;
	margin: 10px 0 10px;
}

.classtitle { color: #fff; }

.blockdetails {
	line-height: 1.5em;
	margin-top: 10px;
}

.classdetails {
	width:600px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
        text-align:center;
}

.officer {
	clear: both;
	padding:5px 5px 20px 5px;
}

.officer-title{
	float:left;
	width:150px;
	font-weight:bold;
}

.officer-aka{
	float:left;
	width:300px;
}

.officer-name{
	float:left;
	width:200px;
}

.indented-list{
	margin-left:150px;
}

.bropic {
	float:left;
	width:200px;
	padding-bottom:25px;
}

.broblock {
	clear:both;
	width:580px;
	padding:20px 10px;
}

.brodesc {
	float:right;
	width:360px;
}

.broname {
	color:#f2e128;
	font-weight:bold;
	font-size:16;
}

.brocourse{
	color:#f2e128;
	font-size:14;
}

.brohome{
	color:white;
	font-size:12;
}

.brodetails {
	color:white;
	font-size:13;
}

#broextra{
        color:white;
        font-size:13;
        visibility:hidden;
        height:0px;
}

/* FOOTER */
#address {
	clear: both;
	border-top: 1px solid #333;
	margin-top: 20px;
	padding: 10px 0;
	color: #999999;
	text-align: center;	
}

/* EXTRA SHIT (don't delete) */

#showExtra{
        visibility: visible;
        height: auto;
}

#hideExtra{
        visibility: hidden;
        height: 0px;
}

