/* Layout Stylesheet */ 

body {
	background:#DAE0E8;
	color: #CCCCCC;
	text-align:center;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
 }

#outer {
	text-align:left;
	width:861px;
	margin:auto;
	background-color: #000000;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
 }

#hdr {
	height:104px;
	background:#000000 url(../images/header.jpg) no-repeat;
	margin-left: 30px;
	width: 800px;
 }

#bar {
	height:31px;
	background:#000000 url(../images/bg_navbar.jpg) repeat-x;
	color: #000000;
	width: 800px;
	margin-left: 30px;
 }

#bodyblock {
	position:relative;
	background: #000000;
	width:800px;
	padding:0;
	margin-left: 30px;
 }
#outer #bar p {
	padding-top: 10px;
}

#l-col {
	float:left;
	background:#000000;
	width:220px;
	margin-top: 60px;
 }

#cont {
	width:575px;
	background:#000000;
	text-align:left;
 }
 
 #MainCopy {
	margin-top: 0px;
	margin-left: 0px;
	padding-right: 20px;
	float: right;
	width: 500px;
}

.floatleft {
	float: left;
}

#ftr {
	height:240px;
	background:#000000;
	color: #CCCCCC;
	width: 730px;
	text-align: center;
	margin-left: 60px;
	clear: both;
 }
#CategoryTitle {
	margin-left: 230px;
	text-align: left;
}
#SubTitle p {
	text-align: left;
}
#subJewelry {
	position: absolute;
	height: 20px;
	width: 730px;
	left: 58px;
	top: 0px;
	padding: 2px 5px 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
}
#LeftCol {
	float: left;
	width: 220px;
	padding-bottom: 15px;
}
.clearthefloats {
	clear: both;
}
#DetailThumbs #RoClick {
	padding-top: 5px;
	padding-bottom: 15px;
}
.introThumb {
	float: left;
	width: 110px;
	height: 190px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
#MainCopy #top {
	float: left;
	width: 450px;
}

