/* -------------------------- www.facebook.com/myorangespot -------------------------- */

/* --------------------------          Liquid Body         -------------------------- */

html, body {
	height: 100%;
	width: 100%;
	font: 100% Arial, Helvetica, sans-serif;
	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;
	}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	height: 95%;
	/*background: #FFFFFF;*/
	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. */
	min-width: 780px;
	}
.oneColLiqCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
#Background {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #000000 url(../images/background.jpg) center no-repeat;
	}
/* --------------------------          Text & Links         -------------------------- */

a, a:active, a:visited {
	color:#FF0000;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	color:#999999;
	}
.Norm12White {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.Bold12White {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	}
.Bold12White a, .Bold12White a:active, .Bold12White a:visited {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	}
.Bold12White a:hover {
	color:#CCCCCC;
	}

/* --------------------------          Element Style         -------------------------- */

img {
	border:0px;
	}
#Line {
	background:#000000;
	height:1px;
	width:85%;
	}
#Movie {
	width:250px;
	height:205px;
	padding: 2px;
	z-index:1;
	background:url(../images/lenswhite.png);
	}
#Gallery {
	width: 100%;
	height: 445px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	}
/*#SlideShow {
	width: 694;
	height: 496px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	} */
#SlideShow {
	width: 100%;
	height: 496px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.Thumbnails {
	width: 60px;
	height: 60px;
	background: url(../images/lenswhite.png);
	padding: 3px;
	margin: 0px 5px 5px 0px;
	}
	
/* -------------------------- www.facebook.com/myorangespot -------------------------- */