
html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #333333;
}

body
{
	font-family: Courier New, Courier, mono;
	font-size: medium;
	color: #333333;
	background-color: #CCCCCC;
	background-image: none;
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   color: #333333;
}

a {
	font-size: medium;
	text-decoration: none;
	color: #333333;
	/*font-weight: bold;*/
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
/*	color: #444444; */
}

a:active {
	text-decoration: none;
}

.h1 {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;	
}

.white {color: #FFFFFF}
.theme {color: #656565}

/* Title style.... a hyperlink (with a blank placeholder space as the text link) of class "titlestyle" will automatically insert the content below as alink */
/* this means we can change the link content sitewide from here */
.storetitlestyle ,  .titlestyle {color: #333333; font-weight: normal;
font-size: 22px;}

/*commented out this... is buggy on IE
.titlestyle:before {
content: "MOLLIEdASH:";
color: #333333;
font-weight: bold;
font-size: 22px;
}
*/

/* standard helper classes */

.shop-for-jewelry { /* menu padding class */
margin-left: 0;
margin-right: 0;
}

.clr
{
   clear: both;
   width: 1px;
   margin: 0 -1px -1px 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

#lmenu {
	position: absolute;
	width:165px;
	margin-left:15px;  
    text-align: left;
    z-index: 1;
}

#container {
	margin-left: 0px;
	margin-bottom:15px;
}

#Content, #banner{
	position: relative;
	width:990px;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
	clear: none;
	}

#Content {
	position: relative;
	margin-top:2px;
}

#Content img{
	margin: 12px 17px 12px 17px ;
}
#lmenu img{
	margin: 1px 1px 1px 1px;
}
#boxx {
	position: relative;
	border:1px dashed #aaa;
	padding:12px;
	margin-left: 190px;
	background-color: none;
	width: 796px;
}

#banner {
	text-align: right;
	margin-top:1px;
	height: 1.5em;
	clear: none;
}




/* page layout */

/* body { text-align: center; }  center on ie */

