@charset "utf-8";
/* CSS Document */

/* Page layout */
body { background-color: #000; }
#container { background: #fff; width: 900px; max-width: 1024px; margin-left: auto; margin-right: auto; }
#content { background: #fff url(images/div.jpg) top left repeat-x;; min-height: 450px; padding-top: 2px;} 
.ctext { margin: 10px; min-height: 400px;}
.ctextchar { margin: 10px; height: 380px;}
.ctextmin { vertical-align: middle; margin: 10px; }
.contenttxt {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	text-align: left;
}
.contenttxtlrg { font-family: "Century Gothic"; font-size: 24px; color: #000000; text-transform: none; }

/* Div containing rachel brown name img or spacer for the index page */
#header { border: 0; text-align: center;}
#header img { padding-top: 10px; padding-bottom: 10px; }

/* DIV containing img of jewelry */
#imgdiv { float: left; width: 500px; text-align: center;  margin-left: 55px;}
#imgdiv img, a { border: 0;}

/*  DIVS/Text in the description of the jewelry item */
#desc { float: right; padding-top: 100px; padding-left:25px; padding-right: 25px; width: 250px; height: 400px;}

    p {
	font-family: "Century Gothic";
	font-size: 12px;
	/*	text-transform: uppercase; */
	color: #000000;
}
.desctextl { font-family: "Century gothic"; font-size: 16px; text-transform: capitalize; }
.desctext  { font-family: "Century gothic"; font-size: 12px; }
#desc hr { padding-top: 10px; padding-bottom: 0; }
.descimg { padding-top: 10px; padding-bottom: 10px; }

/*  REMOVED Divs containing thumnail images for jewelry */

/* End floating divs */
.clear { clear: both; }

/* Footer (I might change so p doesn't capitalize--could change other stuff)*/
#footer { background: url(images/div.jpg) top left repeat-x; width: 890px; height: 25px; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 5px; text-align: center; }
.footertext, a {
	font-family: "Century Gothic";
	font-size: 10px;
/*	text-transform: uppercase; */
	color: #000000;
}

/* Miscellaneous styles */
.dent { padding-left: 8px; font-size: 15px;}
.dent2 { background: #FFFFFF; padding-left: 8px; padding-top: 20px; font-size: 15px; }
ul.MenuBarHorizontal ul li dent2 { width: 15em; }
.nobrdr { border: 0; padding: 0; margin: 0;}
.picborder {
	margin-right: 9px;
	margin-bottom: 1px;
	border: 1px solid #333333;
}
.biotext {
	font-family: "Century Gothic";
	font-size: 9.5pt;
	text-align: left;
}
.biotext a:link, .biotext a:visited {
	color: #0033CC;
	border: none;
	font-weight: normal;
	font-family: "Century Gothic";
	text-decoration: underline;
	font-size: 9.5pt;
}
.contenttxtctr {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #0033CC;
	text-transform: none;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
.indexpagectr {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.contacttext a:link, .contacttext a:visited {
	color: #0033CC;
	border: none;
	font-weight: normal;
	font-family: "Century Gothic";
	text-decoration: underline;
	font-size: 12pt;
}
