body, div, a, form, textarea, input, p {
		/* font-style: italic;*/
		/* font-size: 12pt;*/
		font-family: verdana, arial, helvetica, sans-serif;
		 color: #black;
		 margin: 0px;
		 font-size: 14px;
		}
		
.button1 {
		position: absolute;
		top: 10px; left: 604px;
		width: 91px; height: 91px;
		background-color: #a5a5a5;
		}
		
.button2 {
		position: absolute;
		top: 10px; left: 697px;
		width: 91px; height: 91px;
		background-color: #a5a5a5;
		border: 0 solid black;
		padding: 0px;
		margin: 0px;
		}

.button3 {
		position: absolute;
		top: 10px; left: 790px;
		width: 91px; height: 91px;
		background-color: #a5a5a5;
		border: 0 solid black;
		}
		
.button4 {
		position: absolute;
		top: 103px; left: 604px;
		width: 91px; height: 91px;
		background-color: #a5a5a5;
		border: 0 solid black;
		}
		
.button6 {
		position: absolute;
		top: 103px; left: 697px;
		width: 91px; height: 91px;
		background-color: #a5a5a5;
		border: 0 solid black;
		}
		
.button5 {
		position: absolute;
		top: 103px; left: 790px;
		width: 91px; height: 91px;
		background-color: #a5a5a5;
		border: 0 solid black;
		}
		
.imagehead {
		position: absolute;
		top: 10px; left: 42px;
		width: 560px; height: 184px;
		background-image: url(gfx/widetruck.png);
		background-repeat: no-repeat;
		}
		
.header {
		position: absolute;
		top: 129px; left: 42px;
		width: 560px; height: 40px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='gfx/whitetrans.png');
		text-align: right;
		}
		
.header[class] {
  background-image: url(gfx/whitetrans.png);
}
		
.sideblock {
		position: absolute;
		top: 10px; left: 10px;
		width: 30px; height: 184px;
		background-color: #948c7a;
		}
		
.title {
		position: absolute;
		top: 196px; left: 42px;
		width: 546px; height: 16px;
		background-color: #948c7a;
		padding: 7px;
		}
		
.content {
		position: absolute;
		top: 228px; left: 42px;
		width: 540px; height: 300px;
		background-color: #948c7a;
		padding: 10px;
		font-size: 10px;
		overflow: auto;
		}

.mainpic {
		position: absolute;
		top: 228px; left: 604px;
		}
		
.menubar {
		position: absolute;
		top: 550px; left: 0px;
		width: 100%; height: 40px;
		background-color: #948c7a;
		}

.menu {
		position: absolute;
		top: 561px; left: 44px;
		width: 500px; height: 20px;
		color: white;
		}

.footer {
		position: absolute;
		top: 592px; left: 44px;
		width: 400px; height: 20px;
		background-color: white;
		}
		
	a:link { color: white; text-decoration: none; 
		font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;}
	a:visited { color: white; text-decoration: none; 
		font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;}
	a:hover { color: #002f5d; text-decoration: none; 
		font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;}
		
#button:hover {
		background-color: #002f5d;
		}
		
img	{
		border: 0px;
		position: absolute;
		top: 0px; left: 0px;
		}

br	{
		border-top: solid 1px black;
		}
