/* --------------------------------------------------------------- */
/* -               BROWNART STYLESHEET                           - */
/* --------------------------------------------------------------- */

/* Set all padding/margin to 0 */
* {
  padding:0;
  margin:0;
} 

/* Named Div styling --------------------------------------------- */
#container{
  background: white;
  padding:5px;
  border:1px solid gray;
  width: 730px;
  margin: 10px auto;
}

#top{
  padding-left: 30px;
  border-bottom: 5px solid #666633;

}
#leftmenu{
  float: left;
  width: 145px;
  margin-top: 27px;
  padding-left:15px;
}
#content{
  padding:0 20px 0 40px;
  margin: 25px 0 30px 160px;
  border-left: 1px solid gray;
}
#footer{
  clear: both;
  margin: 0;
  padding: 0 10px 0 20px;
  border-top: 5px solid #666633;
}

/* ------ General Style definitions ------------------------------ */

body,html {
text-align: center;
background-image: url(../images/bg-circle3.gif);
}

div{
  text-align: left;
  font-family:tahoma, arial, sans-serif;
  font-size:12px;
  color: #222;
}
h2{
  font-size:16px;
  color:#222;
}

h3{
  font-size:12px;
  color:#444;
}

p{
  margin: 0 0 1em 0;
  padding:0;
}
img{
  border:2px solid #222; 
}

img.noborder{
  border:0
}

a{
  text-decoration:none;
  color:#555;
}

a:hover{
  color:#222;
  text-decoration:underline
}

input{
  background-color:white;
  border:solid black 1px;
  color:#555;
}


/* Class specific ------------------------------------------------------------ */

td.main{
  padding-right: 10px;
}

div.spacer{
  clear:both;
}
.floatleft{
  float:left;
  margin-right:5px;
}

div.gallery{
  height: 80px;
  width:430px;
  padding: 20px 0 0 0;
}

div.painting{
  width:170px;
  height:170px;
  margin: 0 20px 20px 0;
  padding: 10px;
  float:left;
  font-size: 11px;
  border: 1px solid #BBB;
    text-align: center;
}

div.painting p{

}

div.bigpainting{
  text-align: right;
  font-size: 11px;
}

div.bigpainting img{
  border: 1px solid #BBB;  
}

/* Left-hand menu ------------------------------------------------ */

ul#navlist li a,ul#subnavlist li a{
  font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  list-style-type: none;
}

ul#navlist li { display: inline; }

ul#navlist li a{
  color: #666633;
  display: block;
  background: url(../images/circle-bullet.gif) no-repeat center left;
  padding: 2px 0 4px 18px;
  width: 80px;
}

ul#navlist li a:hover { 
  color: #cccc66;
  background: url(../images/active-bullet.gif) center left no-repeat; 
}

ul#navlist li a#current{
  color: #666633;
  background: url(../images/active-bullet.gif) no-repeat center left;
}

/* SUB NAV LIST */
ul#subnavlist{
  margin: 0 0 0 13px;
  list-style-type: none;
}

ul#subnavlist li { display: inline; }

ul#subnavlist li a {
  display: block;
  background: url(../images/transparent.gif) center left no-repeat; 
  color: #333300;
  padding: 2px 0 2px 20px;
  height: auto;
  width: 90px;
  font-weight: normal;
}

ul#subnavlist li a:hover { 
  color: #333300;
  background: url(../images/bullet.gif) center left no-repeat; 
}

/* footer menu ---------------------------------------------------------------- */

#footmenu ul{
  float:right;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  height: 20px;
}

#footmenu ul li { display: inline;}

#home a{
  padding-left: 50px;
  border-right: 1px solid #666633;
  background: url(../images/home.gif) top left no-repeat;
}
#galleries a{
  padding-left: 50px;
  margin-left: 10px;
  background: url(../images/galleries.gif) top left no-repeat;
}

#galleries a:hover{
  text-decoration: none;
  background: url(../images/galleries-hover.gif) top left no-repeat;
}
#home a:hover{
  text-decoration: none;
  background: url(../images/home-hover.gif) top left no-repeat;
}





