@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 820px;
	/* width: 100%; */ /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	border: 1px solid #32AAE6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* padding: 0; */
	background-color: #FFFFFF;
	color: #000000;
}
#bg {
	/* background-image:url(images/fill.jpg); */
	background-repeat:repeat;
	width:100%;
}
#container P {
	margin: 0 auto;
	color: #000000;
}
#header {
	background: #FFFFFF;
	margin: 0 auto;
	/* padding: 0 10px 0 20px; */  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0 auto;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse *//* padding: 10px 0; */ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#title {
	margin: 0 auto;
	background-image:url(images/cross_map.jpg);
	background-repeat:repeat;
	height: 100%;
	/* padding: 0; */
	/* position:relative;
	top:50px;
	left:0px; */
}
#title h1 {
	margin: 0 auto;
	vertical-align: middle;
	font: "Times New Roman";
	text-align:center;
	color:#000000;
	/*	font-style:normal;
	font-variant:normal; */
	font-family:"Times New Roman", Times, serif;
}
#break {
	clear:both;
}
#navcontainer {
	background: #32AAE6;
	width: 100%;
	/* margin: 0 auto; */
	/* margin: 0px 5px 0px 5px; */
	/* border: 0 solid #000000; */
	/* padding: 0px 0px 0px 0px; */
	float:left;
	margin: 0 auto;
}
#adbar {
	background: #32AAE6;
	width: 100%;
	/* margin: 0 auto; */
	/* margin: 0px 5px 0px 5px; */
	/* border: 0 solid #000000; */
	/* padding: 0px 0px 0px 0px; */
	float:left;
	margin: 0 auto;
	color: White;
	font-family: arial, helvetica, sans-serif;
}
#mainContent {
	/* padding: 0px 0px 0px 0px; */ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 10px;
	/* margin: 0 auto; */
	/* margin: 0 auto; */
	/* background: Yellow; */
	/* width: 100%; */
	/* height: 100%; */
}
#left_sc {
	/* margin: 0px 10px 0px 0px; */
	/* padding: 0px 10px 0px 10px; */
	/* padding: 10px; */
	float: left;
	width: 50%;
	/* background: #3399FF; */
}
#left_sc h4 {
	color:#32aae6;
}
#right_sc {
	padding: 10px;
	/* margin: 0px 0px 0px 10px; */ /* creates space between the subelements */
	/* padding: 0px 10px 0px 10px; */
	width: 45%;
	float: right;
	background: #FFFFFF;
}
#photoframe {
	padding: 10px;
	width:auto;
	float:none;
	height: 100%;
	background: #32AAE6;
}
#footer {
	padding: 10px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin: 0 auto; /*added */
	width: 100%;
	clear: both;
}
#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 */
}

#navcontainer ul {
	margin: 0 auto;
	background-color:#32AAE6;
	color: White;
	float: left;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 0.4em;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 0 auto;
}
#navcontainer ul li a:hover {
	background-color: #036;
	color: #fff;
}
#showcontainer
{
width: 550px;
height: 500px;
	/* width: 100%; */ /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	border: 1px solid #32AAE6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* padding: 0; */
	background-color: #FFFFFF;
	color: #000000;

}
#showpic
{
width: 467px;
height: 350px;
	/* width: 100%; */ /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	border: 1px solid #32AAE6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* padding: 0; */
	background-color: #FFFFFF;
	color: #000000;

}
#showtext
{
width: 467px;
height: 100px;
	/* width: 100%; */ /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	border: 1px solid #32AAE6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* padding: 0; */
	background-color: #FFFFFF;
	color: #000000;
}
#shownav
{
text-align:center;
}
#tour {
	background: #CCCCCC;
	padding: 10px;
	/* margin: 0 auto; */
	/* margin: 0px 5px 0px 5px; */
	/* border: 0 solid #000000; */
	/* padding: 0px 0px 0px 0px; */
	height: 500px;
	margin: 0 auto;
	color: black;
	font-family: arial, helvetica, sans-serif;
}