body {
	padding:0;
	margin:0;
	text-align: center;
	min-width: 920px;
	background: url(../images/background.jpg);
	background-repeat:repeat;
}

#MinWidthContainer {
_padding-left:900px;
_height: 1px;
}
#MinWidthContainer #PageContainer {
_height: 1px;
}
#MinWidthContainer #PageContainer #PageContentContainer {
_margin-left:-900px;
_position: relative;
_height: 1px;
}

#container
{
width: 90%;
margin: 10px auto;
background-color: #fff;
color: #333;
border: 1px solid gray;
min-width:900px;
max-width:1024px;
}

#top
{
padding: .5em;
background-color:#fff ;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 200px;
margin: 0;
padding-top:0.5em;
}

#content
{
text-align:left;
margin-top:0px;
margin-left: 200px;
border-left: 1px solid gray;
padding-left:1em;
padding-bottom:1em;
max-width: 44em;
min-height:800px;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#welcome  a:link, #welcome a:visited {
  		display: block;
  		width: 89px;
  		height: 35px;
		float:right;
  		background: url(../images/welcome2.png) no-repeat left bottom;
  	}

		#welcome a:hover {
 		/*	background-color: #369;*/
 			background-position: right bottom;
 			color: #000;
		}
#contact  a:link, #contact a:visited {
  		display: block;
  		width: 89px;
  		height: 35px;
		float:right;
  		background: url(../images/contact2.png) no-repeat left bottom;
  	}

		#contact a:hover {
 		/*	background-color: #369;*/
 			background-position: right bottom;
 			color: #000;
		}
#services  a:link, #services a:visited {
  		display: block;
  		width: 89px;
  		height: 35px;
		float:right;
  		background: url(../images/services2.png) no-repeat left bottom;
  	}

		#services a:hover {
 		/*	background-color: #369;*/
 			background-position: right bottom;
 			color: #000;
		}

#company  a:link, #company a:visited {
  		display: block;
  		width: 89px;
  		height: 35px;
		float:right;
  		background: url(../images/company.png) no-repeat left bottom;
  	}

		#company a:hover {
 		/*	background-color: #369;*/
 			background-position: right bottom;
 			color: #000;
		}

