body {
	text-align: center; /*center hack*/
}
#wrap {
	width: 900px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}

#header {
	width: 900px; /*center hack*/
}
#main {
	width: 900px;

}
#left {
	width: 150px;
	float: left;
}
#centre {
	width: 750px;
	float: right;
}

.inside-left{
	margin-top: 36px;
}
.inside-centre{
	padding: 40px;
}

#footer {
	clear: both;
	margin-top: 0px;
}





body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%; /* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #333333; /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	/*background: url(images/backgrd.jpg) top repeat-x;*/
	background-color: #817676;
	margin: 10px;
	line-height: 1.6em;
}

#wrap {
		border-top: 10px solid #8d1d1d;
		border-right: 1px solid #8d1d1d;
		border-bottom: 1px solid #8d1d1d;
		border-left: 50px solid #8d1d1d;
		background-color: white;
		background: url(../images/watermark.gif) no-repeat;
		background-position: 200px 240px;
}


/*Listamatic*/

a.submenu {
	color: #8d1d1d;
}

#sub_navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style: none;
width: 150px;
}

#sub_navcontainer li
{
	display: block;
	line-height: 24px;
	background: url(../images/submenubg.gif);
	font-size: 12px;
	text-align: left;
	text-indent: 15px;
	margin-top: 5px;
	
}
#sub_navcontainer a {
	text-decoration: none;
	display: block;
	height: 25px;
	width: 150px;
	font-weight: bold;
	color: #8D1D1D;
	
}
#sub_current {
	color: #fff;
	background: url(../images/submenubghover.gif);
	font-weight: bold;
}
#sub_navcontainer a:hover {
	color: #fff;
	background: url(../images/submenubghover.gif);
}
/*End Listamatic*/

/*Active menu styling*/

body#p1 a#n1, body#p2 a#n2, body#p3 a#n3, body#p4 a#n4, body#p5 a#n5 {
	color: #fff;
	background: url(../images/submenubghover.gif);
}


/*typography*/
a {
	text-decoration: underline;
	color: Blue;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
	color: Red;
}
a:active {
}
a.footer{
	color: #8D1D1D;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
	color: #8D1D1D;
	}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #A44A4A;
}
h2 {
	font-size: 1.1em;
	margin: 1em 0em;
	font-weight: bold;
	color: #8D1D1D;
}
h3 {
	font-size: 1.4em;
	margin: 0em;
	font-weight: normal;
	color: red;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0px;
}
img {
	border: 0;
}
ol, ul, li {
	font-size: 1.0em; /*
	list-style: none;*/
}
p {
	font-size: 1em;
}

pre {
	font-family: monospace; /*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
	color: #A44A4A;
}

/*Customise layout	*/
#header {
	padding: 0;
	margin: 0;
}
#divisions{
	text-align: center;
}
#wrap{
	background-color: #fff;
}
#main {

}
#footer {
	width: 876px;
	background-color: #cccccc;
	font-size: 0.8em;
	padding: 4px 12px 8px 12px;
	color: #8D1D1D;
	line-height: 8px;
}

.fsa {
font-weight: bold;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: center;
}
/*Box stuff for highlighting text blocks perhaps*/
.box1 {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.box2 {
	padding-top:15px;
	padding-bottom:15px;
	width: 60%;
	color: #333333;
	border-top: 1px solid #CCCCCC;
}
.box3 {
	font-size: 0.95em;
}

.images {
	float: right;
	margin-top: 42px;
	margin-left: 20px;
	width: 210px;
}
.teamimages {
	float: right;
	margin-left: 20px;
	width: 210px;
}

.team {
	border-top: 1px solid #ccc;
	clear:both;
	height:1%;
}