
html, body
{
    margin: auto;
}

body
{
    background-color: #f9f6f5;
    padding-top: 10px;
    font-family: Helvetica , Arial, Sans-serif;
    font-size: 12px;
    color: #444444;
}

address 
{
	color: #999;
	font-style: normal;
	font-size: .9em;
}

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

a:hover
{
    text-decoration: none;
}

h1
{
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h2
{
    margin: 0px;
    padding: 0px;
    text-shadow: #888888 2px 2px 2px;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #993333;
}

h3
{
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
}

img
{
    border: none;
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style: square;
}

li
{
    margin-bottom: 5px;
}

#page
{
    width: 667px;
    margin: auto;
}

#splashpage
{
    width: 631px;
    margin: auto;
    padding-top: 40px;
}

#header
{
    background-image: url("../art/logo.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #f9f6f5;
    text-align: right;
    width: 100%;
    height: 33px;
    
    overflow: hidden;

    border-top: solid 1px #e4b69c;
    border-left: solid 1px #e4b69c;
    border-right: solid 1px #e4b69c;
}

#footer
{
    background-color: #d8ad7d;
    clear: both;
    color: #ffffff;
    padding: 10px;
    height: 30px;
}

#tabtoper
{
    background-image: url("../art/bar-rpt.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 18px;
    margin-top: 1px;
    padding-top: 3px;
    color: #9b7040;
    text-align: right;
    
    border-left: solid 1px #e4b69c;
    border-right: solid 1px #e4b69c;
}

#tabtoper a
{
    color: #9b7040;
    padding: 5px;
    font-size: 11px;
}

#page-a
{
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    border-left: solid 1px #e4b69c;
    border-right: solid 1px #e4b69c;
    border-bottom: solid 1px #e4b69c;
    margin-bottom: 40px;
}

#content
{
    padding: 10px;
    float: left;
    width: 647px;
/*
    background-image: url("../art/main-grad-rpt.jpg");
    background-repeat: repeat-x;
    background-position: top;
    background-color: #eeeded;
*/
    background-color: #ffffff;
}

#navigation
{
    float: left;
    height: 50px;
    background-image: url("../art/tab-shade.jpg");
    background-repeat: repeat-x;
    background-position: top;
    width: 100%;
}

#navigation li
{
    list-style: none;
    width: 80px;
    height: 23px;
    float: left;
    margin: 0px;
}

#navigation a
{
    display: block;
    text-align: left;
    background-image: url("../art/tab.jpg");
    color: #000000;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    text-decoration: none;
}

#navigation a:hover
{
    background-image: url("../art/tab-hover.jpg");
    color: #FFFFFF;
}

#navigation a.selected
{
    background-image: url("../art/tab-selected.jpg");
    color: #9b7040;
    font-weight: bold;
}

#navigation a:hover.selected
{
    background-image: url("../art/tab-selected.jpg");
    color: #9b7040;
}

#navigation a.special {
    background-image: url("../art/tab-special.jpg");
    white-space: nowrap;
    width: 95px;
}

#navigation a:hover.special {
    background-image: url("../art/tab-hover-special.jpg");
}


#navigation ul
{
    padding: 0px;
    margin: 0px;
}

#error
{
    color: #333333;
    background-color: #D5B6B6;
    float: left;
    width: 647px;
    padding: 5px;
    margin: 5px;
    display: inline;
}


#history
{
    clear: both;
    width: 647px;
    display: inline;
    padding: 10px;
}


#message
{
    font-size: 16px;
    font-weight: bold;
}

.alert
{
    background-color: #ffffff;
    border: solid 1px #666666;
    padding: 10px;
    text-align: center;
}

.peach_bg
{
    background-image: url("../art/splash/bg_rpt.jpg");
}

.fact
{
    background-color: #ffffff;
    background-image: url("../art/fact.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    border: dotted 1px #666666;
    padding: 10px 10px 10px 75px;
    margin: 0px 10px 10px 10px;
    float: right;
    width: 180px;
    clear: both;
    display: inline;
}

.quote
{
    background-color: #ffffff;
    background-image: url("../art/quote.jpg");
    background-repeat: no-repeat;
    background-position: left 5px;
    border: solid 1px #666666;
    padding: 10px 10px 10px 60px;
    margin: 0px 10px 10px 0px;
    float: left;
    width: 195px;
    clear: both;
    display: inline;
}

.exersices
{
    width: 130px; 
    height: 115px;
    text-align: center; 
    float: left;
    margin: 0px 5px 10px 5px;
    
    font-size: 11px;
    font-weight: bold;
}

.artical_link
{
    padding: 5px;
    display: block;
    width: 420px;
    margin: 20px 0px 20px 40px;
    text-decoration: none;
    color: #444444;
    background-image: url("../art/article.jpg");
    background-repeat: no-repeat;
    background-position: 10px left;
    padding-left: 60px;
}

.artical_link:first-line
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    text-decoration: underline;
    color: #993333;
}

.artical_link:hover
{
    text-decoration: underline;
}

.contact_form
{
    width: 500px;
    padding: 30px;
    border: solid 1px #999999;
    border-right: solid 2px #888888;
    border-bottom: solid 2px #888888;
    margin: auto;
    margin-top: 20px;
    text-align: justify;
}

.contact_form input, .contact_form textarea
{
    width: 250px;
    border: solid 1px #666666;
}

.contact_form th
{
    width: 230px;
    text-align: right;
}

.income_table td
{
    padding: 5px;
    text-align: center;
}

.income_table th
{
    padding: 5px;
    background-color: #996666;
    color: #ffffff;
}
