body {background: #000; font-family: sans-serif; text-align: center; }
.main {background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/mainbg.gif);  margin-left: auto; margin-right: auto; margin-bottom:0px; width: 950px; font-size:13px;}
.navbar {background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/navbg.gif); margin-top:0px; width: 950px; text-align:center; background:#808259 }
.content {background: #CCC; margin-top:0px; width: 700px; float: right; text-align:left;}
.sidebar {background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/mainbg.gif);  margin-top:0px; width: 250px; float: left; color: #ccc; }
.announcement {border-top: 1px #000 solid; border-bottom: 1px #000 solid; color: #000; padding: 5px;}
.mailto {font-size:12px; color: #333;}

a:link { color: #6f6c32; }
a:visited { color:#4c5f24;} 
a:hover { color: #663300;} 

a.lafarge { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 116px; /* height of reactive image */
     background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/lafarge2.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.lafarge:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/lafarge.jpg); /* source for target image */
     } 
	 
a.upca { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 200px; /* width of reactive image */
     height: 116px; /* height of reactive image */
     background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/upca2.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.upca:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(http://i486.photobucket.com/albums/rr223/pmbbl/upca.jpg); /* source for target image */
     } 

	 
#nav {margin:0;	padding:0;background:#808259 0 0 repeat-x;width: 100%;float:left;border:1px solid #42432d;border-width:1px 0;}
#nav li {display:inline;padding:0;margin:0;	}
#nav a:link, #nav a:visited {color:#000;background:#b2b580;padding:10px 40px 4px 10px;float:left;width:auto;border-right:1px solid #42432d;
		text-decoration:none;font:bold 1em/1em Arial, Helvetica, sans-serif;text-transform:uppercase;text-shadow: 2px 2px 2px #555;	}
#nav a:hover {color:#fff;background:#727454;}
#nav li:first-child a {border-left:1px solid #42432d;}
.nav-home a{background:#000;color:#fff;text-shadow:none;}
.nav-home a:hover{background:#000;}
#nav a:active {background:#000;color:#fff;}

.faq {border-bottom: 1px #000 solid; font-weight: bold; size: 17px;}