		body {
			margin:0;
			padding:0;
			text-align:center;
			width:100%;
			font-size: 80%;
			font-family:verdana, arial, sans-serif;
			background-color: #F0EEEF;
		}

		
		#container
		{
			background-color: #F0EEEF;
			margin:0 auto;
			padding:0 3px;
			/* border: 3px solid;
			border-color: #FFFFFF; */
			text-align:left;
  			width:740px;
		}
		
		#banner
		{	height: 93px;
			background:url(images/misc_images/banner.jpg) no-repeat;
			margin-bottom: 5px;
			border-bottom: 25px solid #FF3399;
			background-color: #EAE9E8;
		}
		
		
		#nav
		{	float: left;
			width: 135px;
			border-bottom: 5px solid #F0EEEF;
			background-color: #FF3399; 
			color:  #FF99CC;
		}
		
		#nav ul
		{
		margin-top: 15px;
		}
		#nav li { 
			margin-left: -30px;
			list-style: none;
			font-size: 1em;
			line-height: 18pt;
			font-weight: bold;
						
		}
		#nav a { 
				color:#FFFFFF;
				text-decoration: none;
		}
		#nav a:hover { color: #FFFF33;
			background-color: #FF3399;
		}

		#rightbar
		{
			float: right;
			width: 155px;
			background-color: #F0EEEF;
			color:  #F0EEEF;
		}
		
		
		#content
		{
			padding: 1em 1em 1em 1em;
			background-color: #FFFFFF;
			border-left: 135px solid #CCCC99;
			margin-bottom: 5px;
			color:#5C5C5C;
		}
		
		.about
		{
		border-right: 155px solid #99CC67;
		}
		
		.history
		{
		border-right: 155px solid #3399CC;
		}
		
		.news
		{
		border-right: 155px solid #F9FA81;
		}
		
		.clients
		{
		border-right: 155px solid #9999CC;
		}
		.services
		{
		border-right: 5px solid #FFFFFF;
		}
		
		.events
		{
		border-right: 5px solid #FFFFFF;
		}
		
		.contact
		{
		border-right: 155px solid #EDD7B0;
		}
		
		.links
		{
		border-right: 155px solid #FF9934;
		}
		
		.truck
		{
		margin-left: 5px;
		}
		
		.merchimg
		{
		margin-left: 50px;
		}
		
		.merchimg2
		{
		margin-left: 30px;
		}
		
		#content p
		{
		padding-left: 1.2em;
		}
		#footer
		{	clear: both;
			margin:0 auto;
			border-top: 20px solid #FF3399;
			padding-top: 10px;
			color:#A3A3A3;
			font-size: 0.9em;
			width:740px;
		}
		
		/* html>body #footer {margin-left: 0px;} */
		
		#footer p
		{
			font-size: 0.9em;
			text-align: center;
			padding-left: 4em;
		}
		#footer ul
		{
		line-height: 0.7em;
		text-align: center;
		}
		#footer li
		{
		list-style: none;
		display: inline;
		}
		
		h1
		{	font-size: 2.5em;
			color:#A3A3A3;
			line-height: 0.2em;
		}
		h2
		{	font-size: 1em;
			color:#CCCCCC;
		}
		h3
		{	font-size: 1.1em;
			color:#7A7A7A;
			padding-left: 1.2em;
		}
		p
		{	font-size: 0.9em;
		}
		p.ctct
		{	font-size: 1em;
		}
		a:link	{
			color: #8C8C8C;
			text-decoration: none;
			}
		a:visited	{
			color: #8C8C8C;
			text-decoration: none;
			}
		a:hover	{
			color: #7A7A7A;
			text-decoration: underline;
			}
		
		a img	{
			border:none;
			}