/* CSS Document */
/*  DEFINING VARIOUS BLOCKS AND DIV LAYOUT  */
/* DEFINING BODY BOX */
div#body {
display: block;
width:100%;
padding:2px;
background-color: white;
margin: 0;
}
div#bodyright {
float: right;
width:20%;
padding-top:10px;
padding-left: 2px;
background-color: E0E0FF;
font-size: 10pt;
height: auto;
}
div#bodyleft {
display: Inline;
width:99%;
padding-top:2%;
padding-left: 5px;
padding-bottom 2%;
}
body#cover {
width:600px;
background-color: white;
}
body {
width:95%;
background-color: white;
}
p {
font-family: lucida, serif;
font-size: 11pt;
vertical-align: text-top;
weigth:normal;
}
/*  DEFINING  DIV FOOTER */
div#footer {
clear: both;
width:99%;
padding:10px;
border: 1px;
background-color:white;
border-top-style: dotted;
border-color: silver;
}
/*  DEFINING HEADER */
div#header {
display: Inline;
float: left;
width:100%;
background-color: ;
border: 1px;
border-bottom-style: dotted;
border-color: silver;
margin: 0;
margin-top:0;
padding-top: 0;
border-top: 0;
}
div#box1 {
display: Inline;
background-color: ;
vertical-align: bottom;
float: left;
margin: 0;
}
div#box2 {
width:100%;
display: Inline;
vertical-align: bottom;
background-color: ;
float: left;
margin: 0;
text-align: right;
}
div {
display: block;
width:90%;
padding-top:30px;
padding-left:5px;
}
div#gallery{
width:99%; 
    font: 10px Arial,sans-serif } 
div#gallery dl{
float:left; 
overflow:auto; 
width: 190px;
height: 290px; 
border-left: 2px groove lightgray; 
margin: 5px; 
border-top: 2px groove lightgray; 
/*background: url(polaroid.jpg);*/ 
text-align: center;color: #555
}
div#gallery dt{padding: 11px 0 0; } 
div#gallery img{height: 25%; display:block;margin:0 auto;border:1px inset #CCC} 
div#gallery dd{text-align: left; margin: 0;padding: 1px 10px 0px} 
div#gallery tag{text-align: center; margin: 0;padding: 1px 3px 0px} 

p#break{ clear: both; } 

div#note{ 
display: block;
padding-left: 2px;
} 

div#headermenu {
display: Inline;
float:right;
background-color:;
margin: 0;
height: auto;
padding-top: 0;
border-top: 0;
width: 50%;
}

div#headermenu p {
float:left;
display: Inline;
padding-left:10;
padding-right:10;
border-top-style: outset;
border-left-style: outset;
border-right-style: outset;
border-width: thin;
border-color: #F08080;
background-color: white;
font-size: 11;
font-color: silver;
margin: 0;
}
div#headermenu a{
float:left;
background-color: white;
font-size: 11;
font-color: silver;
}

div#headermenu p#active {
font-size: 14;
font-color: silver;
background-color: #E6E6FA;
border-top-style: inset;
border-left-style: inset;
border-right-style: inset;
border-width: thin;
border-color: #D8BFD8;
background-color: #E6E6FA;
font-family: monospace, sans-serif;
font-weight: bolder;
}
div#headermenu p#active a{
font-size: 14;
font-color: silver;
font-family: monospace, sans-serif;
font-weight: bolder;
background-color: #E6E6FA;
}
















