/* basic elements */
html {
	margin: 0;
	padding: 0;
	border: 0;
	}
body { 
	font: 90% georgia, sans-serif;
	line-height: 1.88889;
	color: #FFFFFF; 
	margin: 0; 
	padding: 0;
	border: 0;
	background-color: #000000;
	background-image: url("carpark1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 {
	font-family: trebuchet MS;
	font-size: 3em;
	color: #FFFFFF;
	margin: 0;
	padding: 7px 2px 7px 2px;
	border: 0;
	}

h2 {
	font-family: trebuchet MS;
	padding: 0;
	margin: 2px;
	}

h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #B7A5DF;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

/* specific divs */

#container {
	padding: 0px 10px 5px 10px;  
	margin: 0px 0px 10px 150px; 
	position: relative;
	float: left;
	width: 650px;
	}

#content { 	
	background: #000033; 
	padding: 0px 10px 5px 10px;  
	margin: 5px 0px 10px 10px; 
	}

#logo {
	position: absolute;
	margin: 0;
	padding: 10px 2px 2px 10px;
	border: 0;
	}

#sidebar {
	font-family: trebuchet MS;
	position: relative;
	float: left;
	width: 120px;
	margin: 5px 5px 10px 15px;
	background: #000033;
	padding: 0 10px 5px 10px;  
	}

#title {
	margin: 0 10px 0 10px; 
	padding: 0 10px 0px 10px;  	
	position: relative;
	width: 950px;
	text-align: right;
	}

#xtlbar {
	font-family: trebuchet MS;
	background: #000033; 
	padding: 0px 10px 5px 10px;  
	margin: 5px 0px 10px 10px; 
	}