body {
	background-color:#ffffff;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
}
a {
	color:#552A14;
}
a:hover {
	color:#000000;
}
#container {
	position:relative;
	width: 725px;
	margin: 1em auto;
	padding:0;
	text-align:left;
}
#tabs {
	float:left;
	position:relative;
	width: 100%;
	margin: 0px 0 -1px 9px;
}
#tab1,#tab2 {
	float:left;
	position:relative;
	width:122px;
	height:21px;
}
#topframe {
	float:left;
	position:relative;
	width: 100%;
	background-image: url(../images/topbar_jake.gif);
	height: 13px;
	background-repeat: no-repeat;
	font-size:0.1em;
}
#splashimage {
	float:left;
	position:relative;
	width: 100%;
	background-image: url(../images/main_banner_jake.gif);
	height: 77px;
}
#splashimage p {
	display:block;
	float:left;
	margin: 6.5em 0 0 0.9em;
	padding: 0 0 0 0;
}
#mainmenu {
	background-color: #B7B7B7;
	float:left;
	position:relative;
	width:100%;
}
#mainmenu ul {
	margin: 0 0em 0em -5px; 
	padding: 4px 0 0 14px;
	vertical-align: bottom;
}
#mainmenu li {
	display: inline;
	background-image: url(../images/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin:0em 0.2em 0em 0.2em;
	padding:0em 0.2em 0em 0.2em;
}
#mainmenu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 70%;
	text-decoration:none;
}
#mainmenu ul li a:hover{
	text-decoration:underline;
}
#content {
	float:left;
	position:relative;
	width:100%;
	background-image: url(../images/content_background_jake.gif);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}
#leftcolumn {
	float:left;
	position:relative;
	width:45%;
	margin: 0 0 0 0;
	padding: 1em 1em 0 0.9em;
}
#rightcolumn {
	float:left;
	position:relative;
	width:35%;
	margin: 0 0 0 0;
	padding: 1em 0 0 4.5em;
}
#bottomframe {
	float:left;
	position:relative;
	width: 100%;
	background-image: url(../images/bottombar_jake.gif);
	height: 13px;
	background-repeat: no-repeat;
}
h1 {
	color:#787878;
	font-size: 1.3em;
	line-height: 1.7em;

}
h1 .bigger {
	font-size:200%;
}
h2 {
	color:#787878;
	font-size: 1em;
	line-height: 1.4em;

}
p {
	color:#787878;
	font-size: 0.8em;
	line-height: 1.8em;
}
#showlisting, #gettingthere {
	border: 1px solid #552A14;
	width: 278px; 
	position:relative;
	padding: 0;
	margin: 0 0 1em 0;
}
#showheader, #gettingthereheader {
	position:relative;
	margin:0;
	padding:0;
	width: 278px;
}
.showpic, .gettingtherepic {
	width: 278px;
	position:relative;
}
.showtext, .gettingtheretext {
	background-color: #391909;
	width: 278px;
	position:relative;
}
.showtext p, .gettingtheretext p {
	text-align:right;
	padding:0;
	margin:0;
}
.showtext p a, .gettingtheretext p a {
	font-size:0.7em;
	color:#fff;
	text-decoration:none;
}


