  body {
    background:url(images/back2gf.gif) top left repeat;
    padding-left: 0px; }

#navbar_wrapper
{
	clear:left; /* new line */
	float: left; /* stick to the left when possible */
	width: 130px;
	text-align: left;
	vertical-align: text-top;
	font-size: 10pt;
/*	font-family: Arial,Helvetica,sans-serif; */
}


ul.navbar li
{
	margin-top: 	1px;
	margin-right: 	10px;
	margin-bottom: 	7px;
	margin-left: 	-40px;

	padding-top: 	2px;
	padding-right: 	2px;
	padding-bottom: 2px;
	padding-left:	2px;

	background-color: gray;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-right-width-value: 20px;
	border-right-style-value: solid;
	border-right-color-value: yellow;

	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	text-decoration: none;
}


  ul.navbar a {
    text-decoration: none }
  ul.navbar a:link {
    color: white }
  ul.navbar a:visited {
    color: purple }
 
/* Download links will be upper RIGHT side of page */

#download_wrapper
{
	clear:right; /* new line */
	float: right; /* stick to the left when possible */
	width: 120px;
	text-align: left;
	vertical-align: text-top;
	font-size: 10pt;
/*	font-family: Arial,Helvetica,sans-serif; */
}

ul.downloads li
{
	margin-top: 	9px;
	margin-right: 	0px;
	margin-bottom: 	1px;
	margin-left: 	-40px;

	padding-top: 	9px;
	padding-right: 	2px;
	padding-bottom: 2px;
	padding-left:	2px;

	background-color: blue;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-right-width-value: 20px;
	border-right-style-value: solid;
	border-right-color-value: yellow;

	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	text-decoration: none;
}


  ul.downloads a {
    text-decoration: none }
  ul.downloads a:link {
    color: white }
  ul.downloads a:visited {
    color: purple }

#content_wrapper
/* not floating this one, however giving it an absolute position as the other wrappers are fixed-width anyway */ 
{ text-align: left; vertical-align: text-top;
}



