/* Key gradient RGB values: light #f1f1f1, dark #7f838f fg to bg RGB gradient type */
/*                    text: #171717 */

* {margin: 0; padding: 0; }
body {background: #000; }


#wrapper {
	width: 978px;
	background: #adb1bd url(../images/mara-zebra-lrg.png) bottom left no-repeat;
	margin: 0 auto;
	padding: 0;
	border: solid #56595f;
	border-width: 0 2px;
}
* html #wrapper { margin-left: expression(document.body.clientWidth/2-489 + "px"); }

#header {
	width: 100%;
	overflow: hidden;
}

div#container {
	position: relative;
}

div#content {
	float: left;
	width: 555px;
	margin: 10px;
	margin-bottom: 350px;  /* make room for the bottom background to show up */
	padding: 10px;
	background-color: transparent;
	background-image: url(../images/trav-content-back.png);
	background-repeat: repeat-x;
}

div#rightbar {
	float: left;
	width: 250px;
	margin-top: 10px;
}




img {
	border: 0;

}

div#footer {
	position: relative;
	clear: both;
	width: 100%;
	height: 2em;
	padding: 0;
	background-color: transparent;
	text-align: center;
}

div#footer ul {
	position: relative;
}

div#footer li {
	display: inline;
	padding: 0 2em;
}



/* TYPOGRAPHY */

body {
	font-family: Arial, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	color: #fff;
}

a:link {
	color: #fff;
}

a:hover, a:visited {
	color: #ddd;
}

p {
	margin-bottom: 1.2em;
	line-height: 2;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

ul {
	list-style: none;
}

li {
	line-height: 2;
}

/* END TYPOGRAPHY */

/* IE 5.5 to 6 png fix */
/*
#know, h3 { behavior: url(/shillings_and_cents/css/iepngfix.htc) !important; }
*/


div.clear {
	clear: both;
}
/* TESTING ONLY, DELETE FOR PRODUCTION */
.graybox {
	background-color: #999 !important;
	background-image: none !important;
}



