BODY
{
    BACKGROUND-COLOR: #51311C;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: 500;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	border : 0 none;
	margin: 0px;
	padding: 0px;
	height:100%;
	scrollbar-face-color:#b19b88;
	scrollbar-arrow-color: #471f00;
	scrollbar-track-color:#e8ded6;
	scrollbar-shadow-color:#b19b88;
	scrollbar-highlight-color:#b19b88;
	scrollbar-3dlight-color:#b19b88;
	scrollbar-darkshadow-Color:#8b7868;
	/*background-image: url(images/paisley4.jpg);*/
	background-repeat : repeat;
}

H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #c8b7a8;
	}
	
	H4	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #c8b7a8;
	}

html {
   min-height: 100%;
   margin-bottom: 1px; 
   height:100%;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: 500;
	color: #a89688;
	padding: 0px;
}

#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#ff0;
   padding:10px;
}
#body {
   padding:10px;
   padding-bottom:120px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:120px;   /* Height of the footer */
   background-image: url(/images/footerpaisley.jpg);
   background-repeat : repeat;
}

#Head {
	background-image: url(/images/wood.jpg);
	background-repeat : repeat-x;
	height:10;
	
}

#headlogo {
	background-image: url(/images/topheaderslip.gif);
	background-repeat : repeat-x;
}
#logo {
	background-image: url(/images/brownbottomheaderslip2.gif);
	background-repeat : repeat-x;
}
#CategoryContent {
	font-size: 11px;
	color: #c8b7a8;
}
#divider {
	background-image: url(/images/BJ_divderbar_dbar051a.jpg);
	background-repeat : repeat-x;
	line-height: 10px;
}

td.headerLeft, A.headerLeft:link, A.headerLeft:visited, A.headerLeft:active { 
	font-size: 10px;
	font-weight: 500;
	text-decoration : none;
	color: #b89c86;
	
}

A.headerLeft:hover {
	font-size: 10px;
	font-weight: 500;
	text-decoration : underline;
	color: #ffffff;	
}

#footer td.PageFooter {
	font-size: 10px;
	font-weight: 500;
	text-decoration : none;	
	color: #63554a;	
	padding-top: 30px;
}

A.PageFooter:link {
	font-size: 10px;
	font-weight: 500;
	text-decoration : none;	
	color: #b89c86;
}

A.PageFooter:visited {
	font-size: 10px;
	font-weight: 500;
	text-decoration : none;	
	color: #b89c86;
}

A.PageFooter:active {
	font-size: 10px;
	font-weight: 500;
	text-decoration : none;	
	color: #b89c86;
}

A.PageFooter:hover {
	font-size: 10px;
	font-weight: 500;
	text-decoration : underline;
	color: #b89c86;
}


#ContentTop {
    background-image: url(/images/contentbottomfiller.gif);
	/*background-image: url(images/paisley4.jpg);*/
	background-repeat : repeat-x;
	line-height: 8px;
}
#footer td.ContentBottom {
	background-image: url(/images/contentbottomfiller.gif);
	/*background-image: url(images/paisley4.jpg);*/
	background-repeat : repeat-x;
	line-height: 8px;	
}

/* bottom separator */
td.divider {
	background-image: url(/images/BJ_divderbar_dbar051a.jpg);
	background-repeat : repeat-x;
	line-height: 10px;	
}

td.HomeFooter {
	background-image: url(/images/wood.jpg);
	background-repeat : repeat;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/*margin-left: 100px; Set left margin to LeftColumnWidth*/
margin-right: auto;

 
}

#leftcolumn{
float: left;
width: 95px; /*Width of left column*/
margin-left: -100%;
margin-top: 100px;
/*background: #987152;*/
}

.innertube{
/*margin: 10px; Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 11px Verdana;
width: 95px; /* Main Menu Item widths */
border-bottom: 1px solid #471E00;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #471E00;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #471E00;
/*border-right: 1px solid #471E00;*/
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #987152; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #471E00;
}

.sidebarmenu ul li a:hover{
background-color: #471E00;
color: #987152;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 95px; /*Sub Menu Items width */
top: 30px;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

