/* link layout */
A
{
    TEXT-DECORATION: none;
  color: #FF0000;
}
A:hover
{
    TEXT-DECORATION: bold;
   color: #0066FF; 
}
A:active
{
	color: #666666; 
}

.visited_post,.visited_post a, .visited_post:visited
{ 
	color: #0066FF;
}
.unnamed1 {
	background-repeat: no-repeat;
	background-position: left top;

}
.unnamed2 {
	background-repeat: no-repeat;
	background-position: right top;
	}
.bottomleft {
	background-image: url(Images/bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottomright {
	background-image: url(Images/br.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.towingpic {
	background-image: url(Images/towing.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fadebg {
	background-attachment: fixed;
	background-image: url(Images/road2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
#mainbox {
	height: auto;
	width: 904px;
	border: thin solid #CCCCCC;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.textbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;
	padding: 10px 10px;
	background-image: url(Images/fadegrey.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.textbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;
	background-image: url(Images/fadegrey.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px 10px;
}
.textbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.textbox4 {
	height: auto;
	width: auto;
	border: thin solid #CCCCCC;
}
#logobg {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	width: 421px;
	height: 98px;
	background-position: center;
}
#menubox {
	height: auto;
	width: auto;
}

