@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	/*background-image:url(imagesredetogo/bg-granite.jpg);*/
	/*	background-image:url(imagesredetogo/bodygrad-1.jpg);
	/*background-position:center;*/
	/*background-repeat:repeat-x;*/
	
	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: #990000;
}
.thrColFixHdr #container {
position:relative;
z-index:1;


margin: 0 auto ; /* the auto margins (in conjunction with a width) center the page */
	
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	height:690px;
	padding:0px 0px 0px 0px;
	
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
position:absolute;top:30px; left:0px;
z-index:10;
height:133px;
width:740px;
	background: #FFFFFF; 
	padding: 0px 0px 0px 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. */
	/*margin-bottom:5px;*/
	/*border: solid 1px;
	border-color:#999999;*/
	background-image:url(imagesredetogo/3001.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position:0% 0%;
} 
.thrColFixHdr #header h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	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 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
position:absolute;top:0px; left:60px;
z-index:9;
	width: 140px; 
	height:700px;
background-image:url(imagesredetogo/3002-140.jpg);
background-repeat:repeat-y;
margin-right:20px;
margin-left:0px;
margin-bottom:0px;
margin-top:0px;


padding: 0px 0px 0px 0px;
}

#innerSidebar {
position:relative;
width:140px;
height:500px;
 padding: 200px 0px 0px 12px;
 
 }

.thrColFixHdr #sidebar1 p {
font-size:90%;


}

.thrColFixHdr #mainContent { 
position:absolute;top:150px; left:220px;
z-index:3;
width:420px; height:400px;
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer {

position:absolute;top:535px; left:0px;
z-index:5;
height:120px;

	padding: 10px 10px 10px 220px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-image:url(imagesredetogo/redetogo-logo2010.jpg);*/
	/*background-repeat:no-repeat;*/
	/*background-attachment:fixed;*/
	/*background-position:100% 100%;*/
	/*border: solid 1px;
	border-color:#999999;*/
	/*width:710px;*/
background-image:url(imagesredetogo/3003-200.jpg);
background-position:bottom;
background-repeat:repeat-x;
/*background:#333333;*/
}

.thrColFixHdr #footer p {
font-size:90%;
color:#00FF00;
	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 */
}
a {
outline: none;
}

A:link {
color : #000000;}
A:visited {
color : #000000;}
A:active {
color : #000000;}
a:hover {
background-color : #FF6633;
/*display : block;*/
color : black;
text-decoration :none;}




h1 {
border:1px solid red;
/*font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:2px;*/
font-size:12px;
color:#000000;
margin-top:-1px;
margin-right:10px;
margin-bottom:0px;
margin-left:7px;
padding:10px;
}

img	{	border-style: none; }

h2 {
/*font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:2px;*/
font-size:13px;
color:#999999;
margin-top:-1px;
margin-left:7px;
margin-bottom:0px;
padding:0


}
h3 {
/*font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:2px;*/
font-size:12px;
color:#000099;
margin-top:-1px;
margin-left:7px;
margin-bottom:-10px;
padding:0


}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:10px;
color:#000066;
margin-top:-5px;
margin-bottom:-10px;



}

.p2 {
/*display:block;
background-color:#99FFFF;*/
font-family:Verdana, Arial, Helvetica, sans-serif;

color:#000000;
font-size:9px;

}

.p3 {/*
font-style:italic;*/

color:#333333;
font-size:11.5px;

}

.catbox { 
	/*overflow:hidden;*/
	/*position:relative;*/
	margin: 5px 10px 10px 10px ;
	border-style: none;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:3px double #999999;
	border-left:1px solid black;
	height: 60px;
	width: 80px;
	float: left;
	text-align: center;	
	/*background: #000000;*/
} 
