body 
	{
    font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
    background-repeat: repeat;
	}

p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	line-height: 20px; 
	}		

	
* html p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	color: #000;
	line-height: 20px; 
	padding: 0 10px 0 10px; 
	}		
	
	
a
	{
	font-size: 15px;
	text-decoration: underline;
	color: #000;
	font-weight: bold; 
	line-height: 20px; 
	}
	
a:hover
	{
	color: #637317;
	}		
	
img
	{
	border: 0; 
	} 

h1
    {
    font-size: 18px;
    color: #000;
    }
	
* html h1
    {
    font-size: 18px;
    color: #000;
	padding: 10px 10px 0 10px; 
    }	
	
h2 
	{
	font-size: 16px; 
	color: #899f20;
	}		
	
* html h2
    {
    font-size: 16px;
    color: #899f20;
	padding: 0 10px 0 10px; 
    }		
	
h3
    {
    font-size: 15px;
    color: #000;
    }
		
* html h3
    {
    font-size: 15px;
    color: #000;
	padding: 0 10px 0 10px; 
    }				
	
/* border */ 	/*{{{*/
	
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

/* \*/
* html #tlc, * html #trc, * html #brc, * html #blc, * html #lb, * html #rb, * html #tb, * html #bb {height: 1%;}
/* */

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image: url(images/tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image: url(images/trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image: url(images/blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image: url(images/brc.jpg);
	background-position: 100% 100%;
    padding-bottom: 12px;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image: url(images/tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image: url(images/bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image: url(images/rb.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #ffffff;
	background-image:url(images/lb.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}	/*}}}*/
	
/*---------- page elements ----------*/		

#wrapper
	{
	width: 812px; 
	border: 0; 
	margin: 0 auto; 
	background-color: white; 
	}

#header
	{
    margin: 0 5px;
	width: 796px; 
	height: 135px; 
	background: #B8D431; 
    border-top: 5px solid white;
	}	
	
#content_home
	{
    margin: 0 5px;
	width: 776px; 
    padding: 10px;
    background-color: white;
	background-image: url(images/wheel_home.jpg);
	background-repeat: no-repeat; 
	}		

* html #content_home	
	{
    margin: 0 6px;
	width: 774px; 
    padding: 0;
    background-color: white;
	background-image: url(images/wheel_home_ie.jpg);
	background-repeat: no-repeat; 
	}	
	
	
#content
	{
    margin: 0 5px;
	width: 776px; 
    padding: 10px;
    background-color: white;
	background-image: url(images/wheel.jpg);
	background-repeat: no-repeat; 
	background-position: right bottom; 
	}	
	
	
* html #content	
	{
    margin: 0;
	width: 774px; 
    padding: 0;	
	background-color: white;
	background-image: url(images/wheel.jpg);
	background-repeat: no-repeat; 
	background-position: right bottom; 
	}	

#content ul
    {
    list-style-type: none;
    font-size: 14px;
	line-height: 20px; 
    }
	
#footer
	{
    width: 776px;
	height: 38px; 
    padding: 100px 0 5px 0;
    margin: 0;
	}	
	
#footer p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
    text-align: center;
	color: #ccc;	
	padding: 0;
	width: 800px;
	} 
	
#footer a
	{
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
	font-size: 11px;	
	}	
	
#footer a:hover
	{
	color: #000; 
	}	
	
#nav
	{
    margin: 0 5px;
	width: 796px; 
	height: 40px; 
	background-image: url(images/bg_nav.gif);
    border-top: 5px solid white;
	}	
	
#nav ul 
	{
	list-style-type: none; 
	padding: 0;
	margin: 0;
	border: 0; 
	} 	
	
#nav li 
	{
	float: left; 
	width: 194px; 
	text-align: center; 
	padding: 9px 0 0 0;
	}	
	
#nav a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #fff;	
	}	
	
#nav a:hover
	{
	text-decoration: underline; 
	color: #000;
	}			

#side 
    {
    width: 310px;
    float: right;
    font-size: 12px;
	padding: 150px 0 0 0; 
    }

#side h2
    {
    font-size: 14px;
    text-decoration:none;
    font-weight: bold;
	text-align: right;	
	margin: 2px 0 2px 0; 
	color: #000;
    }

#side ul
    {
    padding-left: 0;
    margin-left: 0;
	text-align: right; 
    list-style-type: none;	
    }

#side li
    {
    padding-left: 0;
    margin-left: 0;
    }

#side ul li a
    {
    color: black;
    font-weight: bold;
    }
	
#side ul li a:hover
	{
	color: #637317;
	}			

.top_link
	{
	text-align: right; 
	font-size: 10px; 
	}
	
.services_pic
	{
	float: right; 
	margin: 0 10px 0 10px; 
	border: 2px solid #333; 
	} 
	
		