/**************************************/
/* positioning the main content area  */
/**************************************/
#c_right
{
	/* nudge the main content over so we can see the menu items */
	width: 420px; /*!!!!!!!! width of 3rd column */
	/*height: 500px;  /*can spec this if you want (so don't need <br />'s in the html)  or let content detemine the height, as now*/
	
	/* move it over the distance of 1st & 2nd column */
	/* bug in mac IE makes layout screw up if use this positioning method */
    /*position: relative;
	top:0;
	left: 264px;  /*!!!!!!!! less 1 pixel to alway for the border down the right, or the image covers it */
	
	border-left: white thin solid;
	border-width: 1px;  /* IE doesn't recognise 'thin', so put 1 pixel width */
	background-color: #5a675d;
	/* move it over the distance of 1st & 2nd column */
	margin-left:248px; /*!!!!!!!! less 1 pixel to allow for the border down the right, or the image covers it */
}

/* #c_right a {
	text-decoration: none;
	}
	
#c_right a:link, a:visited {
	color: yellow;
	}
	
	#c_right a:hover {
	color: white;
	}
*/
#mac_ie_fix
{
	position: relative;
	top: 0px;
	left: 0px;
}

/**********************************/
/* positioning the menu elements  */
/**********************************/
#menu_left
{
    width: 65px; /*!!!!!!!! width of the 1st column */
    padding: 8px;
    padding-left: 0;
    padding-bottom: 0;
    border-right: solid thin white;
	border-width: 1px;  /* IE doesn't recognise 'thin', so put 1 pixel width */
}

#menu_right
{
    padding: 8px;
	width: 184px; /*!!!!!!!! width of 2nd column */
    position: absolute;
    top: 0ex;
    left: 80px;
}

#menu_bottom
{
    
	width: 249px; /*!!!!!!!! width of 1st & 2nd columns & so the length of the top border line*/
	text-align: right;
	position: relative;
	top: 220px; /*!!!!!!!! position of the description after the menu items */
	border-top: white solid thin;
	border-width: 1px;  /* IE doesn't recognise 'thin', so put 1 pixel width */
}

/*!!!!!!!! now we need to nudge the text down and left away from the borders */
#menu_bottom_text
{
	position: relative;
	top: 8px;
	left: -12px;
}

/*************************************/
/* no strip elements in this page!!  */
/*************************************/


