@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: 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;
	background-image: url(../english/images/backgrnd.jpg);
	background-repeat: repeat;
	margin-top: 12px;
	margin-bottom: 6px;
	background-color: #666666;
}
#copy {
	width: 705px;
	margin-bottom: 5px;
	margin-left: 15px;
}



#container {
	width: 901px; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #E3E3D5;
}


/* nav section */
#lftNavHolder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	width: 169px;
	margin-top: 56px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
}

td img {display: block;}
#inner tr {font-weight: normal;}

/* main content */
#inner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
}

#inner p {
	margin-top: 10px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #02426C;
	margin-top: 5px;
	margin-bottom: 10px;
}

.imgLft {float: left;}
.imgRgt {
	float: right;
	clear: both;
	margin-left: 5px;
}

.imgLft5 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
.imgRgt5 {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	}

/* footer section */
#footer {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #02426c;
	margin: 0px;
}
#footer a{
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #DECEB4;
}

.footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#copy ul {
	line-height: 16px;
	margin-left: 0px;
}
#copy li {
	margin-top: 8px;
	list-style-type: none;
}
#templ {
	font-weight: normal;
}
#templ tr {
	font-weight: normal;
}
.temp2 {
	font-weight: normal;
}.temp3 {
	font-weight: normal;
}
#copy2 {
	width: 700px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#guests h1 {
	margin-top: 15px;
}
#lftNavHolder2 {
	width: 169px;
	clear: left;
}
