html,body {
   margin:0;
   padding:0;
   height:100%;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;

}
body {
	background-color: #dadada;
} 

h1{
	font-size:medium;
	color:#bb0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
a:link {
	color: #bb0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BB0000;
}
a:hover {
	color: #000000;
	font-weight:bold
}
a:active {
	text-decoration: none;
	color: #000000;
}


#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#d9d9d9;
   background-image:url(images/bg.gif);
   background-repeat:repeat-x;
   height:173px;

}
#body {
   padding:10px;
   background-image:url(images/tree_test.jpg);
   background-repeat:no-repeat;
   background-position:top left;
}
#footer {
   background-color:#FFFFFF;
   background-image:url(images/red_stripes.gif);
   height:30px;
   text-align:right;
   padding-right:10px;
}

#footer img { position:relative; top:10px;}

#container {
   height:100%;
}

#top {
	position:relative;
	left:50%;
	top:14px;
	margin-left:-289px;
	width:578px;
	height:156px;
	z-index:3;
}
#menu {
	padding-top:7px;
	background-position:top left;
	position:relative;
	left:-3px;
}

#content {
	position:relative;
	left:50%;
	margin-left:-289px;
	min-height:500px;
	top:0px;
	padding:10px;
	width:558px;
	background-color:#FFFFFF;
	margin-bottom:-10px;
	display:block;
}

#merchpage {
	width:100%;
	min-height:280px;
}