body { 
	margin: 0;
	padding: 0;
	background-color: #849999;
	text-align: center;
}
#container { 
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#containerMain {
	width: 900px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 97px;
	background-color: #FFFFFF;
	}
	
#menuBar{
	height: 37px;
	background-color: #FFFFFF;
	padding: 0;
}
#leftCol{
	float: left;
	width: 170px;
	background-color: #FFFFFF;
}
.leftNavMenu {
	padding-left: 14px;
	color: #424C4C; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	}
#mainContent {
	background-color: #FFFFFF;
	color: #000000; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 0 0 210px;
}
#mainContent a:link, #mainContent a:visited, #mainContent  a:active { 
		color: #006666; 
		text-decoration: none; 
}
#mainContent a:hover   { 
		color: #006666; 
		text-decoration: underline; 
}
#introContent {
	background-color: #FFFFFF;
	color: #000000; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 60px 0 80px;
}
#introContent a:link, #introContent a:visited, #introContent  a:active { 
		color: #006666;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		text-decoration: none; 
}
#introContent a:hover   { 
		color: #006666;
		font-size: 12px;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline; 
}		
h1{
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #708090;
}
h2{
	color: #006400;
	font-size: 14px;
	font-weight: normal;
}
.greenHeader{
	color: #006400;
	font-size: 14px;
	font-weight: normal;
}
.blueHeader{
	color: #077E9C;
	font-size: 14px;
	font-weight: normal;
}
#mainText {
	margin-right: 120px;
	}
#mainTextWide {
	margin-right: 60px;
	}
.leftFrame {
	border-left: solid #D2D6D6 1px;
	border-top: solid #D2D6D6 1px;
	border-bottom: solid #D2D6D6 1px;
	}
.middleFrame{
	border: solid #D2D6D6 1px;
	}
.rightFrame{
	border-right: solid #D2D6D6 1px;
	border-top: solid #D2D6D6 1px;
	border-bottom: solid #D2D6D6 1px;
}
a:link, a:visited,  a:active { 
		color: #006666; 
		font-style: normal;
		font-size: 11px; 
		font-family: Verdana; 
		text-decoration: none; 
		}
a:hover   { 
		color: #006666; 
		font-style: normal;
		font-size: 11px; 
		font-family: Verdana; 
		text-decoration: underline; 
	 }
#theart{
	text-align: right;
	}
#footer{
	color: #AAD1E1;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #1D7484;
	text-align: left;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: norma;; 
	text-decoration: none;
	}
#footer a:hover { 
	color: #AAD1E1; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: underline;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderRight{
	border-right: dotted #077e9c 1px;
}
.formTable{
	border: dotted #077e9c 1px;
	padding: 5px;
}
.formBox {
	border:1px solid #FFAB00;
	color:#333;
	}
.newsDate {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-style: italic;
	color: #077E9C;
}
#adminNavL {
	border: dotted #999999 1px;
	padding-left: 12px;
	margin-right: 10px;
}
.adminContent {
	color: #424C4C; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
}
.topDivider {
	border-top: dotted #AAD1E1 1px;
}
.bottomDivider {
	border-bottom: dotted #AAD1E1 1px;
}
.jewelryT {
	border: solid #CCCCCC 1px;
	padding: 5px;
}
#detailContainer { 
	width: 600px; 
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#detailContent {
	color: #424C4C; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 0 0 30px;
} 
#detailFooter {
	color: #AAD1E1;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	background-color: #1D7484;
	text-align: center;
	}
#detailFooter a:link, #detailFooter a:visited, #detailFooter a:active {
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: norma;; 
	text-decoration: none;
	}
#detailFooter a:hover { 
	color: #AAD1E1; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: underline;
	}
.studioHeader {
	width: 420px;
	margin-left:180px;}
.caption {
	color: #424C4C; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: left;
	}
.rightCaption {
	color: #424C4C; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: left;
	margin-left: 8px;
	}
.testimonial {
	color: #003333; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: left;
	margin-left: 8px;
	}
.testimonialGR {
	color: #000000; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	}
.subHeadGR {
	color: #333333; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight:bold;
	}
.studioContent {
	margin-left: 25px;
	margin-right: 25px;
	}
.textAdjust {
	padding: 12px;
}
.photoTitle {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	font-weight:bold;
	}
.photoCaption {
	color: #424C4C; 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	line-height: 11px;
	text-align: center;
	}
.galleryCaption {
	color: #424C4C; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	line-height: 11px;
	text-align: center;
	}