@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #363636;
	background-image: url('../images/page_t.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: bottom left;
}

#glare
{
	position: absolute;
	width: 100%;
	height: 423px;
	left: 0;
	top: 0;
}

#glare-image
{
	background-image: url(../images/page_gl.png);
	background-repeat: no-repeat;
	height: 423px;
	width: 500px;
	margin: 0;
}

html:first-child #glare
{
  border: 1px solid transparent;/* Opera fix */
}
.oneColFixCtrHdr #container {
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	width: 100%;
	position: absolute;
	top: 0px;
}
#wrap {
	background-color: #FFF;
	width: 894px;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.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 */
}
#navigation {
	background-color: #000;
	height: 35px;
	width: 894px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	text-align: justify;
	top: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}

/* SLIDESHOW */

#slideshow {
	position: relative;
	float: right;
	width: 250px;
	height: 250px;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
		}
		
#slideshow > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
		}

#slideshow img {
	bottom: 10px;
	border: 5px solid #900;
	padding: 0px;
}

.Absolute-Center {
  width: 894px; /* Set your own width: percents, ems, whatever! */
  overflow: auto; /* Recommended in case content is larger than the container */
  margin: auto; /* Center the item vertically & horizontally */
  position: absolute; /* Break it out of the regular flow */
  top: 0; left: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */
}
