/* Based on Dreamweaver CS4 template: Three columns absolutely positioned, header and footer.*/

body  {
	text-align: center;
	color: #000;
	background-color: #371329;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin: 0px;
}
#container {
	position: relative;
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
} 
#header {
	height: 140px;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #FFF;
	padding: 0;
	width: 780px;
}

#mainContent {
	background-color: #FFF;
	border: thin none #FFF;
	text-align: center;
	font-size: 12px;
	margin: 0;
	width: 580px;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
}
#mainContent p{
	font-size: 14px;
	text-align: justify;
}
#mainContent .underconstruction{
	font-size: 36px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#mainContent .artistlink {
	a:link  font-weight:bold;
	color:black;
	text-decoration:none;


    a:visited  font-weight:bold;
	color:silver;
	text-decoration:none;


	a:focus  font-weight:bold;
	color:red;
	text-decoration:none;


	a:hover  font-weight:bold;
	color:black;
	text-decoration:none;


	a:active  font-weight:bold;
	color:#006;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
#mainContent .linksubline {
	line-height: 150%;
	text-align: center;
}	
#mainContentintro {
	margin: 0;
	height: 440px;
	width: 580px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContent {
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

#mainContentintro p{
	font-size: 12px;
	text-align: justify;
}
#mainContentdesigners {
	border: thin none #FFF;
	text-align: center;
	font-size: 12px;
	margin: 0;
	width: 580px;
	padding: 0;
	height: 400px;
}

#mainContentfinejewelry {
	border: thin none #FFF;
	text-align: center;
	margin: 0;
	width: 780px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContentfinejewelry p{
	font-size: 12pt;
	text-align: justify;
}

#designcolumn1 {
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
	height: 380px;
}
#designcolumn1 p {
	font-size: 12pt;
}
#designcolumn2 {
	width: 300px;
	margin-left: 200px;
}
#headerspaceline {
	background-color: #371329;
	height: 10px;
	padding: 0;
}
#spaceline {
	height: 10px;
	padding: 0;
}
#menu {
	height: 30px;
	padding: 0;
} 

#headline {
	height: 35px;
	padding: 0;
} 
#headline p {
	margin: 0;
	text-align: center;
	font-size: 14pt;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}
#headline2 {
	background-color: #CCC;
	height: 35px;
	padding: 0;
} 
#headline2 p {
	margin: 0;
	text-align: center;
	font-size: 11pt;
	color: #006;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#subline1 {
	background-color: #CCC;
	height: 30px;
	padding: 0;
} 
#subline1 p {
	margin: 0;
	text-align: center;
	font-size: 14pt;
	color: #666;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}
#subline15 {
	background-color: #CCC;
	height: 20px;
	padding: 0;
} 
#subline15 p {
	margin: 0;
	text-align: center;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	font-style: normal;
}
#subline2 {
	background-color: #FFF;
	height: 30px;
	padding: 0;
	color: #CCC;
} 
#subline2 p {
	margin: 0;
	text-align: center;
	font-size: 13pt;
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}
#subline2white p {
	margin: 0;
	text-align: center;
	font-size: 13pt;
	color: #006;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
}

#subline2 p .dot{
	font-style: normal;
}
#footerintro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 135px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0;
	background-image: url(footerbg.jpg);
} 
#footerintro p {
	margin: 0;
	text-align: center;
	font-size: 12pt;
	color: #000;
	font-weight: normal;
	padding: 0;
}

#footer1intro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 50px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0;
} 
#footer1intro p {
	margin: 0;
	text-align: center;
	font-size: 12pt;
	color: #000;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer2intro {
	height: 35px;
	padding: 0;
} 
#footer2intro p {
	margin: 0;
	text-align: center;
	font-size: 11pt;
	color: #006;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

#footer2intro p .dot{
	font-style: normal;
}
#footer3intro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 85px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0;
	background-color: #666;
} 
#footer3intro p {
	margin: 0;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer4intro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0px;
} 
#footer4intro p {
	margin: 0;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

#footer {
	height: 70px;
	padding: 7;
	background-color: #666;
} 
#footer p {
	margin: 0;
	text-align: center;
	font-size: 9pt;
	color: #FFF;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer1 {
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 55px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0;
} 
#footer1 p {
	margin: 0;
	text-align: center;
	font-size: 12pt;
	color: #000;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer2 {
	height: 30px;
	padding: 0;
	background-color: #FFF;
} 
#footer2 p {
	margin: 0;
	text-align: center;
	font-size: 11pt;
	color: #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#footer2 p .dot{
	font-style: normal;
}
#footer3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0;
	background-color: #666;
} 
#footer3 p {
	margin: 0;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer4 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #666;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0px;
} 
#footer4 p {
	margin: 0;
	text-align: center;
	font-size: 8pt;
	color: #FFF;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

.link {
	text-decoration:none;





	a:link  font-weight:bold;
	a:visited  font-weight:bold;
	a:focus  font-weight:bold;
	a:hover  font-weight:bold;
	a:active  font-weight:bold;		color: #006;
	font-size: 14pt;
}
.link2 {
	text-decoration:none;
	color:#666;
	a:link  font-weight:bold;
	a:visited  font-weight:bold;
	a:focus  font-weight:bold;
	a:hover  font-weight:bold;
	a:active  font-weight:bold;
}
.link3 {
	text-decoration:none;
	color:#006;
	a:link  font-weight:bold;
	a:visited  font-weight:bold;
	a:focus  font-weight:bold;
	a:hover  font-weight:bold;
	a:active  font-weight:bold;}
.link4 {
	text-decoration:none;
	color:#006;

	a:link  font-weight:bold;
	a:visited  font-weight:bold;
	a:focus  font-weight:bold;
	a:hover  font-weight:bold;
	a:active  font-weight:bold;
	border-style: none;
	font-size: 14pt;
	}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  ouline: none;
}
.dot{
	font-style: normal;
}
.stripe{
	font-style: normal;
	font-size: 16pt;
}
.underconstruction{
	font-style: normal;
	font-size: 36px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #006;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 8.8em; /* since this element is floated, a width must be given */
	background: #CCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	border-left: 1px;
}

.theedge {
	font-size: 36px;
}
.theedge2 {
	font-size: 12px;
}
#container #mainContent h1 {
	font-size: 24px;
}
#container #mainContent h2 {
	font-size: 12pt;
}
#container #mainContentintro {
	font-family: Verdana, Geneva, sans-serif;
}
#container #mainContentintro {
	font-family: Tahoma, Geneva, sans-serif;
}
#container #mainContent blockquote blockquote blockquote blockquote form p {
	color: #000080;
}
#container #mainContent blockquote blockquote blockquote blockquote p .dot strong {
	color: #000080;
}
#container #mainContent blockquote blockquote blockquote blockquote p strong {
	color: #000080;
}
#container #mainContent p strong em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#container #mainContent blockquote blockquote blockquote blockquote form blockquote p strong {
	color: #000;
}
#container #mainContent blockquote blockquote blockquote blockquote strong {
	color: #000080;
}
#container #mainContent blockquote blockquote blockquote blockquote form blockquote p strong {
	color: #000080;
}
#container #headline p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16pt;
}
.heading9 {
	color: #000;
}
.font24 {
	font-size: 24px;
	font-weight: normal;
}
.twoColElsLtHdr #container #mainContent .heading9 {
	color: #FFF;
}
