body {
    font-family: Verdana, Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #151515;
    background: url('../images/bgr.gif');
}

a {
    color: #151515;
    text-decoration: underline;
}

a:hover {
    color: #151515;
    text-decoration: none;
}

.center {
    text-align: center;
    margin: auto;
}

.left_align {
    float:left;
}

.right_align {
    float:right;
}

.clear {
    clear: both;
    font-size:0;
}

.bold {
    font-weight: bold;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.vtop {
    vertical-align: top;
}

.vbottom {
    vertical-align: bottom;
}

.pageimg {
    float:left;
    margin-right:25px;
    margin-bottom:65px;
    border:1px solid #ff0d0c;
}

#page {
    background: url('../images/bgr.jpg');
    background-repeat:repeat-x;
}

#content_holder {
    width: 789px;

    text-align: left;
    margin: auto;
}

#header {
    text-align: center;
    padding:10px;
}

#top_shaddow {
    height:14px;
    width:789px;

    background: url('../images/top.png');
    /* IE stuff */
    _background : none;
    _filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/top.png", sizingMethod="scale");
}

#bottom_shaddow {
    height:14px;
    width:789px;

    background: url('../images/bottom.png');
    /* IE stuff */
    _background : none;
    _filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bottom.png", sizingMethod="scale");
}

#content_shaddow {
    width:789px;

    background: url('../images/content.png');
    /* IE stuff */
    _background : none;
    _filter     : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/content.png", sizingMethod="scale");
}


#navigation {
    padding-top:10px;
    padding-bottom:10px;
    
    width: 775px;
    margin: auto;

    height:32px;

    background: url('../images/menu/bgr.gif');
    background-repeat:repeat-x;
    background-position:0px 10px;
}

#navigation .btn {
    float: left;
    margin-right: 20px;
}

#navigation .last {
    margin-left:  1px;
    margin-right: 0px;
}


/*#navigation a {
    margin-right:15px;
    text-decoration: none;
}*/

#content {
    background: url('../images/content_bgr.gif');
    background-repeat:no-repeat;
    background-color: #f8f2d5;

    width: 775px;
    margin:auto;
}

#content #title {
    font-size:16px;
    font-weight:bold;
    padding-bottom:20px;
}

#content .text {
    padding:25px;
    line-height:18px;
}

#content .bottom {
    padding:25px;
    padding-top:10px;
    padding-bottom:10px;

    font-size:10px;
    color: #931834;
    font-weight: bold;

    text-align: center;

}

#footer {
    text-align: center;
    padding:10px;
    font-size: 12px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}


table {
    width: 100%;
    text-align: left;
}

table td {
    padding: 1px;
}

table tr.double td {
    padding-top: 10px;
}

table td.right {
    text-align:right;
}
