body
{
	font-family:Arial;
	font-size:18px; 
	color:#666633;
	background:url(images/bg.png);
	
}

a 
{
	text-decoration: none;
	
}

.site-wrapper
{
	width:800px; 
 	float:left;
 	
	background-color:white;
	
 
}

.image-holder
{
	width:1220px;
	
	
}

.leftpanel 
{
float : left;
clear : left;
width : 250px;
display: none;
}

.rightpanel
{
width : 160px;
float : left;
display: none;
}

.a1
{
display: none;
margin : 5px;
float : right;

border:solid 1px black;
}

.a2
{
margin : 5px;
margin-left : 15px;
display: none;
float : left;
clear : left;
border:solid 1px black;
}


.header-wrapper
{
	clear:left;
	width:800px;
	height: 212px;
	border-bottom:solid 1px black;
	background:url(images/truck_02.png);
display: none;

}


.body-wrapper
{
	float:left;
	
	
 	width:800px;
	min-height:485px; 
	
	
}

.footer
{
	display: none;
	clear:left; 
 	height:20px; 
	border-top: solid black 1px;
	text-align:center;
	border-left:solid 1px black;
}

.navigation
{
	float:left; 
	width:auto; 
	font-family:Arial; 
	display: none;
}

.navigation h1
{
	margin:2px;
	padding-left:45px; 
	color:#3f4a4e; 
	font-size:18px; 
	display: none;
}
 
.menuTitles
{
	padding-left:15px;
	padding-bottom:1px;
	padding-top:3px;
	width: 100px;
	height: 17px;
	margin-left:15px;
	margin-bottom:2px;
	border:solid 1px black;
	font-size:12px;
 	text-decoration:none; 
 	color:#3f4a4e;
	display: none;
}

.menuTitles:hover
{
	background:url(images/buttonbackground.png);
	display: none;
}

.menuItems
{
	padding-left:15px;
	padding-bottom:1px;
	padding-top:3px;
	width: 90px;
	height: auto;
	margin-left:25px;
	margin-bottom:3px;
	margin-top:3px;
	border:solid 1px black;
	display: none;
	font-size:12px;
 	text-decoration:none; 
 	color:#3f4a4e;
	display: none;
}

.menuItems:hover
{
	background:url(images/buttonbackground.png);
	display: none;
}

.menuSub
{
	padding-left:15px;
	padding-bottom:1px;
	padding-top:3px;
	width: 95px;
	height: auto;
	margin-left:20px;
	margin-bottom:3px;
	margin-top:3px;
	border:solid 1px black;
	display: none;
	font-size:12px;
 	text-decoration:none; 
 	color:#3f4a4e;
	display: none;
}

.menuSub:hover
{
	background:url(images/buttonbackground.png);
	display: none;
}

.content-wrapper
{  
	float:left;
	width:auto; 
	margin:15px;
	
	
}

.panel
{ 
	margin-top:10px;
	margin-bottom:5px;
	border:solid 1px #666633;
	height:auto;
}

.panel_content
{
	background:#e7e7df;
	border-top: solid 1px black;
	min-width:635px;
	

}
.panel_content p
{
	text-align:center;

}


.panel_title
{	  
	height:16px; 
	font-size:14px; 
	color:#666633; 
	padding:2px; 
	padding-left:15px; 

}
 

