html {
	height:90%;
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	text-align: center; /* centres the container in IE 5* browsers. */
	color: #666666;
	font-size:12px;
}
#headerContainer {
	background:url(../images/oscar-and-lulu-header-blue.gif) repeat-x;
	height:100px;
	width:100%;
	left: 0px; 
	right: 0px; 
	top: 0px; 
	text-align:center;
	position:fixed;
}
#header {
	background: url(../images/oscar-and-lulu-header.gif); 
	background-repeat:no-repeat;
	height:100px;
	width:810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	top:0px;
	padding: 0px; 
}
#header .nav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
	padding: 65px 0;
	text-align: right;
}
#header #navElement, #navElement td {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. */
	padding: 0px 20px 0 0;
	text-align: right;
}
#navElement a{
	text-decoration:none;
	color:#999;
}
#navElement a:hover{
	text-decoration:none;
	color:#333;
}
#container {
	width: 100%;
	height:98%;
	margin: 0;
	padding: 100px 0;
	overflow:hidden;
}
#mainContent {
	padding: 0;
	height:100%;
	width:810px;
	overflow:hidden;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/table-middle.gif); 
	background-repeat:repeat-y;
	text-align:left;/* overrides the text-align: center on the body element. */
}
#mainContent #content {
	padding: 10px 30px 30px 30px;
}
#mainContent #content a {
	text-decoration:none;
	font-size:10px;
	color:#666666;
}
#mainContent #content a:hover {
	color:#333333;
	}
#copy {
	padding:0 50px 0 0;
}	
.copy, copy a {
	font-size:12px;
}	
#footerContainer {
	background:url(../images/oscar-and-lulu-footer-stripes.gif) repeat-x;
	height:100px;
	width:100%;
	left: 0px; 
	right: 0px;
	bottom: 0px; 
	margin:0px;
	padding:0px;
	position:fixed;
	overflow:hidden;
}
#footer {
	background: url(../images/oscar-and-lulu-footer.gif) no-repeat;
	background-repeat:no-repeat;
	height:100px;
	width:810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	bottom:0px;
	padding: 15px 0;
}
#footer p {
	color:#999999;
	text-align:center;
	font-size:9px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
}
.footnote {
	font-size:9px;
	color:#999999;
}
