/* ************** CSS FOR MARTI MILLER HUBBELL ******************* */

.side {
      background: url("../graphics/side.jpg");
	background-repeat: no-repeat;
}
.right {
      background: url("../graphics/right.jpg");
	background-repeat: no-repeat;
}
.bottom {
      background: url("../graphics/bottom.jpg");
	background-repeat: no-repeat;
}


/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: "Arial Rounded MT Bold",arial,helvetica,sans-serif;  
 font-size: 12pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #C89D75;
 margin-left: 20px;
 margin-top: 20px;
 }

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight: bold;
 color: #C89D75;
 margin-left: 20px;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #C89D75;
 }


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #A5A593;
	border: thin none #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.exhibitions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #A5A593;
	border: thin none #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A5A593;
	line-height: 16pt;
}

.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #3E1200;
	font-weight: normal;
	background-color: #A9AA98;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3E1200;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C89D75;
	font-weight: normal;
	}

.navs
	{
	font-family: "Arial Rounded MT Bold",Arial, Helvetica, sans-serif;
	color:#A8A596;
	font-size: 11pt;
	line-height: 22pt;
	font-weight: bold;
	text-decoration: none;
	margin-left: 40px;
	}
.navs:hover
	{
	text-decoration: underline;
	}

.navsblack
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 9pt;
	font-weight: normal;
	}
.big
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	}

/* ************** LINK FORMATTING ******************* */

a 	{
	color: #C89D75;
	}
a:hover 	{
	color: #A5A593;
	}
a.footer 	{
	color: #3E1200;
	}
a.footer:hover 	{
	color: #cc9966;
	}
a.img 	{
	color: #000000;
	}

a.menu:active, a.menu:visited, a.menu:link {
	text-decoration: none;
	color: #EADFCC;
	}
	
a.menu:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.menublack:active, a.menublack:visited, a.menublack:link {
	text-decoration: none;
	color: #000000;
	}
	
a.menublack:hover {
	text-decoration: underline;
	color: #3E1200;
	}
a.big:active, a.big:visited, a.big:link	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	}
a.big:hover {
	text-decoration:underline;
	}