/* BODY AND CONTAINER */

		body {
			background-color: #333333;
			}

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: tahoma; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666666;
			background-color: #ffffff;
			border: 2px #000000 solid;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: tahoma;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 10px;
			padding-left: 10px;
		}
		
		h2 {
			color: #AEA059;
			font-size: 16px;
			font-family: tahoma;
			background-color: #ffffff;
		}
		
		h3 {
			color: #FFFFFF;
			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: 4px solid #000000;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-image:            url(images/header.jpg);
			background-color: #2a25b2;
height: 200px;}
		
		#header p { 
                       text-align: center;
			margin-top: -1px;
			margin-right: 0px;
			color: #EFEFEF;
		}
                #header h1 {
                        text-align: center;
                        padding-right: 3px;
                }

/* NAVIGATION */
	
		#nav {
	width: 150px;
	margin: 5px;
	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: 350px;
	clear: none;
	margin-left: 195px;
	
		}
		
		#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;
		}
		
		#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: 5px;
			clear: both;
			background: #000 url(images/footer.jpg) center no-repeat;
			
			padding: 0px 5px 0px 5px;
			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;
		}
