
#container {
    /* to get around bug in MSIE 5.5, need to use centring div block */
    text-align: left;
    height: 100%;
    width: 700px;
    margin-left: auto;
	margin-right: auto;
}



body {
	/* background:#C1B3A0 url('http://www.lonelyplanet.tv/style/body_bg_slice.gif') repeat-x top left;   */                        
	font-family: arial,verdana;
    font-size: 11px;
	color: #3D3D40;   
}

a {
	text-decoration: none;
    font-weight: normal;
    color: #3D3D40;
}

a:hover {
	font-weight: bold;
    text-transform: none;
}

#header {
	margin-top: 50px;
	width: 100%;
	height: 60px;
	border-top: 1px solid #3D3D40;
	border-bottom: 1px solid #3D3D40;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: 70%;
}

#menu {
	margin-top: 10px;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #3D3D40;
}

#main {
	width: 100%;
	height: 280px;
	margin-top: 10px;
}

#footer {
	width: 100%;
	height: 20px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #3D3D40;
}


/*  inside main div block */

#bigPhoto {
	height: 280px; 
	width: 440px; 
	float: right;
	background-image: url('../images/outside01.jpg');
}

#infoWindow {
	float: left;
	width: 250px;
	height: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#littlePhotos {
	height: 100px;
	width: 250px;
	float: left;
	padding-right: 10px; 
}

#caption {
	display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #3D3D40;
	color: white;
	float: right;
	width: 420px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	border-bottom: 1px solid white;
	overflow: hidden;
}

.page, .page a {
	color: white;
	background-color: #3D3D40;
	padding: 2px;
}

#slidedown {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #3D3D40;
	color: white;
	float: left;
	width: 175px;
	height: 280px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 0px;
	font-size: 13px;
	font-style: normal;
	line-height: 140%;
}



