.foo {}

body {
   padding: 0px;
   margin: 0px;
   background-color: #FFFFFF;
   color: #383838;
   font-family: Tahoma;
   font-size: 12px;
}

table {
   font-family: Tahoma;
   font-size: 12px;
}

h1 {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 8px;
}

h2 {
   font-size: 12px;
   font-weight: bold;
   color: #E06D52;
}

p {
   text-align: justify;
}

a {
   color: #589F40;
   text-decoration: none;
}

a:hover {
   color: #589F40;
   text-decoration: underline;
}

#post_top_line {
   background-color: #F1A694;
}

.top_menu {
   font-size: 11px;
   color: #1C4C0C;
   text-align: center;
   background-image: url('image/mt-bgr-green.gif');
}

.top_menu a {
   color: #1C4C0C;
   text-decoration: none;
}

.top_menu a:hover {
   color: #1C4C0C;
   text-decoration: underline;
}

.top_menu_s {
   font-size: 11px;
   color: #E06D52;
   text-align: center;
   background-image: url('image/mt-bgr-green.gif');
}

.top_menu_s a {
   color: #E06D52;
   text-decoration: none;
}

.top_menu_s a:hover {
   color: #E06D52;
   text-decoration: underline;
}

.left_menu, .left_menu_s {
   padding-left: 5px;
}

.left_menu a {
   color: #000000;
   text-decoration: none;
}

.left_menu a:hover {
   color: #000000;
   text-decoration: underline;
}

.left_menu_s a {
   color: #E06D52;
   text-decoration: none;
}

.left_menu_s a:hover {
   color: #E06D52;
   text-decoration: underline;
}

#post_top_menu {
   background-image: url('image/mt-bgr-shadow.gif');
}

#pcontent {
   padding: 15px;
   line-height: 15px;
}

.copyright {
   color: #589F40;
   font-size: 11px;
   font-style: italic;
   background-image: url('image/copyright-bgr.gif');
}

.copyright a {
   color: #589F40;
   text-decoration: none;
}

.copyright a:hover {
   color: #589F40;
   text-decoration: underline;
}

#content {
   padding: 0px;
}

/* li {
   list-style-image: url('image/bullet.gif');
} */

.contact {
   background-color: #D9FDCA;
}

.contact_block {
   padding: 10px;
   color: #000000;
}

#search_block {
   background-image: url('image/search.gif');
   background-repeat: no-repeat;
   padding: 40px 25px 26px 15px;
}

.standart {
   background-color: #C4C4C4;
}

.th {
   background-color: #A0EA87;
}

.th1 {
   background-color: #CBF5B8;
}

.th2 {
   background-color: #E2FDD3;
}

.row1 {
   background-color: #FFFFFF;
}

.row2 {
   background-color: #F3F3F3;
}

.search {
   border: 1px solid #83C66C;
   background-color: #98E77E;
}

img.image_main {
   border: 1px solid #C4C2C3;
}

img.image {
   border: 1px solid #C4C2C3;
   margin: 0px 10px 10px 0px;
}

.picture {
	float: left;
	margin: 0;
	padding: 0px 15px 0px 10px;
}

.img-wrapper {
	background: url(image/shadow.gif) no-repeat right bottom;
	float: left;
}
 
.img-outer {
  background:url(image/bottom-left2.gif) no-repeat left bottom;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}
 
.img-inner {
  background:url(image/top-right2.gif) no-repeat top right;
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}
 
.img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
}