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



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background1a.jpg);
	background-position:center;
	background-color: #770000;
	background-repeat:repeat;
	background-attachment:fixed;
	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;
	text-decoration: none;

}


#LUBEtext {visibility: hidden;}
#AStext {visibility: hidden;}
#AMtext {visibility: hidden;}


#container { 
	width: 1000px; 
	float:center;
	background:#FFFFFF;
	margin: 0 auto;
	text-align: left; 
	border: 1px solid #000000;
} 

#headerENG {
	padding: 0px;
	border: 1px solid 000000;
	background-image:url(../images/newheaderENG.jpg);
}

#headerFRE {
	padding: 0px;
	border: 1px solid 000000;
	background-image:url(../images/newheaderFRE.jpg);
}

#sidebar1 {
	float: left;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	width: 250px; 
	padding: 15px 0; 
}

#mainContentIndex {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	bottom: 0px;
}

#bilingualPage {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(../images/header404.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}


#mainContent {
	margin: 0 20px 0 275px;
	min-height: 600px;
	position:relative;
} 

#footer {
	width: 100%;
	padding: 0 0px;
	height: 40px;
	background-color: #444444;
	bottom: 0px;
}

#footertable {
	width: 750px;
	float:right;
}

.fltrt { 
	float: right;
	margin-left: 8px;
	
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
 

/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 5px; }
#mainContent { zoom: 1; padding-top: 5px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
