* {margin: 0; padding: 0; border: 0;}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff url(/hiddenimagesboohoo/10.jpg);}
ul{padding:20px;}
p{padding:20px;}

a {
	color: maroon;
	font-weight: normal;
	text-decoration: none;}
a:hover {
	color: #6D543A;
	text-decoration: underline;}
h1 {
	font-size: 1.5em;
	letter-spacing: 2px;
	margin: 0;}
h1 a:hover {
	color: #000000;}
h1 a {
	color: #FFFFFF;
	text-decoration: none;}
h3 {
	letter-spacing: 2px;
	font-size: 1.25em;
	margin: 10px 0px 10px 0px;}

/***************************************************************/

#container { /* also holds the left "sliding" tab */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
width: 732px;
 padding:0;border:0;
background:#fff;
border-right:3px groove;
border-left:3px groove;}

#head, #foot {
clear: both; 
width: 100%;
}

#head {
height:72px;
padding: 0;}



#holder {/* also makes the right "sliding" tab */
float: left;
width: 100%;
position: relative;}


#holder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;}

#centerpad {
margin: 0 125px;
padding:0;
}

#center {
  float:left;
  width: 100%; 
background:transparent;
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#left {
  float:left;
padding: 5px;
color:#425e45;
  width: 160px;
  margin-left: -5%; /* the difference to make the left column appear flush left */
}


#right {
  float:right;
padding:5px;
  width: 160px;
color:#b9701e;}

/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#left h3, #left p,
#right h3, #right p
{
padding: 0 20px; 
}

#container {
position: relative;
z-index: 500;
}


#foot {
text-align:center;
font-style:italic;
padding-top:10px;
         font-size:.75em;
	height: 56px;}

 /* ooooooooooooooooooooooooooooooooooooooooooooooooooo */
.box1{ background: #fff url(/hiddenimagesboohoo/4.gif) repeat; 
padding: 0;}
.top1 div { background: url(/hiddenimagesboohoo/5.gif) no-repeat top left; }
.top1 { background: url(/hiddenimagesboohoo/6.gif) no-repeat top right; }
.bottom1 div { background: url(/hiddenimagesboohoo/2.gif) no-repeat bottom left; }
 .bottom1 { background: url(/hiddenimagesboohoo/3.gif) no-repeat bottom right; }


/* height and width stuff, width not really nessisary. */
.top1 div, .top1, .bottom1 div, .bottom1{
width: 100%;
height: 7px;
font-size: 1px;
}
.content1 { margin: 0 7px; }

.box2{ background: url(/hiddenimagesboohoo/7.gif) repeat;margin-top:20px; }
.top2 div { background: url(/hiddenimagesboohoo/8.gif) no-repeat top left; }
.top2{ background: url(/hiddenimagesboohoo/9.gif) no-repeat top right; }
 /*.bottom2 div { background: url(/hiddenimagesboohoo/11.gif) no-repeat bottom left; }*/
/*.bottom2{ background: url(/hiddenimagesboohoo/12.gif) no-repeat bottom right; }*/

.top2 div, .top2, .bottom2 div, .bottom2{
width: 100%;
height: 7px;
font-size: 1px;
}

.content2{ margin: 0 7px; }
