@charset "utf-8";
body {
background-image:url(images/Slabs/Granite/AZUL_ARAN.jpg)
	font: 100% Verdana, 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: #003366;
	background-color: transparent;
}
a:link {
	color: #003366;
	text-decoration: none;


	border="0";
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	border="0";
}
a:hover {
	border: "0";
}
a:active {
	border="0";
}


.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */





	background-color: transparent
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {


 
 
	margin: 0 120px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.Header {
vertical-align:top
	text-align:center;
	border: none;
}


MainBody #mainbody {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	clear: both;
}

.oneColFixCtr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:transparent
	padding: 15px 10px;
}



}#thumbnails {
	overflow: scroll;
	position: relative;
	height: 300px;
	width: 0px;
	left: 0px;
}

openingtxt {
	background-color:#000000;
	position: fixed;
	top:100px;
	z-index: 1;
	height: 300px;

 }
.overtxt {
	visibility: visible;
	top: 300px;
	position: absolute;
	z-index: 1;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

