ul, ol, li, dd, dt, body, h1, h2, h3, h4, h5, h6, p, td, tr {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Trebuchet MS';
    color: #000000;
    /*background: #9A0C18 url(../img/grad_bg.png) repeat-x scroll left top;*/
        background: #e31c24 url(../img/grad_bg_2.png) repeat-x scroll left top;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 12pt;
}
a img {
    border: 0;
}
a, embed, object {
    outline: 0;
}
.clear {
    clear: both;
}
#wrap {
    width: 950px;
    padding: 0 20px 20px 20px;
    margin: 0 auto;
    border-right: 1px solid #802C18;
    border-left: 1px solid #802C18;
    border-bottom: 1px solid #802C18;
    background: #E5E3E8 url(../img/grad_bg_content.png) repeat-x scroll left top;
    display: block;
}
#head {
    padding: 10px 0;
}
#head #logo {
    background: transparent url(../img/logo.png) no-repeat scroll left top;
    width: 480px;
    height: 80px;
}
#head #logo h1 a {
    text-indent: -9999px;
    width: 480px;
    height: 80px;
    display: block;
}
#mainMenu {
    list-style: none outside none;
    width: 240px;
    height: 260px;
    margin-left: 20px;
    background: #C51F33 url(../img/grad_bg_menu.png) repeat-x scroll left top;
    padding: 5px 10px 5px 10px;
    float: right;
}
#mainMenu li {
    padding-left: 10px;
    background: transparent url(../img/menu_line.png) no-repeat scroll bottom center;
    height: 29px; /* all other */
    *height: 28px; /* IE7 and below */
}
#mainMenu li.last {
    background: none;
}
#mainMenu li a {
    color: #FFFFFF;
    font-size: 14pt;
    text-decoration: none;
}
#mainMenu li a:hover {
    text-decoration: underline;
}
#mainMenu li a.active {
    text-decoration: underline;
}
#imageBig {
    width: 670px;
    height: 270px;
    overflow: hidden;
    position: relative;
}
#imageBig #nextImage {
    width: 30px;
    height: 30px;
    background: transparent url(../img/fancy_right.png) no-repeat scroll center center;
    display: block;
    position: absolute;
    top: 120px;
    right: -30px;
    z-index: 10;
    cursor: pointer;
}
#imageBig #prevImage {
    width: 30px;
    height: 30px;
    background: transparent url(../img/fancy_left.png) no-repeat scroll center center;
    display: block;
    position: absolute;
    top: 120px;
    left: -30px;
    z-index: 10;
    cursor: pointer;
}
#imageBig .bigImage {
    z-index: 1;
}
#imageBig img {
    position: absolute;
}
#rightColumn {
    width: 260px;
    margin: 20px 0 0 20px;
    float: right;
}
#leftColumn {
    margin-top: 20px;
    width: 670px;
    position: relative;
}
#leftColumn #heading {
    color: #C0071E;
    position: absolute;
    font-weight: normal;
    top: -68px;
    left: 10px;
    font-style: italic;
    font-family: Georgia;
}
#leftColumn #heading h1 {
    font-size: 45pt;
}
#leftColumn #content {
    background-color: #FFFFFF;
    padding: 40px 10px 10px;
    min-height: 150px;
}
#leftColumn #content a {
    color: #c2071e;
}
#leftColumn #content a:hover {
    text-decoration: none;
}
#leftColumn #content ul {
    margin-left: 30px;
    list-style: circle outside none;
}
#leftColumn #content ul li {
    margin: 2px 0;
}
#leftColumn #content h2 {
    color: #CCCCCC;
    font-size: 16pt;
    margin-bottom: 5px;
}
#leftColumn #partnerBox {
    margin-top: 20px;
    padding: 5px;
    border: 5px solid #C51F33;
    background-color: #FFFFFF;
}
#leftColumn #partnerBox a {
    margin: 0 10px;
}
#footer {
    width: 890px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#gMap {
    width: 650px;
    height: 400px;
}
.guestbook .entry {
    margin: 5px 0;
    border-bottom: 1px dashed #C2071E;
}
.guestbook .entry .content {
    padding: 5px;
}
.guestbook .entry .head {
    margin: 5px 0;
}
.guestbook .newEntry {
    color: #FFFFFF !important;
    background: transparent url(../img/grad_red_30.png) repeat-x scroll left top;
    padding: 5px 8px;
    border: 1px solid #515151;
    cursor: pointer;
    text-decoration: underline;
}
.guestbook .newEntry:hover {
    background: transparent url(../img/grad_red_30_invers.png) repeat-x scroll left top;
    text-decoration: none;
}
.guestbook #newEntryForm {
    -moz-border-radius: 10px;
    margin: 10px 0;
}
.guestbook #newEntryForm legend {
    color: #C2071E;
    font-size: 14pt;
    padding: 0 10px;
}
.guestbook #newEntryForm .input {
    padding: 3px;
    width: 620px;
}
.guestbook #newEntryForm .textarea {
    width: 620px;
    height: 100px;
}
.guestbook #newEntryForm .submit {
    color: #FFFFFF !important;
    background: transparent url(../img/grad_red_30.png) repeat-x scroll left top;
    padding: 5px 8px;
    border: 1px solid #515151;
    cursor: pointer;
    margin-top: 5px;
}
.guestbook #newEntryForm .submit:hover {
    background: transparent url(../img/grad_red_30_invers.png) repeat-x scroll left top;
}
