@charset "UTF-8";
body  {
	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 */
	background-color: #eec355;
	background-image: url(../menu-images/bgImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page 	border: 1px solid #FFFFFF;
*/
	background-image: url(../menu-images/shaddow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left; /* this overrides the text-align: 	height: 175px;
center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-position: 5px 16px;
} 
.twoColFixRtHdr #headerLogo {
	height: 90px;
	background-image: url(../menu-images/headerLogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #headerLogo p {
	padding-top:5px;
	padding-right:10px;
	text-align:right;
	color: #E9E1CE;
}
.twoColFixRtHdr #headerLogo a {
	color: #E9E1CE;
	text-decoration:none;
}
.twoColFixRtHdr #headerLogo a:hover,a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div	 */
}
.twoColFixRtHdr #menu {
	height:21px;
	background-image: url(../menu-images/menuBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	margin-left: 5px;
} 
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	margin: 0 5px 0 5px;
	padding: 15px 15px 5px 15px;
} 

/* START BODY COPY SHELL .twoColFixRtHdr #mainContent */
#rule {
	padding: 8px 0 0 0;
	display: block;
	border-bottom:#333 thin dotted;
}
#rule p {
	margin: 0 0 0.5em 0;
}
#news {
	padding: 5px 0 0 0;
	margin: 0 0 3px 0;
	width:350px;
	display: block;
	border-bottom:#333 thin dotted;
}
#news h3 {
	text-transform:uppercase;
}
#news p {
	margin: 0 0 0.5em 0;
}
#diningPort {
	padding: 8px 0 4px 0;
	height: 158px;
	width:350px;
	display: block;
	border-bottom:#333 thin dotted;
}
#dinginPort p {
	margin: 0 0 0.5em 0;
}
#diningLand {
	padding: 8px 0 4px 0;
	height: 128px;
	width:350px;
	display: block;
	border-bottom:#333 thin dotted;
}
#dinginLand p {
	margin: 0 0 0.5em 0;
}
#GalleryShell {
	height: 348px;
	width: 545px;
	overflow: hidden;
	margin-left:125px;
	margin-top:10px;
	margin-bottom:10px;
	display: block;
	text-align: center;
	vertical-align: top;
}

.twoColFixRtHdr #footer { 
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #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 */
	font-size:.8em;
	padding: 0;
	text-align:right;
	color:#333;
}
.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:1px;
    font-size: 1px;
    line-height: 1px;
}
.rule { /* 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:10px;
    font-size: 10px;
    line-height: 10px;
}
.twoColFixRtHdr #footer #pdLink a {color:#333; text-decoration:none;}
.twoColFixRtHdr #footer #pdLink a:hover, a:focus {color:#000; text-decoration:underline;}