@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #695E57;
	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;
	position: relative;
}
#newbody {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #695E57;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#menubox {
	font-family: "Avant Garde Book BT";
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 150px;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CDB68C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
}
#header  {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #C6B084;
}
.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 {
	height: 340px;
	width: 750px;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	padding: 0 .1px 0 .1px;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.copyright {
	font-size: x-small;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#logg {
	visibility: visible;
	height: 20px;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
}
#logginscreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	background-color: #900;
	text-align: center;
	border: medium outset #000;
	height: 23px;
	color: #FFF;
	top: 15px;
	vertical-align: middle;
	text-transform: capitalize;
}
#BAGAnnoucements{
	height: 285px;
	width: 355px;
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
}
#rtop{
	height: 140px;
	width: 188px;
}
#nctop {
	height: 170px;
}
#rbottom {
	height: 170px;
	width: 250px;
}
#newbag {
	height: 255px;
	width: 125px;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
}
#menu {
	height: 75px;
	width: 750px;
	background-color: #FFF;
}
#picturebox {
	height: 50px;
	width: 300px;
	vertical-align: middle;
	text-align: center;
}
#pagetext {
	width: 325px;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 0px;
}
#menubox {
	font-family: "Avant Garde Book BT";
	font-size: 18px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	height: 75px;
	width: 150px;
}
#blcalendar {
	height: 50px;
	width: 50px;
}
#biotext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 300px;
	text-align: left;
}
#scrollheaders {
	height: 23px;
	width: 150px;
	background-color: #000;
}
#scrollbar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-style: italic;
	font-variant: small-caps;
	background-color: #CCC;
	cursor: default;
	filter: Glow(Color=#333, Strength=10);
	color: #993333;
	border: medium ridge #666;
	width: 180px;
}
#submitin {
	width: 140px;
	height: 42px;
}
#lcdscreen {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #666;
	overflow: auto;
	height: 275px;
	border: 5px inset #666;
	text-align: left;
	width: 580px;
	z-index: auto;
	filter: Chroma(Color="fff");
	background-image: url(bagimages/audiobackscreen.png);
	font-style: normal;
}
#movie {
	height: 140px;
	width: 188px;
	position: absolute;
	left: 525px;
	top: 200px;
}
#biotext1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 250px;
	text-align: left;
}
#sigs {
	height: 35px;
	width: 350px;
	text-align: left;
	vertical-align: bottom;
	font-family: Verdana, Geneva, sans-serif;
}
#blss {
	height: 182px;
}
#pbrt {
	height: 175px;
	width: 136px;
	text-align: center;
}
#bls {
	height: 150px;
	width: 250px;
}
#coup {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	width: 750px;
}
#video {
	height: 240px;
	width: 320px;
}
#coupon {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: absolute;
	background-color: #FFF;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
	border: 5px solid #000;
}
#smallannoun {
	height: 170px;
	width: 220px;
}
