

body {
    margin: 0px;
    color: #49496d;
    font-family: Georgia;
    text-decoration: none;
    background-image: url('images/background.jpg');
  }


a {
    color: #49496d;
    text-decoration: none;
    font-family: Georgia;
  }


a:active {
    color: #49496d;
    text-decoration: none;
    font-family: Georgia;
  }


a:hover {
    color: #49496d;
    text-decoration: none;
    font-family: Georgia;
  }


#header {
    background-image : url('images/header_back.jpg');
    background-repeat : repeat-x;
    height:273px;
  }


#main {
    background : url('images/menu_back.jpg') repeat-y top left;
    /* position : absolute;
    width:99%;
    */ margin:0px;
    padding:0px;
  }


#left {
    background : url('images/menu_back_top.jpg') no-repeat;
    _background : url('images/menu_back_top_ie.jpg') no-repeat;
    display : block;
    float : left;
    position : relative;
    width : 189px;
    z-index : 5;
    margin-left:9px;
    _margin-left:5px;
    min-height:250px;
  }


#menu {
    width : 175px;
    z-index : 1;
    padding-right: 5px;
    font-size:13px;
  }


#center {
    width: 520px;
    float : left;
  }


#content {
    width: 500px;
    float : left;
    position:relative;
  }


#content h2 {
    text-align : right;
  }


#right {
    padding-left: 20px;
    float : left;
    position : relative;
    width : 160px;
  }


.clear {
    clear:both;
  }


#menu_bottom {
    background : url('images/menu_back.jpg') repeat-y top left;
    height: 35px;
    padding-left:190px;
  }


#footer {
    height: 15px;
    background : url('images/footer_back.jpg') repeat-x;
    font-size:10px;
    text-align: right;
    padding-top:4px;
  }


#menu_footer {
    margin-top: 10px;
    display : inline-block;
    text-align : left;
  }


.menu_item_bottom {
    display : inline;
    font-family: Georgia;
    font-size:11px;
    padding-left: 4px;
  }


.menu_item_bottom a {
    border-left : 1px solid #000000;
    padding-left: 5px;
  }


.menu_item_bottom a#first {
    border-left : none;
  }


.menu_item_left {
    padding : 5px 5px 5px 0;
    list-style : url('images/menu_dot.gif');
    background: url('images/menu_back_item.gif') repeat-x;
  }


#content h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #C3C3C3;
  }


.address {
    font-size:10px;
    font-family: Verdana;
    margin-top: 50px;
  }


#main_right {
    float: left;
  }


#main_right h2 {
    border-bottom: 1px solid #C3C3C3;
    font-size: 12px;
  }


.galleryBox {
    width: 100%;
  }


.galleryBox ul li {
    padding : 5px;
    margin : 2px;
    list-style : none;
    border : #284e35 solid 1px;
    display : inline-block;
    position : relative;
  }
  .mod_forms
  {
  	font-size:11px;
  }
  .menu_register
  {
  	color:red;
	font-style: italic;
	font-weight:bold;
  }
  
  .form_error
  {
  	color:red;
	font-size:11px;
	font-family: Verdana;
  }
