@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
	#container selector */
	background-image: url(../images/background.gif);
}

hr {

color:#FFFFFF;
height:1px;
width:50%;

}

.twoColFixLtHdr #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*css for topbanner */

.twoColFixLtHdr #topbanner {
	max-width: 1800px;
	min-width: 780px;
	height: 112px;
	background-image: url(../images/topbanner_background.gif);
} 

/*css for menu*/ 

.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	text-align:center;
	vertical-align: top;
}

/* css for main contents */
.twoColFixLtHdr .mainContent, .twoColFixLtHdr .mainContent2{
	max-width: 1800px;
	min-width: 600px;
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the .mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
.twoColFixLtHdr .mainContent {
	background-image: url(../images/background/image_main.gif);
}
.twoColFixLtHdr #about {
	background-image: none;
} 
.twoColFixLtHdr #alice {
	background-image: none;
} 
.twoColFixLtHdr #contact {
	background-image: url(../images/background/image_contact.gif);
} 
.twoColFixLtHdr #film {
	background-image: none;
} 
.twoColFixLtHdr #home {
	background-image: url(../images/background/image_home.gif);
}
.twoColFixLtHdr #int {
	background-image: url(../images/background/image_int.gif);
} 
.twoColFixLtHdr #news {
	background-image: none;
} 
.twoColFixLtHdr #perf {
	background-image: none;
} 
.twoColFixLtHdr #ref {
	background-image: url(../images/background/image_reference.gif);
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*thumb nail container*/

#main-container {
	max-width: 1800px;
	min_width: 580px;
	margin: 0 auto;
}
#thumb-container div.thumbcontainer, #thumb-container div.textcontainer {
	float: left;
	height: 120px;
	width: 120px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#thumb-container div.thumbcontainer2{
	float: left;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

/* runaround css */

#run1  {width: 180px; height: 18px;}
#run2  {width: 210px; height: 18px;}
#run3  {width: 235px; height: 18px;}
#run4  {width: 245px; height: 18px;}
#run5  {width: 255px; height: 18px;}
#run6  {width: 265px; height: 18px;}
#run7  {width: 265px; height: 18px;}
#run8  {width: 265px; height: 18px;}
#run9  {width: 265px; height: 18px;}
#run10 {width: 265px; height: 18px;}
#run11 {width: 255px; height: 18px;}
#run12 {width: 245px; height: 18px;}
#run13 {width: 235px; height: 18px;}
#run14 {width: 210px; height: 18px;}
#run15 {width: 180px; height: 18px;}

.runaround {
  float: right;
  clear: right;
}

/* end of runaround */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text_body {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align:left;
	line-height: 20px;
}
.text_heading a, .text_heading a:link, .text_heading a:visited{
color:#FFFFFF;
text-decoration:none;
}
.text_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9d1700;
	line-height: 20px;
}
.text_sponsored {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	}
div.tourcopy {
	width: 80%;
}

.tourcopy img {
	float: right;
	padding:10px;
	margin:10px;
	border: 1px solid black;
}
