﻿body
{
    background-position: #ffffff;
    margin: 0 auto;
    background-image: url('images/backer.gif');
    background-repeat: repeat;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    color: #405D59;
    font-weight: normal;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #129714;
    text-align:center;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    color: #FF6A00;
    font-weight: normal;
    margin-left: 5px;
}

h4
{
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}

h5 
{
    font-size:16px;
    font-weight:bold;
}

a
{
    color: #B100FE;
    text-transform: none;
}

a:hover
{
    color: #0FC9FC;
    font-weight: bold;
}




/*Main Part!!*/

#container
{
    width:800px;
    margin:0 auto;
      }

#header
{
    width:800px;
    height:254px;
}

#menu
{
    width: 794px;
    height: 40px;
    border-right-style: solid;
    border-left-style: solid;
    padding-top: 6px;
    text-align: center;
    background-color: #129714;
    border-right-width: 3px;
    border-left-width: 3px;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

#menu a
{
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none;
    font-family: Tahoma;
    color: #ffffff;
    font-size: 26px;
}

#menu a:hover
{
    background-color: White;
    color: #FD6900;
    font-style: normal;
    font-weight: normal;
}



#subcontainent
{
    background-image: url('images/contentback.gif');    
    width:800px;
    margin:0 auto; 
}

#content
{
    margin: 0 auto;
    width: 780px;
    height:100%;    
    background-repeat: repeat-y;
    overflow:auto;
    padding-bottom:20px;
}

#left
{
    margin-left: 10px;
    float: left;
    width: 500px;
    }

#left p
{
    font-family: Tahoma;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding-left: 10px;
    color: #595959;
}

#left ul
{
    font-family:Tahoma;
    font-size: 16px;
    line-height: 25px;
    font-size:18px;
    color: #666666;
}

.photo img
{
    border: 2px solid #00ffff;
    margin: 5px 5px 5px 5px;
}

.photo2 img
{
    border: 3px ridge #FFFFFF;
    margin: 10px 5px 5px 10px;
}


#blockquote
{
    display: block;
    font: larger 'Courier New';
    padding-left: 28px;
    color: #FF6A00;
    font-weight: 700;
}


#right
{
    width: 250px;
    float: right;
    padding-top: 20px;
}

#right p
{
    font-family: Arial;
    font-size: 17px;
    text-align: left;
    line-height: 22px;
    padding-right: 10px;
    color:#404040;
}

#title
{   width: 263px;
    height:40px;
    float: right;
       
}

#title h2
{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: underline;
    background-color: #FD6900;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}



#fail
{
    clear:both
}

#bottom
{
    font-family:Tahoma;
    margin: 0 auto;
    background-image:url('images/bottom.gif');
    height:60px;
    width:780px;
    font-size:24px;
    color:White;
    text-align:center;
}

#bottom p
{
    padding:1px;
}


