html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-position:top left;
	background-repeat:repeat-x;
	height: 100%;
	background-image:url(pix/bodyBg.gif);
} 
 
#wrapper { 
	width:900px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	position: relative;
	min-height: 100%;
 	height: auto !important;
	height: 100%; 
} 
 
#header{
	position:relative; 
	height:143px; 
	width:100%;
	background-image:url(pix/drBongsHeader.jpg);
	background-position:top left;
	background-repeat:no-repeat;
} 
 
#leftContent {
	width:173px; 
	float:left; 
	position:relative; 
	background-color:#9e4e9e; 
	background-image:url(pix/leftBg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

td#leftContent a {
	width:1px;
	height:1px;
}
 
#twocols {
	width:720px; 
	float:right; 
	position:relative; 
 }
 
#rightContent {
	width:190px; 
	float:right; 
	position:relative; 
	background-color:#9e4e9e;
	text-align:right;
	background-image:url(pix/rightBg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
 
#center {
	background-color: #FFFFFF;  
	float: left; 
	display:inline; 
	position: relative; 
	width:500px; 
}

#centerContent {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#centerContent h1 {
	font-size:22px;
	color:#330066;
	font-weight:100;
}

#centerContent h2 {
	font-size:15px;
	color:#330066;
}
 
 /*  Float containers fix: */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.navcontainer { 
	width: 173px; 
}

.navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family:"trebuchet MS", Arial, Verdana;
	font-weight:bold;
	text-align:right;
}

.navcontainer li {
	width: 160px;
}

.navcontainer a {
	display: block;
	padding: 3px;
	color:white;
	text-decoration:none;
}

.navcontainer a:link, #navlist a:visited {
	color: #fff;
	text-decoration:none;
}

.navcontainer a:hover {
	text-decoration:underline;
}

/* boxes on the front page with quick links */

#boxWrapper {
	width:500px;
}

#box1 {
	width:240px;
	height:244px;
	display:inline;
	position:relative;
	background-color:#fff;
	background-image:url(pix/charms.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}

#box2 {
	width:240px;
	height:244px;
	display:inline;
	position:relative;
	background-color:#fff;
	background-image:url(pix/incense_holders.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:right;
}

#box3 {
	width:240px;
	height:244px;
	display:inline;
	position:relative;
	background-color:#fff;
	background-image:url(pix/jokes.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-top:10px;
}

#box4 {
	width:240px;
	height:244px;
	display:inline;
	position:relative;
	background-color:#fff;
	background-image:url(pix/smk_acc.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:right;
	margin-top:10px;
}

#box5 {
	width:240px;
	height:244px;
	display:inline;
	position:relative;
	background-color:#fff;
	background-image:url(pix/tshirts.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-top:10px;
}

#box6 {
	width:240px;
	height:244px;
	display:inline;
	position:relative;
	background-color:#fff;
	background-image:url(pix/unusual.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:right;
	margin-top:10px;
}

.boxMenu {
	padding-left:105px;
	padding-top:65px;
}

.boxMenu ul {
	list-style-type:none;
}

.boxMenu ul a {
	font-size:10px;
	color:white;
	text-decoration:none;
	padding:2px;
}

.boxMenu ul a:hover {
	text-decoration:none;
	background-color:#990099;
}