body{
	background:#d0d0d0;
	font-family:Verdana;
	text-align:center;
}
#wrapper{
	margin:0px auto;
	width:1000px;
	background:white;
}
#main{
	width:1000px;
}
#main td.thHead{
	width:980px;
	height:120px;
	background:white;
	text-align:left;
}
#main td.nav{
	height:30px;
}
#main td.leftSide{
	width:280px;
	border:1px solid #cccccc;
	padding:10px 10px 10px 10px;
	vertical-align:top;
}
#main td.rightSide{
	width:690px;
	border:1px solid #cccccc;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	text-align:center;
}
#main td.footer{
	width:100%;
	background:#8c6239;
	padding:10px 10px 10px 10px;
	font-size:12px;
	color:white;
	text-align:right;
}
#main h1{
	font-size:12px;
	font-weight:bold;
	color:#8c6239;
}
#main p{
	font-size:11px;
}
#main li{
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
	list-style-type:square;
}
#main img.map{
	border:0px;
}
#navbar{
	width:100%;
	height:30px;
}
#navbar td{
	text-align:center;
	background:#8c6239;
	font-size:12px;
	font-weight:bold;
	color:white;
}
#picBox{
	width:660px;
}
#picBox td.image{
	width:200px;
	height:200px;
	background:url(images/mainImages/croppic.png) no-repeat;
	text-align:center;
}
#picBox td.txt{
	text-align:center;
	font-size:11px;
}
#journey{
	width:690px;
}
#journey td.head{
	width:690px;
	height:30px;
	background:#8c6239;
	font-size:12px;
	color:white;
	text-align:center;
	font-weight:bold;
}
#journey td.subContent{
	background:#c69c6d;
	text-align:center;
	font-size:12px;
	color:white;
	font-weight:bold;
	height:25px;	
}
#journey td.oddLeftData{
	background:#e0e0e0;
	padding-left:5px;
	text-align:left;
	font-size:11px;
	color:black;
	height:20px;
}
#journey td.oddCenterData{
	background:#e0e0e0;
	text-align:center;
	font-size:11px;
	color:black;
	height:20px;
}
#journey td.evenLeftData{
	background:#efefef;
	padding-left:5px;
	text-align:left;
	font-size:11px;
	color:black;
	height:20px;
}
#journey td.evenCenterData{
	background:#efefef;
	text-align:center;
	font-size:11px;
	color:black;
	height:20px;
}
#credit{
	margin:0px auto;
	width:1000px;
	text-align:center;
	padding:10px 0px 10px 0px;
	font-size:11px;
	font-weight:bold;
}
