a {
	color: #333333;
}
a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
body {
	background-image: url(../images/cab-pale.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	min-width:600px;    	
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sitehead {
	text-align: center;
	width: auto;
}
#sitehead h1 {padding-top:20px;}
#sitehead h1 a {color:#000000;}
#sidebar h2 { /*blog*/
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
#maincontent {
	float: left;
	height: auto;
	width: auto;
}
#menubar {
	float: right;
	width: 150px;
	font-size: small;
}
#menubar ul {
	margin-top: 0px;
}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
	/*	background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:20%;			/* right column width */
	/*	background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:76%;			/* left column content width (left column width minus left and right padding) */
		left:22%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
	font-size: small;
		width:16%;			/* right column content width (right column width minus left and right padding) */
		left:26%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	.rightmenu .col2 ul {
	  margin:0; 
	  padding-left: 20px; 
    }
#footer {
	text-align: center;
	clear: both;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	font-size: small;
}
#breadcrumbs {
	font-size: x-small;
	color: #161616;
	padding-bottom: 10px;
	clear: both;
}
#sitehead img.left {
	vertical-align: text-top;
}
.left {
	float: left;
}
img.left { padding-right:20px; }
.right {
	float: right;
}
