@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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 */
}
#mainTopper {
	width: 640px;  /* these next three Styles make up the rounded frame on each webpage */
	position: relative;
	padding-left: 236px;
	background-image: url(../stage/panel_bckgrnd_top.gif);
	background-repeat: no-repeat;
	background-position: 220px 0px;
	height: 14px;
}
#mainBody {
	width: 614px;
	position: relative;
	padding-left: 238px;
	background-image: url(../stage/panel_bckgrnd_midl.gif);
	background-repeat: repeat-y;
	background-position: 220px 0px;
	padding-right: 24px;
}
#mainBottm {
	width: 640px;
	position: relative;
	padding-left: 236px;
	background-image: url(../stage/panel_bckgrnd_botm.gif);
	background-repeat: repeat-y;
	background-position: 220px -10px;
	height: 30px;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #home {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../stage/movie.jpg);
	background-repeat: no-repeat;
	background-position: 20px 118px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 118px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footr {
	padding: 0 16px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #555555;
}
.logo {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 66px;
	width: 236px;
	padding-top: 30px;
	padding-bottom: 0px;
	position: relative;
	left: -6px;
}
.countries {
	height: 26px;
	width: 260px;
	float: right;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	margin: 0;
	padding: 6px;
}
.nav {
	height: 30px;
	width: 630px;
	float: right;
	position: relative;
	top: -10px;
	padding-right: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	background-image: url(../stage/sidebar_02.jpg);
	background-repeat: no-repeat;
	width: 200px;
	position: relative;
	background-position: 1px 0px;
	padding-top: 8px;
	padding-left: 18px;
	height: 400px;
	left: -4px;
	float: left;
}
#mainTopperTBL {
	width: 658px;  /* these next three Styles make up the rounded frame on each webpage */
	position: relative;
	background-image: url(../stage/panel_bckgrnd_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
}
#mainBodyTBL {
	width: 614px;
	position: relative;
	padding-left: 20px;
	background-image: url(../stage/panel_bckgrnd_midl.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 24px;
}
#mainBottmTBL {
	width: 658px;
	position: relative;
	background-image: url(../stage/panel_bckgrnd_botm.gif);
	background-repeat: repeat-y;
	background-position: 0px -10px;
	height: 30px;
}
