/* ----------------------------------------------------- */
/*						BLOCK LEVEL                      */
/* ----------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #6F8BA7 url(limo-service/background.png) repeat-x 50% 0;
	color: #000033;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 720px;
	height: auto;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

#header {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 0 11px 0;
	width: 720px;
	height: 121px;
	background: #000033 url(limo-service/headerimg9.png) top right no-repeat;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

#main {
	height: 450px;
	width: 720px;
	padding: 0;
	margin: 0;
	background: #FFF;
}

#nav {
	float: left;
	margin: 0; 
	padding: 35px 0 0 15px;
	width: 170px;
	font-size: 12px;
	text-transform: uppercase;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #DDD;
}

#nav a, #nav a:visited {
	display: block;
	padding: 5px 0 5px 10px;
	width: 160px;
	border-bottom: 1px solid #DDD;
	color: #8DA9C5;
	text-decoration: none;
}

#nav a:hover { color: #800; }

.navimage {
	padding: 0 0 12px 0;
	border-bottom: 1px solid #DDD;
}

#contentwrapper {
	float: right;
	margin: 0;
	padding: 0;
	width: 534px;
	height: 450px;
	border-left: 1px solid #DDD;
}

#content {
	padding: 25px 20px 0 20px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#content p {
	margin: 5px 0 10px 0;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-align: right;
	height: 50px;
	background: #000033;
}

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

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform: uppercase;
}

#footer a {	color: #FFF; }
#footer a:hover { text-decoration: underline; }


/* ----------------------------------------------------- */
/* 						HEADINGS                         */
/* ----------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, serif;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-variant: small-caps;
	color: #666;
}

h2 {
	margin: 20px 0 5px 0;
	font-weight: normal;
	font-size: 20px;
	color: #8DA9C5;
}

h3 {
	margin: 20px 0 5px 0;
	font-size: 14px;
	color: #666;
}


/* ----------------------------------------------------- */
/* 						MISCELLANEOUS                    */
/* ----------------------------------------------------- */

a {	color: #8DA9C5; }
a:hover { color: #800; }

img.gallery {
	margin: 0 0 0 10px;
	width: 75px;
	height: 75px;
	padding: 2px;
	border: 1px solid #DDD;
}
