body {
    margin: 0 auto;
    width: 779px;
    background-color: #2a2948;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
}

p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
}

td {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
}

#head_left {
    float: left;
    width: 514;
    height: 223px;
}

#head_right {
    float: left;
    width: 265px;
    height: 223px;
    background-color: #fff;
}

#head_right a {
    color: #fff;
}

#head_right p {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: #e31d34;
}

#head_right ul {
    margin: 0;
    padding: 10px 0 10px 0;
    width: 265px;
    list-style-position: outside;
    list-style-type: none;
}

#head_right li {
    margin: 0px 0px 0px 8px;
    padding: 0px 5px 0px 0px;
    background: url(/images/templates/list_img.gif) no-repeat left 20%;
    padding-left: 30px;
}

#navigation {
    clear: both;
    background: url(/images/templates/nav_bg.jpg) repeat-x left top;
    padding: 0;
    margin: 0;
    height: 33px;
    list-style: none;
}

#navigation li {
    font-size: 11px;
    padding: 7px 6px;
    height: 33px;
    text-transform: uppercase;
    float: left;
}

#seporator {
    background: url(/images/templates/nav_seporator.jpg) no-repeat left top;
}

#navigation li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

#navigation li a:hover {
    color: #e31d34;
}

#breadcrumbs a {
    text-decoration: none;
    color: #2a2948;
    font-size: 11px;
}

#content {
    padding: 10px 30px 10px 30px;
    background: #fff url(/images/templates/footer_bg.jpg) repeat-x left bottom;
}

#bott_img {
    text-align: center;
}

#footer {
    font-size: 12px;
    line-height: 200%;
    color: #FFFFFF;
    text-align: center;
}

.copyright {
    font-size: 10px;
}

.copyright a {
    font-size: 10px;
    color: #FFFFFF;
}

h1 {
    font-size: 24px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #2a2948;
    border-bottom: #999 1px dotted;
    padding-bottom: 8px;
}

h2 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2a2948;
    font-weight: bold;
}

#tick li {
    list-style-position: outside;
    list-style-image: url(/images/templates/tick.gif);
    list-style-type: square;
}

#content li {
    list-style-type: square;
    list-style-color: #2a2948;
}

a {
    color: #2a2948;
}

hr {
    border: 1px #ccc dotted;
}