/* Defaults */ 
body { 
 text-align: center; 
 font-family: verdana, arial, tahoma, sans-serif;
 font-size: 11px; 
 color: #000; 
 background: #C7BDAC;
 padding: 0; 
 margin: 0px 0 5px; 
} 
 
/* Links */ 

a:link { 
 color: #000099; 
 text-decoration : none;
 padding : 0; 
 margin : 0;
} 
a:visited { 
 color: #000099; 
 text-decoration : none; 

} 
a:hover { 
 color: #000099; 
 text-decoration : underline; 
} 
a:active { 
 color: #000099; 
 text-decoration : none; 
} 

/* Outer layer */ 

#outer { 
 text-align: left; 
 background: #F0E8DB;
 color: inherit; 
 border: 1px solid #000000; 
 margin: 0 auto; 
 padding: 0; 
 width: 760px; 
} 

/* Header */ 

.header { 
 background: #C7BDAC;
 background-image: url("http://www.robertatinogallery.com/images/top-nav-logo.jpg");
 height: 52px;
 margin: 0px 0px 0px 0px;
 border: 0px 0px 0px 0px;
} 

/* Top Nav Bar */ 

.top-nav { 
 height: 20px; 
 background: rgb(143,129,92); 
 color: inherit; 
 border: solid #000000; 
 border-width: 1px 0; 
} 
.top-nav-inner { 
 padding: 5px 10px; 
} 
.top-nav-inner a:link { 
 color: #FFFFFF; 
 background: inherit; 
 font-weight: bold; 
 text-decoration: none; 
} 
.top-nav-inner a:visited { 
 color: #FFFFFF; 
 background: inherit; 
 font-weight: bold; 
 text-decoration: none; 
} 
.top-nav-inner a:hover { 
 background: inherit; 
 color: #FFFFFF; 
 font-weight: bold; 
 text-decoration: underline; 
} 
.top-nav-inner a:active { 
 color: #FFFFFF; 
 background: inherit; 
 font-weight: bold; 
 text-decoration: none; 
} 

/* Content Section */ 

.content {
 background-image: url(http://www.robertatinogallery.com/images/page-bg.jpg);
 background-repeat:no-repeat;
 background-position: bottom;  
 padding: 0 4px 4px 4px; 
 margin: 0; 
} 
a.nav:link { 
 color: #786B54; 
 text-decoration : none; 
 font-size : 10px; 
 padding : 0; 
 margin : 0; 
} 
a.nav:visited { 
 color: #786B54; 
 text-decoration : none; 
} 
a.nav:hover { 
 color: #786B54; 
 text-decoration : underline; 
} 
a.nav:active { 
 color: #786B54; 
 text-decoration : none; 
} 

/* Main content box */ 

.content-box {
 padding: 0px; 
 margin: 0px; 
} 

/* main content area */ 

.content-title { 
 margin: 5px 10px 15px; 
 font-size: 12px; 
 text-decoration: underline;
 text-transform: uppercase; 
} 
.content-box .cont { 
 margin: 10px 10px 15px 10px; 
 font-size: 11px; 
 line-height: 15px; 
} 
.content-box .cont-list { 
 margin: 2px 10px 5px 10px; 
} 
.content-box .sub-hdr { 
 margin: 2px 10px 10px; 
 font-size: 12px; 
 text-decoration: underline; 
} 

ul {
  list-style-type: square;
  margin: 2px 0px;
  padding: 0;
}
ul li {
  line-height: 1.5em;
  margin: 1px 0 0 50px;
  padding: 0;
}
h2 {
 margin: 0px 0px 5px 10px;
 font-size: 14px;
}
h3 {
 font-size: 12;
}
p {
  text-indent: 20px;
}

/* FOOTER */ 
.footer {
font-family:verdana;
font-size:8pt;
font-weight:bold;
color:#786B54;
}
a.footer:link, a.footer:visited, a.footer:active {
font-family:verdana;
font-size:8pt;
font-weight:bold;
color:#786B54;
text-decoration: none;
}
a.footer:hover {
font-family:verdana;
font-size:8pt;
font-weight:bold;
color:#786B54;
text-decoration: underline;
}

/* Copyright layer */ 
 .copyright { 
 background: #c5c6ac; 
 font-family: verdana, arial, tahoma, sans-serif; 
 font-size: 10px; 
 font-weight: bold; 
 padding: 6px; 
 border: solid #000000; 
 border-width: 1px 0 0; 
} 


