html, body {
	padding:0;
	margin:0;
	height: 100%;
    background: #660000;
    color: #fadd90;
    font-family : Helvetica, sans-serif;
    font-size: 12pt;
}

A {
  color: #dac73c;
   text-decoration: none;
  
}

A:hover{
 text-decoration: underline;
}
H1 {
	font-size: 20pt;
	margin: 0px 0px 15px 0px;
	font-family: "times new roman", serif;
	font-style: italic;
}

H2{
	font-size: 18pt;
	margin: 0px 0px 10px 0px;
	font-family: "times new roman", serif;
	font-style: italic;
}


#head {
  background: url(../images/head_bg.jpg) no-repeat bottom;
  width: 960px;
  height: 417px;

}

#doc {
  margin:0px;
  padding:0px;
  display:table-row;
}


#content {

  

}

#footer {
  background: url(../images/footer_bg.jpg) no-repeat top;
  width: 960px;
  height: 277px;
}

#bottom {
color: white;
font-size:11pt;
padding: 0px 20px 50px 20px; 

}

#head_left, #head_right {
  	display: inline;
    display:table-cell;
    margin:0;padding:0;
    height: 417px;


}

#head_right, #head_left {
    //display:inline;zoom:1;vertical-align:top;

}
#head_left {width:351px;}
#head_right {width:609px;border:height:417px;}


/*\*//*/
#head_right, #head_left {display:inline-block;float:left;}
/**/


#menu {
  background: url(../images/menu_bg.jpg) no-repeat bottom left;
  height: 199px;
  padding: 0px;
  margin: 0px;
  width: 351px;
  font-family: "Arial Narrow" serif;
}

#menu .inside{
  padding: 15px 0px 0px 29px;
}

.menu_item {
  margin-bottom: 3px;
}


#menu  A {
  font-size: 13pt;
}

#active {
  padding-left: 20px;
  font-size: 16pt;
  color: #ffef7b;
  background: url(../images/heart_bullet.gif) no-repeat left center;
}


  #logo {
      margin-top: 24px;
     


    }





#block	{

    background: url(../images/content_bg.jpg);

	}

#mycarousel {
  width: 100%;
}

.form_element {
	padding: 3px;
}

.form_button {
	padding: 5px 10px 5px 10px;
}







