@charset "UTF-8";
/* CSS Document */

/*____COMMON PAGE STYLES_____*/

body{
	background-color: #cecdcd;
}

html {
	overflow-y: scroll;
}
img { 
	border: none 
}
#page_text {
	padding-left: 25px;
	padding-right: 25px;
}
#clr {
	clear: both;
	margin-bottom: 10px;
}


/*_____CONTAINERS_____*/

#container  {
	margin: 0 auto;
	width: 940px;
	background-color: #FFF;
}
#masthead  {
	width: 940px;
	height: 139px;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
}
#left_col  {
	width: 200px;
	float: left;
}
#right_col  {
	width: 740px;
	float: left;
}
#footer  {
	width: 940px;
	height: 20px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}


/*_____RIGHT_COL_____*/

.js-kit-comments  {
	width: 700px;
	padding: 0;
	margin: 0;
}
.body_text {
	width: 700px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 20px;
}
.flickr  {
	width: 350px;
	height: 375px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.flickr2  {
	width: 700px;
	height: 375px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.flickr3  {
	width: 350px;
	height: 300px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#counter  {
	margin-top: 100px;
	width: 150px;
	float: left;
}

/*_____LEFT_COL_____*/

.link_text  {
	width: 160px;
	padding: 30px 20px 30px 20px;
}

/*_____ITINERARY_POP_UP_____*/

#itinerary_scroll  {
	overflow: scroll;
}
