@charset "UTF-8";
/* CSS Document */

body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:#000;
	margin: 0;
	padding: 20px 0 25px 0;
	text-align: center;
	color: #000000;
}

h1, h2 {
}

h1 {
	margin-bottom: 3px;
}

#container { 
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 1px 0 0 0;
	text-align: left;
	background-image: url(vegas-limo-images/sidebar_fade.png);
	background-position: 515px;
	background-repeat: repeat-y;
}

#container {
	-moz-border-radius: 20px 0 20px 20px;
}

#header { 
	padding: 0 10px;
	background: #000;
	height: 160px;
	width: 750px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	text-align: left;
} 

#header img {
	position: relative;
	top: 10px;
	left: 18px;
}

#header_title {
	margin: 0;
	font-size: 40px;
	padding: 10px 0;
	float: left;
	width: 207px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #888;
	letter-spacing: .4em;
	font-weight: bold;
	}

#header ul {
	margin: 0;
	padding: 10px 0;
}

#header ul li {
	color: #999;
	display: inline;
}

#header a {
	text-decoration: none;
	color: inherit;
}

#header a img{
	border: none;
}

#sidebar {
	float: right; 
	padding-top: 40px;
	width: 160px;
}

#sidebar h3, #sidebar p {
	margin-left: 10px;
	color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#sidebar a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	}

#sidebar ul ul {
	font-weight: normal;
	padding-left: 6px;
	font-size: 12px;
}

#mainContent {
	width: 501px;
	padding: 0px 20px;
	
} 

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	-moz-border-radius: 0 0 20px 20px;
	text-align: center;
	padding: 10px 0;
	font-size: 10px;
} 

#footer p {
	margin: 20px;
	display: inline;
	line-height: 1.7em;
	
}

#footer a {
	color:#444;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

