﻿* { margin: 0; padding: 0; border: 0; }

body 
{
    background: #50ae4c;
}

.cholder
{ 
    background: #7bb4cb url(img/mid-bg.jpg) repeat scroll top;
}

.tholder
{
    background: #7bb4cb url(ver2/background.jpg) repeat-x scroll top;
}

.fholder
{
    background: #50ae4c url(ver2/bg-f.jpg) repeat-x scroll top;
}
.header 
{
    background: url(ver2/header.jpg) no-repeat;
    height: 198px;
    width: 1100px;
    margin: 0 auto;
}

.container
{
    margin: 0 auto;
    background: url(ver2/container.jpg) repeat-y;
    width: 1100px;
}

.footer
{
    background: url(ver2/footer.jpg) no-repeat;
    height: 103px;
    width: 1100px;
    margin: 0 auto;
}

.footxt
{
    font-family: Arial, Verdana;
    font-size: 11px;
    padding-top: 85px;
}

/* TYPOGRAPHY */
a { font-weight: bold; color: #006699;}
a:hover { text-decoration: none; }
a:visited { color: #006699; }
ul { padding-left: 40px; list-style-type: square; }
li { padding-top: 10px; }
.inp { padding: 3px; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; }

/* PAGE */
.defcont
{
    font-family: 'Century Gothic', Arial, Verdana;
    font-size: 14px;
    line-height: 1.3em;
    width: 990px;
    text-align: center;
}
.pcont
{
    width: 650px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 auto;
    text-align: justify;
    padding-top: 20px;
}

/* HEADERS */
.invi { display: none; }
h1 { color: #006699; 
     font-size: 12pt;
     letter-spacing: 0.1cm; }
h2 { color: #3E8240;
     font-size: 13px;
}
