body	{
			background-color:white;font-family:sans-serif;font-size:82%;margin:0px;padding:0px;
			background-image: url('../images/left-sky-banner.jpg');
			background-repeat: repeat-y;
			width: 100%;
			height: 100%;
			
			min-width:800px; /* This takes care of all the 'decent' browsers */
			margin: 0px; 
			padding: 0px; /*optional*/
			/* Optionally set text-align: center; and increase the padding if you wish to have the page centered with margins... */
		}

h4	{color:#0f45b7;font-ize:1.3em;}
a {color:#0f45b7;}

div#left-nav	{
					display: block;
					position: absolute;
				
					width: 183px;
					height: 100%;
					min-height: 100%;
					text-align: center;
					float: left;
					
					left:0px;
				}

div#global-systems-logo	{
	height: 116px;
	width: 112px;
	position:relative;
	top: 13px;
	left:40px;
						}
						
div#menu		{
					position: absolute;
					top: 150px;
					left: 0px;
					z-index:10;
				}


.buttons	{
				position: relative;
				display: block;
				width: 183px;
				height: 24px;
				text-decoration: none;
				cursor:hand;
			}

.button-text	{
					visibility:hidden;
				}


div#home-button, div#company-profile-button, div#services-button, div#domestic-button, div#commercial-button, div#contact-button
	{
	width:183px;height:24px;
	}

div#home-button {background-image:url('../images/nav/home-button.jpg');}
div#home-button :hover {background-image:url('../images/nav-over/home-button.jpg');}

div#company-profile-button {background-image:url('../images/nav/company-profile-button.jpg');}
div#company-profile-button :hover {background-image:url('../images/nav-over/company-profile-button.jpg');}

div#services-button {background-image:url('../images/nav/services-button.jpg');}
div#services-button :hover {background-image:url('../images/nav-over/services-button.jpg');}

div#domestic-button {background-image:url('../images/nav/domestic-button.jpg');}
div#domestic-button :hover {background-image:url('../images/nav-over/domestic-button.jpg');}

div#commercial-button {background-image:url('../images/nav/commercial-button.jpg');}
div#commercial-button :hover {background-image:url('../images/nav-over/commercial-button.jpg');}

div#contact-button {background-image:url('../images/nav/contact-button.jpg');}
div#contact-button :hover {background-image:url('../images/nav-over/contact-button.jpg');}

div#banner	{position:absolute;top:0px;left:210px;}

div#partner-logos	{width:450px;text-align:center;float:left;}

div#content	{position:absolute;left:210px;top:160px;width:380px;min-height:330px;}

div#swish	{
	position:absolute;
	bottom:-50px;
	left:-27px;
	height:302px;
	width:672px;
	z-index:-1;
			}
