/* Breakaways default style page */
/* 18 August 2006					13 Sep 06 */
/* margin top right bottom left */

body	{
	background: url('images/bigtree.jpg') no-repeat bottom right;
	background-color: #fff8d3;	/* light yellow */
	border-left: 1px solid black;
	color: black;	/* text colour */
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12pt; font-family:Ariel, Helvetica, sans-serif; margin-left:0; margin-right:0; margin-top:0px; margin-bottom:0
}
#container	{
	background: url('images/adrian151x179.gif') no-repeat top left;
}
#header	{
	background: url('images/BAtitle02.gif') no-repeat top;
	height: 172px;
	border-top: 1px solid black; margin-left:0; margin-right:0; margin-top:0px; margin-bottom:0
}
#header h1 span	{
	display: none;
}
#links	{
	font: 14pt Ariel, Helvetica, san-serif;
	position: absolute;
	top: 30px;
	left: 70%;
}
a:link	{
	color: #bbaa00;		/*cccc00;*/
	font-weight: bold;
	text-decoration: none;
}
a:visited	{
	color: #00cccc;	
	/*ffff00=yellow; 00ffff=cyan; ff00ff=magenta; 0000ff=blue*/
	text-decoration: none;
}
a:hover, a.active	{
	color: blue;
	text-decoration: underline;
}
#column-left	{
	float: left;
	width: 300px;
	padding-top: 2em;
	padding-left: 1em;
}
#column-right	{
	text-align: center;
	float: right;
	padding-top: 2em;
}
#footer	{
	clear: both;
}