body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #3d3936;
  padding: 0;
  margin: 0;
  background: url(../images/bg.jpg) repeat;
  line-height: 20px;
  text-align: justify;
}

td, tr, th, table, tbody {
    padding: 0;
    margin: 0;
}

p {
    margin: 10px 0;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
}

a:focus {
    color: black;
    outline: none;
}

img { border:0; }

ul {
    padding-left: 26px;
    margin: 10px 0;
}
.slogan {
    display: inline-block;
    font-size: 18px;
    color: #cfc3b9;
    margin-left: 12px;
}

h1 {
    font-size: 26px;
    margin: 0 0 24px 0;
    font-weight: normal;
    text-align: left;
    color: #7d1f2a;
    line-height: 26px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 15px 0;
    text-align: left;
    color: #3d3936;
}

.read-more {
    float: right;
    padding-right: 35px;
    color: #3d3936;
    line-height: 20px;
    background: url(../images/rm.png) right no-repeat;
}

.quote {
    margin: 10px 0 10px 50px;
}

/********** MAIN **********/

#glow {
    background: url(../images/bg-shadow.png) top repeat-x;
    height: 507px;
    padding-top: 20px;
}

#main {
    width: 980px;
    margin: 0 auto 0 auto;
}

#logo {
    margin: 0 0 20px 0;
}

#menu {
    height: 33px;
    background: transparent url(../images/menu-sprite.gif) left -33px repeat-x;
}

#menu_left {
    padding-left: 8px;
    height: 33px;
    background: transparent url(../images/menu-sprite.gif) left top no-repeat;
}

#menu_right {
    padding-right: 8px;
    height: 33px;
    background: transparent url(../images/menu-sprite.gif) right bottom no-repeat;
}

h2.blog {
    background: url("../images/h2_bg.png") repeat-y scroll left center transparent;
    color: #FFFFFF;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 10px 0 10px 20px;
}
img.debtor {
  margin:8px 0px 8px 10px;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 33px;
    padding: 0 3px 0 0;
}

#menu a {
    color: #cfc3b9;
    font-weight: normal;
    display: block;
    padding: 0 18px;
}

#menu a:hover, #menu a.active {
    text-decoration: none;
    background: transparent url(../images/menu-hover.gif) repeat-x;
}

#content {

}

#boxes-left {
    width: 736px;
    float: left;
    margin-top: 10px;
}

.white-box,.blog-box {
    position: relative;
    padding: 0 20px 15px 20px;
    background: transparent url(../images/semi-white.png) repeat;
}
.white-box {
    overflow: hidden;
    min-height: 370px;
}

.bbc_links {
    color: #E0DBD5;
    padding: 15px;
    text-align: left;
    background: transparent url(../images/semi-black.png) repeat;
}
.bbc_links a {
    background: url("../images/bbc_indent.png") no-repeat scroll left 4px transparent;
    color: #D8CDD1;
    display: block;
    margin-bottom: 4px;
    padding-left: 15px;
}
.blog-right {
    margin-bottom: 7px;
}
.blog-right h4 {
  background:url(../images/box-header.gif) top left repeat-x;
  border-top-left-radius:30px;
  -moz-border-top-left-radius:30px;
  -webkit-border-top-left-radius:30px;
  padding:5px 0 5px 25px;
  margin: 0;
  color: #3d3936;
  font-size: 18px;
  font-weight: bold;
}
#boxes-right {
    width: 234px;
    float: right;
    margin-top: 10px;
}

.box-right {
    position: relative;
    margin-bottom: 7px;
    overflow: hidden;
    background: transparent url(../images/semi-black.png) repeat;
}

.box-right img.rosett {
    position: absolute;
    left: 0;
    top: 0;
}

.box-right h4 {
    display: inline-block;
    padding: 5px 10px 5px 50px;
    margin: 0;
    color: #3d3936;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #b5afaa url(../images/right-box-hd.gif) right top no-repeat;
}


.box-right h4 span {
    font-size: 18px;
    color: #fff;
}

.box-right-content {
    padding: 15px 15px;
    color: #e0dbd5;
    text-align: left;
}

.box-right-content .read-more {
    color: #e0dbd5;
}

#footer {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    background: transparent url(../images/semi-black.png) repeat;
    border-radius: 10px;
    color: #beb8b1;
    padding: 1px;
}

#footer a {
    color: #201e1b;
}


/********** Homepage **********/

#intro {
    background: url(../images/intro.jpg) no-repeat;
    height: 224px;
    padding: 10px 330px 10px 20px;
    margin-bottom: 10px;
}

#intro p {
    font-size: 16px;
    text-align: left;
}

/**** Contact page ****/

.contact-table td, .contact-table th {
    padding: 5px;
    vertical-align: middle;
}

.contact-table img {
    vertical-align: top;
}

.box-right-content > img { max-width:204px;}