* {
	padding:0;
	margin:0;
}

html
{
  overflow: auto;
  height: 99%;
}
                     
body
{
  background: url(images/victorian.jpg);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 10pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}




/* === Containers === */



#first_container
{
	margin: 0 auto 0 auto;
	display: table;
	height: 100%;
	position: relative;
	width: 720px;
	height: 350px;
	top: 30px;
}

#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
  height: 520px;
}

#third_container
{
  position: relative; 
  top: -163px; 
  width: 720px;
  height: 520px;
}

* {
	
}





/* === Menu === */



#menu
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  height: 31px;
  padding-left: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  color: #fff; 
}

#menu a:hover, #menu a:active
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  color: #fff; 
}

#menuselected
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: strong;
  display: block;
  width: 82px;  height: 31px;  
  line-height: 31px;
  text-align: center;
	color: #a9ac8f;
}

/* === Other Divs === */
 


.border
{
  height: 520px;
  background-image: url('images/chandelier3.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 15px;
  margin-top: 15px; 
  width: 32px;
  height: 232px;
  background-image: url('images/vanero.gif');
}

.content
{
  position: relative;
  width: 650px;
  height: 400px;
  margin-left: 2em;
  background-color:#a9ac8f; 
  filter: alpha (opacity=80);
  -moz-opacity:0.8; 
  opacity: 0.8; 
  border: 1px solid #000000;
  overflow: auto;
  padding: 7px;
  top: 80px;
  margin-left: 25px;
}

.content1
{
  position: relative;
  width: 650px;
  height: 400px;
  margin-left: 2em;
  background-color:#000000; 
  border: 1px solid #000000;
  overflow: auto;
  padding: 7px;
  top: 80px;
  margin-left: 25px;
}


.photo
{
  position: relative;
  width: 640px;
  height: 252px;
  margin-left: 2em;
  background-color:#000000; 
  border: 1px solid #000000;
  overflow: auto;
  padding: 7px;
  top: 200px;
  margin-left: 28px;
}

/* Copyright */

#footer {
    clear: both;
}

#footer a:link, #footer a:visited
{
	margin-top: 5px;
	text-align: left;
	color:  #ffffff;
	background-color: inherit;
}


#footer-left {
  float: left;
  text-align: left;
  color: #ffffff;
  background-color: inherit;

}

#footer-right {
  float: right;
  text-align: left;
  color: #ffffff;
  background-color: inherit;

}

.star {color:#000033}

#designinfo
{
  margin-top: 5px;
  text-align: left;
  color: #ffffff;
  background-color: inherit;
}

#designinfo a:link, #designinfo a:visited
{
	margin-top: 5px;
	text-align: left;
	color:  #ffffff;
	background-color: inherit;
}

/* === Inline Text Styles === */


h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #000000;
  background-color: inherit;
  border-left: 5px solid rgb(000, 000, 000);

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text ul
{
  color: #000000;
  display: block;
  margin: 35px 25px;
}

.text a
{
  color: #000000;
  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;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
pre {text-indent: 30px} 

#tabmenu { 
color: #000; 
border-bottom: 1px solid black; 
margin: 12px 0px 0px 0px; 
padding: 0px; 
z-index: 1; 
padding-left: 10px } 

#tabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; } 

#tabmenu a, a.active { 
color: #000; 
background: #fff;
font: normal 1em verdana, Arial, sans-serif; 
border: 1px solid black; 
padding: 2px 5px 0px 5px; 
margin: 0px; 
text-decoration: none;
cursor:hand; } 

#tabmenu a.active { 
background: #ffffff; 
border-bottom: 3px solid #ffffff; } 

#tabmenu a:hover { 
color: #fff; 
background: #ADC09F; } 

#tabmenu a:visited { 
color: #000; } 

#tabmenu a.active:hover { 
background: #ffffff; 
color: #DEDECF; } 

#content {font: 0.9em/1.3em verdana, sans-serif; 
text-align: justify; 
background: #ffffff; 
padding: 20px; 
border: 1px solid black; 
border-top: none; 
z-index: 2; } 

#content a { 
text-decoration: none; 
color: #E8E9BE; } 

#content a:hover { background: #aaaaaa; }

