body {
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}
#container {
	margin: 0px;
	padding: 0px;
	height: auto;
	overflow: hidden;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-color: #99CC00;
}
#header {
	height: 100px;
}
#logo {
	float: left;
	background-color: #fff;
	width: 25%;
	height: 100px;
	overflow:hidden;
	background-image: url(../images/battery-opera-logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
#logo h1 {
	display:none;
	}
#nav {
	padding: 0;
	height: 100px;
	overflow: hidden;
	background-color: #D5D5CE;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#nav-header {
	margin: 0;
	padding: 0;
}
#nav-header ul {
	margin: 0 auto;
	padding: 5px 0 0 0;
}
#nav-header ul li, #nav-header ul li ul li {
	float: left;
	list-style-type: none;
	padding:0;
	margin: 0 0 0 10px;
}
h1 {
	margin: 10px 0 0 10px;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
img {
	border: 0;
	display:block;
}
#text {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100px; 
	right: 0;
	width: 51.1%;
	height: 75%;
	overflow:auto;
	color: #454545;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	background-image: url(../images/text-bg-left-scum2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}
#galleryPage #text {
	width: 71.1%; 
}
#text-content {
	margin: 0;
	padding: 0 6% 0 8%;
	background-image: url(../images/text-bg-right-scum.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
#gallery {
	position: absolute;
	top: 100px;
	width: 49%;
	height: 100%;
	background-color: #939393;
	background-image: url(../images/battery-opera-gallery-bg-tile.jpg);
	background-repeat: repeat;
	left: 2px;
}
#galleryPage #gallery {
	width: 29%;
}
#gallery-media {
	width: 100%;
	height: 100%;
	background-image: url(../images/gallery-bg-edge-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#footer	{
	padding: 300px 0 0 0;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 16px;
	background-position: left bottom;
	background-image: url(../images/battery-opera-logo-footer.gif);
	background-repeat: no-repeat;
}
#footer img {
	margin: 0 0 0 10px;	
}
#footer ul {
	margin:0;
	padding: 0;
	overflow:hidden;
	height: 160px;
	}
#footer ul li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#text a:link, #text a:visited {
	color: #253441;
}
#text a:hover {
	color: #000;
	text-decoration: none;
	background-color:#E9E9E9;
}



/* ------------------  sIFR  ------------------------- */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
h2, .title {
	margin: 15px 0 0 0;
	padding: 0;
	clear:both;
	line-height: 35px;
	height: 35px;
	font-size: 35px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #container #text h2, .sIFR-hasFlash #container #text .title {
	margin: 15px 0 10px 0;
	padding: 0;
	line-height: 33px;
	height: 33px;
	clear:both;
	width: 95%;
	overflow: hidden;
	font-size: 33px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


