html, body{
	background-color: #71395a;
	margin: 0px;
	font: Georgia, "Times New Roman", Times, serif;
	color: #635d53;
	line-height: 1.4em;
}

img{
	border: none;
}

h1, h2, h3, h4, a { color: #6d3355; }

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 19px; }
h4 { font-size: 16px; }
a { font-weight: bold; }
td { vertical-align:top; }

hr { border: none; border-bottom: #635d53 1px dashed; }

.purplebox { text-align: center; background-color: #ede5e9; border: #e6dce1 4px double; padding: 10px; }

#container{
	background: url(../images/parkHouse/background.gif) repeat-y;
	width: 980px;
	margin: 0px auto;
}

#header{
}

#banner{
	background: url(../images/parkHouse/banner.jpg) no-repeat;
	height: 225px;

}

#content{
	padding-left:15px;
	padding-top:10px;
	padding-right:30px;
	padding-bottom:0px;
	background: url(../images/parkHouse/background.gif) repeat-y;
}

#nav-container { position:relative; height:286px; }
#navigation{
	background: url(../images/parkHouse/nav.jpg) no-repeat;
	height: 286px;
	width: 208px;
	position:absolute;
	padding-top:22px;
	top:0px;
	left:0px;
}

#navigation img{
	margin-bottom: 10px;
}


#leftcolumn{
	width: 190px;
	float:left;

}
#leftcolumn h3 a { margin: 10px; text-decoration: none; }


#extra img{
	width: 190px;
	margin: 10px 8px;
	border: #999999 1px solid;
}

#bells {
	width: 190px;
	margin: 10px 8px;
	border: #999999 1px solid;
}


#rightcolumn{
	
	width: 195px;
	float: right;
}

#centercolumn{
	margin-left:210px;
	margin-right:202px;
}

#footer{
	text-align:center;
	font-size:1em;
	height: 64px;
	padding:20px;
	background-color:#f2edf0;
	margin-left:8px;
}
#footer p { margin:0px; padding:0px; margin-top:10px; }
#footer h4 { margin:0px; padding:0px; font-size:18px; font-weight:bold; color: #635d53; }

.clearfix{
	clear: both;
	float: none;
}

#map { width: 500px; height: 300px; border:1px solid #cccccc; }
#map-big-container { background:url(../images/journey/map-surround.jpg); }
#map-big { width: 924px; height:398px; border:1px solid #cccccc; margin-left:24px; }

.info { background:#f2edf0; padding:8px; padding-bottom: 15px; border-bottom: #c9b4c0 1px solid; margin-bottom:15px; }
	.info h1, .info h2, .info p { padding:0px; margin:0px; margin-bottom:5px; }
#constrain { height:200px; overflow:auto; }
.right { float: right; border: #999999 1px solid; margin-left: 10px; }
