/* BODY AND CONTAINER */

		body {
			background-color: #333333;
			}

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: tahoma;
			font-size: 11px;
			line-height: 1.5em;
			color: #000000;
			background-color: #ffffff;
			border: 0px #000000 solid;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: tahoma;
			font-weight: bold;
			font-size: 18px;
			color: #AEA059;
			
			padding-left: 0px;
		}
		
		h2 {
			color: #AEA059;
			font-size: 15px;
			font-family: tahoma;
			background-color: #ffffff;
		}
		
		h3 {
			color: #000000;
			font-size: 13px;
			font-family: tahoma;
			
		}
		
		a {
			color: #FFFFFF;
			text-decoration: none;
		}

		a:hover {
			color: #FFFFFF;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #ffffff;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
			border-bottom: 2px solid #000000;
			padding-top: 0px;
			clear: both;
			margin-bottom: 0px;
			background-image:            url(images/header.jpg);
			background-color: #333333;
height: 130px;}
		
		#header p { 
                       text-align: center;
			margin-top: 0px;
			margin-right: 0px;
			color: #EFEFEF;
		}
                #header h1 {
                        text-align: center;
                        padding-right: 3px;
                }
				
				#tabs6 {
      float:left;
      width:100%;
      
	  background-image: url(images/limousine-nav-bar-bg.jpg);
      font-size:93%;
      line-height:normal;
          border-bottom:0px solid #ffffff;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 2px 0 50px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }

/* NAVIGATION */
	
		#nav {
	width: 150px;
	margin: 2px;
	margin-top: 20px;
	
	clear: none;
	float: left;
	background: #ffffff
		}
	
		#nav li a {
			height: 32px;
  			height: 24px;
			text-decoration: none;
		}	
	
		#nav li a:link, #nav li a:visited {
			color: #E4D6CD;
			display: block;
			background:  url(limousine-image-left-bar/limousine-hire-2.jpg);
			padding: 3px 0 0 10px;
		}
	
		#nav li a:hover {
			color: #FFF;
			background:  url(limousine-image-left-bar/limousine-hire-2.jpg) 0 -32px;
			padding: 3px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 


/* CONTENT */

		#content {
	width: 340px;
	clear: none;
	margin-left: 195px;
	margin-top: 20px;
	
		}
		
		#content p {
			padding-bottom: 10px;
			
			border-bottom: 1px dashed #ffffff;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px #ffffff ridge;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}



/* RIGHTBAR */

		#rightbar {
			float: right;
			width: 210px;
			margin-top: 20px;
		}
		
		#rightbar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #ffffff;
		}
		
		#rightbar a {
			color: #ffffff;
			text-decoration: none;
			border-bottom: 1px dashed #66749A;	
			font-weight: 500;	
		}
		
		#rightbar a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 0px;
			clear: both;
			background: #000 url(images/footer.jpg) center no-repeat;
			
			padding: 0px 0px 0px 1px;
			text-align: center;
		}
		
		#footer p {
			color:#FFFFFF;
			padding: 5px;
		}
		
		#footer p a {
			color: #eeeeee;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
