html
{
  height: 100%;
}

body
{
  background:url(../images/imgDecor.gif) center repeat-x;
  height: 75%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  color: #000000;
  font-size: 10pt; 
  font-family: helvetica, verdana; 
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */

#first_container
{
/*  border: 5px solid #a9a9a9;*/
  margin: 0 auto 0 auto;
  position: relative; 
  top: 10%;
  overflow: hidden; 
  width: 655px;
}

#second_container
{
/*  border: 5px solid #555555;*/
  position: relative; 
  width: 655px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 90px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 90px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: rgb(150,175,200);
}


#menu a:hover, #menu a:active
{
  background-image: url('../images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 90px;  height: 31px;  
  background-image: url('../images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}

/* === Other Divs === */
 


#border
{
  padding: 10px 10px 10px 120px;
  height: 475px;
  background-image: url('../images/marble.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  background-color: rgb(150,175,200);
}

#border-title
{
  padding: 10px 10px 10px 120px;
  height: 475px;
  background-image: url('../images/marble-title.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  text-align: left;
  background-color: rgb(150,175,200);
}

#title
{
  position: absolute;
  margin-left: 10px;
  margin-top: 0px; 
  width: 100px;
  height: 480px;
  background-image: url('../images/idealstone.gif');
}

#content
{
/*  border: 5px solid #a9a9a9;*/
  height: 100%;
  overflow: auto;
/*  display: block;*/
  /*margin: 5px 5px 20px 12px;*/
/*  padding: 10px;*/
}

.designinfo
{
  margin-top: 5px;
  text-align: left;
  color: #000000;
  background-color: inherit;
}



/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -15px -2px;
  padding: 0 10px 15px 9px;
  font-size: 16px;
  color: #000000;
  background-color: inherit;

}

h2
{
}

#text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

#text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

#text a:hover, .text a:active
{
  color: #000000;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.bold
{
  font-weight: bold;
}

.center {
  text-align: center;
}

/* === images === */


.picture img {
  background-color: #ffffff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
