html, 
body
{
        margin: 0 auto;
        padding: 0;
        background-color: #1D2910;
         background: url(../../images/Page-BgGlare.png);
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: top left;
}
.menu_class {
  height: 27px;
 
}

.menu_link:link {
 
  height: 27px;
  display: block;
  
  text-decoration: none;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.menu_link:visited {
 
  height: 27px;
  display: block;

  text-decoration: none;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.menu_link:hover {
 
  height: 27px;
  display: block;
 
  text-decoration: none;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  background-color: #eaeaea;
  background-position: center;
}
.menu_link:active {
  
  height: 27px;
  display: block;
  
  text-decoration: none;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}


.menu_submenu:link {
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  font-size: 14px;
  color: #546B78;
  font-weight: bold;
}
.menu_submenu:visited {
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  font-size: 14px;
  color: #546B78;
  font-weight: bold;
}
.menu_submenu:hover {
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  font-size: 14px;
  color: #546B78;
  font-weight: bold;
  background: #E3E3E3;
}
.menu_submenu:active {
  display: block;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  font-size: 14px;
  color: #546B78;
  font-weight: bold;
}

#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {
    
    position:relative; z-index:1; padding:10px;
}

form {
  padding: 0px;
  margin: 0px;
}

.site_width {
  width: 886px;
  background: url(../../images/Sheet-c.png);       

} 
.menu:link {
  display: block;
  height: 23px;
  line-height: 22px;
  width: 120px;
  background: url(../../images/OFF.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.menu:visited {
  display: block;
  height: 23px;
  line-height: 22px;
  width: 120px;
  background: url(../../images/OFF.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.menu:hover {
  display: block;
  height: 23px;
  line-height: 22px;
  width: 120px;
  background: url(../../images/HOVER.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.menu:active {
  display: block;
  height: 23px;
  line-height: 22px;
  width: 120px;
  background: url(../../images/HOVER.gif) no-repeat;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.page_title {
  color: #797979;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
}

.page_link {
    text-decoration: none;  
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 1em;
}

.footer_link:link {
  font-size: 14px;
  font-weight: bold;
  color: #258706;
  text-decoration: none;
}
.footer_link:visited {
  font-size: 14px;
  font-weight: bold;
  color: #258706;
  text-decoration: none;
}
.footer_link:hover {
  font-size: 14px;
  font-weight: bold;
  color: #4fed1f;
  text-decoration: underline;
}
.footer_link:active {
  font-size: 14px;
  font-weight: bold;
  color: #4fed1f;
  text-decoration: none;
}

.footer_text {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.footer_copyright {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.major_text {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-indent: 20px;
  font-weight: bold;
}

.text{
  font-size: 14px;
  line-height: 20px;
  text-indent: 20px;
  color: #000000;
  font-weight: bold;
}


/******* CONTAINER *******/
#container{
    width: 400px;
    margin: 40px auto;
    text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
    padding: 0 10px 10px;
}
#customForm label{
    display: block;
    color: #797979;
    font-weight: 700;
    line-height: 1.4em;
}
#customForm input{
    width: 220px;
    padding: 6px;
    color: #949494;
    font-family: Arial,  Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #cecece;
}
#customForm input.error{
    background: #f8dbdb;
    border-color: #e77776;
}
#customForm textarea{
    width: 220px;
    height: 80px;
    padding: 6px;
    color: #adaeae;
    font-family: Arial,  Verdana, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    border: 1px solid #cecece;
}
#customForm select{
    width: 235px;
    padding: 6px;
    color: #949494;
    font-family: Arial,  Verdana, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #cecece;
}
#customForm textarea.error{
    background: #f8dbdb;
    border-color: #e77776;
}
#customForm div{
    margin-bottom: 15px;
}
#customForm div span{
    margin-left: 10px;
    color: #b1b1b1;
    font-size: 11px;
    font-style: italic;
}
#customForm div span.error{
    color: #e46c6e;
}
#customForm #send{
    background: #6f9ff1;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    border: 0;
    cursor: pointer;
}
#customForm #send:hover{
    background: #79a7f1;
}
#error{
    margin-bottom: 20px;
    border: 1px solid #efefef;
}
#error ul{
    list-style: square;
    padding: 5px;
    font-size: 11px;
}
#error ul li{
    list-style-position: inside;
    line-height: 1.6em;
}
#error ul li strong{
    color: #e46c6d;
}
#error.valid ul li strong{
    color: #93d72e;
}
/******* /FORM *******/

.clear{
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

h1{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    border-bottom: 1px dotted #6b9ef1;
    color: #000000;
    margin-bottom: 1em;
}
h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    border-bottom: 1px dotted #6b9ef1;
    color: #258706;
    margin-bottom: 1em;
}
h3{
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2em;
    color: #797979;
    margin-bottom: 1em;
}
 
div.art-Header
{
        z-index:-1;
        background-repeat:no-repeat;
        background-image: url('../../images/Header.png');
        width: 886px;
        height: 100px;
        float: left;
       
}  

.art-Footer 
{
        position:absolute;
        z-index:-1;
        background-repeat:no-repeat;
        background-image: url('../../images/Footer.png');
        width: 886px;
        height: 100px;
}

.shade_right {
  background: url(../../images/shade_right_middle.jpg) repeat-y;
 
}

.shade_left {
  background: url(../../images/shade_left_middle.jpg) repeat-y;
 
}

.shade_down {
  background: url(../../images/shade_down_middle.jpg) repeat-x;

}

.shade_up {
  background: url(../../images/shade_up_middle.jpg) repeat-x;

}

#gallery {
	padding: 1px;
	width: 830px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #4dc73d;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

