html { padding:0; margin:0;}
body {
  width:100%; 
  background: #e7e1d4 url(theme_images/bg1.gif) top repeat-x;  
	margin: 0px;
	padding: 0px;
  font: 12px Verdana, Arial;
} 
div {
  font: 12px Verdana, Arial;
} 
table, tbody, tr, td {
  font: 12px Verdana, Arial;
}
a{
  text-decoration: none;  
}
img{border:  0px;} 
#picture{
  margin:0 10px 10px 0;
  padding:4px;
  background-color:#FFFFFF;
  border:1px solid #DFDFDF;
  color:#666666;
}
.msg_err_1 {
  background: #FFF6BF;
  border-top: 2px solid #FFD324;
  border-bottom: 2px solid #FFD324;
  text-align: left;
  margin: 10px auto;
  padding: 5px 20px;
}  

.gallery { float:right; width:250px; height:168px; margin:0px 0px 0 0 !important; margin:0px 0px 0 0; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:250px; height:168px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn { display:block; margin:0; overflow:hidden; width:59px; height:59px; position:absolute; left: -67px; top:-120px; }
#nextBtn { display:block; margin:0; overflow:hidden; width:59px; height:59px; position:absolute; left:380px; top:-120px; }
#prevBtn a { display:block; width:59px; height:59px; background:url(images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:59px; height:59px; background:url(images/r_arrow.gif) no-repeat 0 0; }

/* Navigation */
#navlist
{
  padding: 0px;
  border: 1px solid #fff;
  width: 100%;
  background-color: #ffffff;
  font: 11px verdana,sans-serif;
}

#navlist li
{
  list-style: none;
  border: 1px solid #ffffff;
}

#navlist a
{
  color: #000000;
  text-decoration: none;
  display: block;
  border-left: 1em solid #F0EEE0;
  border-bottom: 1px solid #F0EEE0;
  padding: 4px 8px;
}

#navlist a:hover { border-color: #124; }

#navlist_l2 li a
{
  border: 0;
  border-left: 0.8em solid #F0EEE0;
  padding: 3px 4px;
  margin-left: -20px;
}

