body {
	margin-top: 0px;
}

/* HomePage Content Wrapper */
#MainContent {
	width: 600px;
	background-color: #D7D7CD;
}
#IndexContent {
	width: 600px;
	background-color: #000000;
}
#GalleryContent {
	width: 600px;
	background-color: #2E2E2E;
}

/* HomePage Content Named Divs */
#MainContent #HeaderNav {
	text-align: center;
	height: 25px;
	width: 596px;
	padding-top: 5px;
	clear: both;
	border-bottom: groove;
	background-color: #D6D3CE;
}
/* #MainContent #ContentText {
	vertical-align: top;
	float: none;
	width: 570px;
	margin: 5px;
	background-color: #FFFFF5;
	text-align: left;
	display: block;
	padding: 10px;
} */
#MainContent #ContentText {
	vertical-align: top;
	float: none;
	width: 570px;
	margin: 5px;
	background-color: #EFE9D3;
	text-align: left;
	display: block;
	padding: 10px;
}
#MainContent #LinksBoxWrapper {
	vertical-align: top;
	float: none;
	width: 596px;
	margin: 0px;
	background-color: #D7D7CD;
	display: block;
}
#MainContent #FooterNav {
	text-align: center;
	height: 30px;
	width: 600px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	border-top: groove;
	background-color: #D6D3CE;
}
#IndexContent #FooterNav {
	text-align: center;
	height: 30px;
	width: 600px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	border-top: groove;
	background-color: #D6D3CE;
}
#GalleryContent #FooterNav {
	text-align: center;
	height: 30px;
	width: 600px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	border-top: groove;
	background-color: #D6D3CE;
}
#GalleryContent #HeaderNav {
	text-align: center;
	height: 25px;
	width: 596px;
	padding-top: 5px;
	clear: both;
	border-bottom: groove;
	background-color: #D6D3CE;
}
#MainContent #SiteCredits {
	font-size: 10px;
	color: silver;
	text-align: center;
	display: block;
	height: 60px;
	width: 596px;
	background-color: #323232;
	padding: 2px;
}
#IndexContent #SiteCredits {
	font-size: 10px;
	color: silver;
	text-align: center;
	display: block;
	height: 60px;
	width: 596px;
	background-color: #323232;
	padding: 2px;
}
#GalleryContent #SiteCredits {
	font-size: 10px;
	color: silver;
	text-align: center;
	display: block;
	height: 60px;
	width: 596px;
	background-color: #323232;
	padding: 2px;
}
#DescriptorBox	{
	display: block;
	background-color: #2E2E2E;
	width: 570px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #CCCC99;
}

/* Photographic Credit Box Styles */
#CreditBoxWrapper	{
	display: block;
	width: 500px;
	background-color: #2E2E2E;
	azimuth: center;
	border: dashed;
	color: #CCCCCC;
}
#CreditBoxHeader {
	display: block;
	background-color: maroon;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#CreditBoxR	{
	display: block;
	width: 225px;
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: top;
	text-align: left;
	color: #CCCC99;
	background-color: #2E2E2E;
}
#CreditBoxL	{
	display: block;
	width: 225px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: top;
	text-align: right;
	color: #CCCC99;
	background-color: #2E2E2E;
}

/* Link Box Style */
#LinkBoxOut	{
	display: table;
	background-color: #FFFFF5;
	width: 580px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	padding: 5px;
}
#LinkBox	{
	display: table-row;
	width: 570px;
	vertical-align: top;
	background-color: #FFFFF5;
}
#LinkImageR	{
	display: block;
	width: 102px;
	float: right;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#LinkImageL	{
	display: block;
	width: 102px;
	float: left;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#LinkTextR	{
	display: table-cell;
	float: right;
	width: 425px;
	padding: 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #323232;
}
#LinkTextL	{
	display: table-cell;
	float: left;
	width: 425px;
	padding: 10px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #323232;
}

/* HomePage Link Styles */
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #772031;
	text-decoration: none;
}
a:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #772031;
    text-decoration: none
}
a:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Navy;
    text-decoration: none;
    background : #E3E3E3;
}
a:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Teal;
    text-decoration: none
}

/* HomePage Designer Class Link Styles */
a.designer:link {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #CCCC99;
    text-decoration: underline;
}
a.designer:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Navy;
    text-decoration: none;
    background : #E3E3E3;
}
a.designer:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: teal;
    text-decoration: none;
}
a.designer:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: gray;
    text-decoration: underline;
}


/* Listings Page Contact Link Styles  */
a.listcontact:link {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #F9F4F4;
    text-decoration: none;
}
a.listcontact:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #CCCC99;
    text-decoration: none;
		background: none;
		border-bottom: 1px dashed #E0E0F5;
}
a.listcontact:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #E0E0F5;
    text-decoration: underline;
}
a.listcontact:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #E1DDDD;
		text-decoration: none;
}


/* openhouse Designer Class Link and Text Styles */
a.openhouse:link {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #F9F4F4;
    text-decoration: none;
		background: none;
}
a.openhouse:active {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #E0E0F5;
    text-decoration: none;
}
a.openhouse:visited {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #E1DDDD;
    text-decoration: none;
		background: none;
}
a.openhouse:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: Navy;
    text-decoration: underline;
  	background : #E3E3E3;
}  

/* HomePage Text Styles */
#ContentText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	vertical-align: top;
}
h2 {
	color : teal;
	font-family : "Times New Roman", Times, serif;
	font-size : 24px;
	font-style : italic;
}

/* IndexPage Address Style */
.address {
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
  color: teal;
  text-decoration: none
}

.greylist {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #b8b8b8;
}

/* Gallery Page Styles */
.galleryhead {
	color : #CCCC99;
	font-family : "Times New Roman", Times, serif;
	font-size : 24px;
	font-weight: bold;
}
.artist {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: white;
	LINE-HEIGHT: 18px;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	TEXT-ALIGN: center;
	text-decoration : none;
}

.biography {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #CCCC99;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	TEXT-ALIGN: center;
	text-decoration : none;
}

.red { color: #A60000;}