body{
	background:#000 url('../img/bg_body.jpg') repeat-x;
	color:#ccc;
	font-family:'century gothic', helvetica, verdana, sans-serif;
	
}

p{
	font-size:14px;
}

a{
	color:#e2c953;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#330000;
}

/*--------------------- BOXES ---------------------*/



#header{
	width:706px;
	height:156px;
	background: url('../img/bg_banner.jpg') repeat-x;
	margin:-10px auto 0;	
}

#nav{
	margin:0;
}

#people_banner{
	margin:-17px -8px 0;
	background: url('../img/people.jpg') top left repeat-x;
	background-position:center;
	height:130px;
}

#content{
	width:706px;
/*	min-height:400px;*/
	background-color: #aa0000;
	background: url('../img/bg_middle.jpg') top left repeat-x;
	margin:0 auto;
	padding-top:10px;
}

#left_box{
	width:185px;
	margin:0;
	float:left;
	padding:0px 0;
}

#left_box h3{
	margin:75px 0 0 27px;
}

p.under_image{
	font-size:11px;
	margin:0px 0 0px 0px;
	clear:both;
	font-family:"century gothic";
	line-height:10px;
}

#left_box a{
	text-decoration:underline;
}

#right_box{
	width:460px;
	margin:0;	
	float:right;
	padding:0 20px 80px 0;
}

#footer{
	width:706px;
	height:18px;
	background:#e2c953;
	margin:0 auto;
	color:#460000;
	text-align:center;
	font-size:10px;
	padding-top:5px;
	clear:both;
/*	border: 1px solid #000;*/
}

#footer a{
	color:#333;
	font-weight:bold;
}

#breadcrumb{
	margin-bottom:30px;
}

#breadcrumb a{
	font-size:11px;
}

.ongoing{
	font-size:11px;
	margin:0 0 10px 10px;
	border:1px dotted #000;
	padding:10px;
	background:#460000;
	color:#ccc;
	font-family:verdana;
}

.redbox{
	font-size:11px;
	margin:0 0 10px 10px;
	padding:5px;
	color:#ccc;
	font-family:verdana, arial;
}

.redbox h4{
	margin:0;
	padding:0;
	color:#a13b3b;
	font-weight:bold;
}

.redbox h5{
	margin:0;
	padding:0;
	color:#ccc;
	font-style:none;
}


.admin_section{
	border:1px dotted #000;
	padding:10px;
	background:#460000;
	margin-bottom:30px;
}

#ongoing_box{
	padding:20px 0;
/*	border-right: 1px solid #460000;*/
	margin:20px 0 1px 0;
}

#ongoing_box h3{
	color:#ccc;
	margin:35px 0 10px 10px;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	background:#460000;
	padding:10px;
	border:1px dotted #000;
}

.headshot{
	width:106px;
	float:left;
	margin:0 25px 25px 0;
}
/*--------------------- FORMS ---------------------*/


form#cal a{
	color:#000;
}

form#cal {
	color:#000;
}


/*--------------------- HEADERS ---------------------*/


h1{
	margin-top:30px;
	color:#e2c953;
	font-family:'century gothic', arial;
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;
/*	letter-spacing:1px;*/
}

h2{
	margin:30px 0 5px 50px;
	color:#e2c953;
	font-family:'century gothic', arial;
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
}

h2 a{
	text-decoration:underline;
}


h3{
	margin:30px 0 0 0;
	color:#e2c953;
	font-family:'century gothic', arial;
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
}

a:hover h4, a:hover h3{
	color:#000;
}

h4{
	margin:10px 0 10px 0px;
	color:#e2c953;
	font-family:'century gothic', arial;
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
}

/*#left_box h4{
	margin:10px 0 10px 28px;
	color:#e2c953;
	font-family:'century gothic';
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
}*/

h5{
	margin:0px 0 0px 28px;
	color:#ccc;
	font-family:helvetica, 'century gothic', arial;
	font-weight:normal;
	font-size:12px;
	font-style:none;
	text-decoration:none;
/*	letter-spacing:1px;*/
}

h6{
	margin:10px 0 20px 28px;
	color:#ccc;
	font-family:'century gothic', arial;
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
/*	text-transform:uppercase;*/
}


p.eventry{
	margin:10px 0 0px 50px;
}

p.subnav{
	margin:0 0 0px 50px;
}

/*--------------------- IMGS ---------------------*/


/*SHADOW IMGS*/

.alpha-shadow {
  float: left;
  background: url(../img/shadow1.gif) no-repeat bottom right;
  margin: 10px 10px 0 0px !important;
}

.alpha-shadow div {
  background: url(../img/shadow2.png) no-repeat left top !important;
  background: url(../img/shadow2.gif)  no-repeat left top;
  padding: 3px;
}

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 0px;
}


/*left_box SHADOW IMGS*/

#left_box .alpha-shadow {
  float: left;
  background: url(../img/shadow1.gif) no-repeat bottom right;
  margin: 10px 10px 0 0px !important;
}

#left_box .alpha-shadow div {
  background: url(../img/shadow2.png) no-repeat left top !important;
  background: url(../img/shadow2.gif)  no-repeat left top;
  padding: 0px 0px 0px 0px;
}

#left_box .alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 3px;
}

/*--------------------- LISTS ---------------------*/

ul.list{
	margin-left:50px;
	font-size:13px;
}


