@charset "UTF-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 10px;
	font-size: 14px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #CCCCCC;
	font-size: 14px;
	line-height: 16px;
	font-weight:700;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	margin-left: -999px;
	text-align: left;
	font-size:8px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 20px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	vertical-align: baseline;
}
.limo_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	vertical-align: baseline;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 0px;

}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
} 


#mainContent ul {
	font-size: 14px;
	line-height: 18px;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	list-style-image: url(images/diamond.gif);
	vertical-align: baseline;
	
}
#mainContent h1 {
	font-size: 24px;
	text-align: center;
}

#mainContent h2 {
	font-size: 18px;
	text-align: left;
	font-style: italic;
}
#gallery{
	font-size: 12px;
	text-align: left;
	font-style: italic;
}
h2 {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	color: #339999;
}
h3 {
	font-size: 14px;
	text-align: center;
	font-style: italic;
	color: #339999;
}
.credit_cards {
	font-size: 14px;
	text-align: center;
	font-style: italic;	
}
#special_occasions ul {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: url(images/diamond.gif);
	float: left;
	
}

.simple {
	margin-top: 0px;
	margin-left: 250px;

}
.simple ul {
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	text-align: left;	
}
a:link {
	font-size: 14px;
	color: #0033cc;
	text-decoration: none;	
}
a:hover{
	font-size: 14px;
	color: #339999;
}
a:visited {
	font-size: 14px;
	color: #0033cc;
	text-decoration: none;	
}		
#footer { 
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	text-align: center;
	padding: 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
