/* Generic */
body {
background-image: url('system/bg.gif');
background-repeat:repeat;
text-align: center;
padding:0;
}
  
#container {
margin: 0 auto;
width: 100%;
text-align: left;
}

/* Formatting */
a:link, a:visited{
text-decoration:none;
color:#f37f3e;
}
a:hover{
text-decoration:underline;
color:#F39C3E;
}
a:active{
text-decoration:underline;
color:#FFBC5E;
}

h1 {
color:#f3623e;
font-size:18px;
font-weight:bold;
display:inline; 
}

h2 {
color:#F37F3E;
font-size:14px;
font-weight:bold;
display:inline; 
}

hr {height: 1px;
border-style: none;
color: black;
background-color:#3d362e;
background-color:#3d362e;
margin:32px;
border: 1px dotted #f28f55;
}

#img {
margin:4px 8px 4px 8px;
border: 3px solid #27221f;
}

#ad {
margin: 1px 1px 1px 1px;
border: 1px solid #27221f;
}




/* Borders */
		/* Header */
		#headleft {
		width: 528px;
		height: 230px;
		background-image: url('system/headleft.gif');
		background-position: bottom right;
		background-repeat: no-repeat;
		margin: 0;
		}
		
		#headcentre {
		color: #f37f3e;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 12pt;
		background-image: url('system/headcentre.gif');
		background-position: bottom;
		background-repeat: repeat-x;
		text-align:right;
		vertical-align:bottom;
		padding-bottom:9px;
		cursor:default;
		
<STYLE TYPE="text/css">

#menu1 { display : none }
#menu2 { display : none }
#menu3 { display : none }

A:link {color:black; text-decoration:none}
A:hover {color:blue; text-decoration:underline}

</STYLE> 

		}
		
		#headright {
		width: 180px;
		height: 230px;
		background-image: url('system/headright.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
		margin: 0;
		}
		
		
		
		/* Content */
		#contentleft {
		width:180px;
		background-image: url('system/contentleft.gif');
		background-position: top right;
		background-repeat: no-repeat;
		margin: 0;
		}
		
		#contentcentre {
		background-color:#3d362e;
		padding: 1em;
		color: #b39b89;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 10pt;
		}
		
		#contentright {
		width:159px;
		background-image: url('system/contentright.gif');
		background-position: left;
		background-repeat: repeat-y;
		margin: 0;
		}
		
		
		
		
		/* Footer */
		#footleft {
		width: 203px;
		height: 64px;
		background-image: url('system/footleft.gif');
		background-position: top right;
		background-repeat: no-repeat;
		margin: 0;
		}
		
		#footcentre {
		color: #27221F;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 8pt;
		background-image: url('system/footcentre.gif');
		background-position: top;
		background-repeat: repeat-x;
		text-align:right;
		vertical-align:top;
		padding-top:26px;
		}
		
		#footright {
		width: 180px;
		height: 64px;
		background-image: url('system/footright.gif');
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0;
		}
