@charset "utf-8";
/* CSS Document */
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background-color: #ff9503;
scrollbar-base-color: #ff9503;
scrollbar-arrow-color: #ff9503;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #991510;
scrollbar-highlight-color: #ff9503;
scrollbar-shadow-color: #gray;
scrollbar-track-color: #ff9503
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline overline;
}

#framecontentLeft, #framecontentBottom{
	position: absolute;
	top: -1px;
	left: 0;
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #ff9503;
	color: white;
}

#framecontentBottom{
	top: auto;
	left: 198px; /*Set left value to WidthOfLeftFrameDiv*/
	width: auto;
	bottom: 1px;
	right: 0;
	height: 110px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #ff9503;
	color: white;
}

#maincontent{
position: fixed; 
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 120px; /*Set bottom value to HeightOfTopFrameDiv*/
overflow: auto; 
background: #991510;
color: white;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	margin-top: 0;
}

* html body{ /*IE6 hack*/
padding: 0 0 120px 200px; /*Set value to (0 0 HeightOfTopFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}
.navbar {
	background-color: #FF9503;
	list-style-type: none;
	margin: 1px;
	padding: 5px;
	background-image: url(pics/bottleicon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 30px;
	font-size: 18px;

}
.navbarover {
	background-image: url(pics/spacer.JPG);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 21px;
	margin: 1px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
}

ul {
	margin: 1px;
	padding: 1px;
	list-style-type: none;
}

#framecontentLeft .innertube ul .navbar a {
	color: #991510;
}

#framecontentLeft .innertube ul .navbar a:visited {
	color: #FFF;
}

#framecontentLeft .innertube ul .navbar a:hover {
	color: #000;
	font-weight: bold;
	text-align: center;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}

.picsback {
	background-color: #FF9503;
	border: 1px solid #000000;
	margin: 15px;
	padding: 15px;
	background-image: url(/pics/Bubbles.gif);
	background-repeat: repeat;
}
.picstype {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.picsback2 {
	background-color: #FF9503;
	margin: 15px;
	padding: 15px;
	border: 1px solid #FFF;
}
.picsNwords {
	background-color: #ff9503;
	margin: 15px;
	padding: 15px;
	width: 100%;
	color: #FFF;
	border: 2px outset #000;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.picsNwordsTEXT {
	background-color: #FF9503;
	width: 250px;
	margin: 0px;
	padding: 3px;
	position: absolute;
	border: 2px outset #000;
	overflow: auto;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px outset #666;
	padding: 2px;
}
#maincontent .innertube .picsNwords a:link {
	color: #FF0;
	text-decoration: none;
}

#maincontent .innertube .picsNwords a:visited {
	color: #FF0;
	text-decoration: none;
}

#maincontent .innertube .picsNwords a:hover {
	color: #000;
}

#maincontent .innertube .picsNwords a:active {
	color: #FF0;
	text-decoration: none;
}
