	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #CCCCCC;
	}

	a:link { color: #B52C07;}
	a:visited { color: #600;}
	a:hover, a:active
	{
		color: #FFFFFF;
		background-color: #B52C07;
	}

	img
	{
		border-style: none;
	}

	h2
	{
		color: #336699;
		font: 120% arial, hevetica, sans-serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	h2 a { text-decoration: none; }

	h3
	{
		color: #336699;
		font: 106% arial, hevetica, sans-serif;
		font-weight: bold;
		margin-top: 0;
	}
	

	#container
	{
		margin: 1em auto;
		width: 750px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
	}

	#header
	{
		height: 83px;
		background-image: url(../images/site/logo.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	#header h1
	{
		font-size: 14px;
		text-align: right;
		color: #003366;
		margin: 0;
		padding: 0;
		position:absolute;
		top: 24px;
    		left: 300px;
	}

	#header h2
	{
		color: #003366;
		font: 80% verdana, sans-serif;
		position:absolute;
		top: 55px;
    		left: 310px;
	}

	#header h3
	{
		color: #003366;
		font: 80% verdana, sans-serif;
		position:absolute;
		top: 40px;
    		left: 375px;
	}

	#menu
	{
		float: right;
		width: 165px;
		border-left: 1px solid #003333;
		padding-left: 15px;
	}

	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}

	#contents { margin: 0 200px 40px 20px; }
	#contents p { line-height: 165%; }
	#contents_full { margin: 0 20px 40px 20px; }
	#contents_full p { line-height: 165%; }	
	.blogentry { border-bottom: 1px solid #003333; }

	.blogentry ul
	{
		list-style-type: disc;
		text-align: left;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}

	.blogentry li
	{
		display: inline;
		padding: 0 0 0 7px;
	}

	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}

	#footer
	{
		clear: both;
		color: #FFFFFF;
		background-color: #003366;
		text-align: right;
		padding: 3px;
		font-size: 70%;
	}
	
	#secondary_links
	{
   		float            : left;
		width            : 75%;
		margin		 : 5px 0px 8px 10px;
		
	}
	
	#secondary_links a	
	{
		font: 80% verdana, sans-serif;
	}
	
	#vehicle_listing { margin: 0px 0px 0px 20px; }
	#vehicle_listing p { line-height: 0%; }


/* Menus */

DIV.taMenu
{
   float            : left;
   width            : 100%;
   background       : #FFFFFF url(../images/site/buttons/taMenuBorder.gif) repeat-x bottom;
}

DIV.taMenu UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
}

DIV.taMenu LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.taMenu A
{
   float            : left;
   background       : url(../images/site/buttons/taMenuRight.gif) no-repeat right top;
   border-bottom    : 1px solid #84B0C7;

   font-size        : small;
   font-weight      : bold;
   text-decoration  : none;
}

DIV.taMenu A:hover
{
   background-position: 100% -150px;
}

DIV.taMenu A:link, DIV.taMenu A:visited,
DIV.taMenu A:active, DIV.taMenu A:hover
{
   color            : #003366;
}

DIV.taMenu SPAN
{
   float            : left;
   display          : block;
   background       : url(../images/site/buttons/taMenuLeft.gif) no-repeat left top;
   padding          : 5px 9px;
   white-space      : nowrap;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.taMenu SPAN {float : none;}
/* End IE5-Mac hack */

DIV.taMenu A:hover SPAN
{
   background-position: 0% -150px;
}

DIV.taMenu LI#current A
{
   background-position: 100% -150px;
   border-width     : 0px;
}

DIV.taMenu LI#current SPAN
{
   background-position: 0% -150px;
   padding-bottom   : 6px;
}