
div.main-background
{
	background: url('images/main-background.png') #000000 repeat-y;	
	width: 1200px;	
	margin-bottom: -4px;
}

table.main-layout
{
	margin: 0;
	padding: 0;	
	width: 1000px;
	/*background: url('images/main-content-background.png') #FFFFFF repeat-y;*/
}

table.footer-layout
{
	margin: 0;
	padding: 0;	
	margin-top: 10px;
	width: 100%;
	color: #FFFFFF;
	font-size: 11pt;
}

td.main-layout-navigation
{
	height: 45px;
}

td.main-layout-content
{
	height: 300px;
	padding: 0 10px;
}

div.content-well-holder
{
	width: 700px; 
	float: right; 
	overflow: hidden;	
	text-align: left;
	margin: 10px;
	border: solid #000000 5px;
	padding: 10px;
	background: url('images/content-background.png') #F3F0F0 repeat-y;
	min-height: 500px;
}

div.side-navigation-well-holder
{
	width: 210px; 
	float: left; 
	overflow: hidden;		
	text-align: left;
	margin: 10px;
	margin-top: 30px;
}

table.navigation-layout
{
	margin-left: 15px;	
}

td.navigation-item
{
	height: 45px;	
	font-size: 13pt;
	font-weight: bold;
	padding: 0 15px;
	text-transform: uppercase;
}

td.navigation-item-selected
{
	height: 45px;	
	font-size: 13pt;
	font-weight: bold;
	padding: 0 15px;	
	background-color: #3D4F5E;	
	text-transform: uppercase;		
}

td.navigation-item a:link, td.navigation-item a:visited
{
	text-decoration: none;
	color: #3D4F5E;	
}

td.navigation-item-selected a:link, td.navigation-item-selected a:visited
{
	text-decoration: none;
	color: #FFFFFF;	
}

td.navigation-item a:hover, td.navigation-item-selected a:hover
{
	text-decoration: none;
	color: #F19D90;		
}

span.footer-done-by-diesel a:link, span.footer-done-by-diesel a:visited
{
	color: #000000;	
	text-decoration: none;
}

span.footer-done-by-diesel a:hover
{
	color: #000000;	
	text-decoration: underline;
}

span.footer-links a:link, span.footer-links a:visited
{
	color: #000000;	
	text-decoration: none;
}

span.footer-links a:hover
{
	color: #000000;	
	text-decoration: underline;
}

span.side-navigatin-header
{
	display: block; 	
}

div.content-well-holder img
{
	padding: 10px;
}

