body{
background: #ffffff;
margin: 0px;
padding: 0px;
}

div#wrapper{
background: url(../../files/images/content_bg.jpg) no-repeat bottom right #ffffff;
margin: 0px;
margin-top: 00px;
padding:00px;
/*border: 1px solid #999999;*/
color:#404040;
}

div#innerwrapper{
width: 85%;
margin-left: auto;
margin-right: auto;
}


	div#wrapper.admin{
	background: #FEF1B5;
	}
	
	
.left{
text-align: left;
margin-right: auto;
}

.right{
text-align: right;
margin-left: auto;
}	

.centre{
text-align: center;
margin-left: auto;
margin-right:auto;
}

.hidden{
display:none;
}


.pseudo_table{
display: table;
}

.pseudo_tr{
display: table-row;
}

.pseudo_td{
display: table-cell;
}

.pseudo_th{
display: table-cell;
}



img.portrait {
height: 160px;
width: 120px;
position:relative;
float:right;
padding-right: 4px;
padding-bottom:4px;
}

/*Banner*/

div#banner{
border: 1px #000000 solid;
padding: 0px;
text-align:center;
background: url(../../files/images/banner.jpg) repeat-x top center #83867f;
min-height:100px;
margin: 0px 0px 0px 0px;
color: #000000;
font-weight: bold;
}

	div#banner h1{
	font-family: sans-serif;
	font-size: 1.9em;
	margin-bottom:0px;
	}
	
		div#banner h1 span.textA{
		color: #cc0000;
		}
		
	div#banner p{
	font-weight:bold;
	margin-top: none;
	font-size:1.0em;
	}

/*nav*/

div#nav{
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
width:140px;
float:left;
}

	div#nav img{
	margin: 0px 0px 0px -10px;
	}
	
	div#nav a{
	text-decoration: none;
	color: #808080;
	display: block;
	font-weight:bold;	
  margin:0 0 4px 0;	
	}
	
		div#nav a.subpage{
	  font-weight:normal;			
		}
			
		div#nav a.thispage{
		background: #cccccc;
		color: #000000;
		}
	
		div#nav a:active, div#nav a:hover,
		div#nav a.subpage:active, div#nav a.subpage:active,
		div#nav a.thispage:active, div#nav a.thispage:active,
		div#content a:hover, div#content a:active{   /*last two are not just nav, but content section too*/
		background: #b5423b;
		color: #ffffff;
		}
		
	div#nav h2{
	border-top: 1px solid #b6423b;
	font-size: 100%;
	margin: 0px;
	padding-left: 15px;
	text-align: left;
	background: #eaeaea;
	}	
		
/*content*/

div#content{
margin: 10px 0px 0px 170px;
padding: 0px 0px 0px 30px;
}

div#content_nonav{
margin: 10px 0px 0px 10px;
}

	div#content h2, div#content_nonav h2, table.edithelp h2{
	text-align:left;
	padding: 0px;
	margin: 5px -5px 5px -20px;
	font-size: 1.4em;
	clear:right;
	color:#000000;
	border: solid #404040;
	border-width: 0px 0px 4px 0px;
	}
	
	div#content h3, div#content_nonav h3, table.edithelp h3{
	text-align:left;
	padding: 0px;
	margin: 0px 0px 0px -15px;
  	OBfont-size:1.1em;
	clear:right;
	color:#000000;
	border: solid #c0c0c0;
	border-width: 0px 0px 2px 0px;
	}
	
	div#content h4{
	margin-bottom: -15px;
	}


/*Footer*/

div#footer{
margin: 10px 30px 0px 30px;
border-top: 1px solid #dddddd;
clear:both;
font-size:0.8em
}

/*Admin*/

form#loginform{
width: 50%;
margin-left: auto;
margin-right:auto;
}

table.edithelp {
background : #ffffff;
width: 100%;
border: 1px solid #000000;
}

	table.edithelp th {
	text-align: center;
	}

	table.edithelp tr {
	border: 1px solid #000000;
	height: 40px;
	}

	table.edithelp td {
	border: 1px solid #000000;
	}
	
	
/* Special Cases */



div#homewrapper {
//this is to make the columns appear the correct width in IE 
width: 80%;
width /**/: 100%;
}

div#home_col1{
float: left;
width:38%;
width /**/:48%;
}

div#home_col2{
float: right;
width:38%;
width /**/:48%;
}

	div#homewrapper h3{
	text-align:center;
	padding: 0px 0px 0px 0px;
	background: #efefef;
	border: solid #101010;
	border-width: 1px;
	margin: 0px;
	font-size: 1.1em;		
	clear:right;		
	}

