/* Color Scheme:
                        RGB            HEX

 tan back ground   (227, 191, 137)   #E3BF89
 brown, like bark  (149, 99, 53)     #956335
 pine green-ish    (106, 143, 55)    #6A8F37
 sky blue-ish      (78, 170, 190)    #4EAABE
 salmon, kinda     (218, 88, 56)     #DA5838
 gray              (125, 116, 115)   #7D7473

 old color: rgb(170, 136, 72);
  
  */

#main
{
    width: 100%;
    height: 100%;
	text-align: center;
}	 
	 

#main2
{
    border: 1px solid rgb(187, 187, 187);
    position: relative;
    margin-left: auto;
	margin-right: auto;
    width: 950px;
    height: 800px;
}

#Logospace
{
    position: absolute;
    top: 0px;
    left: 15px;
    width: 135px;
    height: 170px;
    background-color: rgb(255, 255, 255);
}

#header
{
    position: absolute;
    top: 0px;
    left: 150px;
    width: 800px;
    height: 170px;
    background-color: rgb(255, 255, 255);
}

#menu 
{
    position: absolute;
    font-family: Lucida Console;
    font-size: 12 px;
    top: 170px;
    left: 150px;
    width: 800px;
    height: 20px;
    background-color: rgb(0, 81, 33);
    color: rgb(255,255,255);
}

#sidebar 
{ 
    position: absolute;
    top: 170px;
    left: 0px;
    width: 172px;
    height: 630px;
    //background-color: rgb(170, 136, 72);
    background-color: rgb(0, 81, 33);
    color: rgb(255,255,255);
}


.buttonscontainer 
{ 
    position: absolute;
    left: 15px;
    top: 0px;

    width: 150x;
}


#body 
{ 
    position: absolute;
    top: 190px;
    left: 172px;
    height: 548px;
    width: 777px;
    border-top: 1px solid rgb(187, 187, 187);
	border-bottom: 1px solid rgb(187, 187, 187);
    border-right: 0px solid rgb(187, 187, 187);
    border-left: 1px solid rgb(187, 187, 187);
    background-color: rgb(210, 190, 130);
    color: rgb(255, 0 , 0);
}

.istyle
{
    font-family: Tahoma;
    font-size: 15px;
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.istyle a
{
    color: rgb(0, 0, 0);
}

#body iframe 
{ 
    background-color: rgb(205, 180, 130);
    border: 0px none;
    width: 100%;
    height: 100%;
}

#footer
{
    position: absolute;
    top: 740px;
    left: 150px;
    width: 800px;
    height: 60px;

    background-color: rgb(0, 81, 33);
    color: rgb(255,255,255);
    /* link:  */
}


/*
.footcontainer
{
    width: 120px;
}

.footmail a
{
    border-top: 0px solid rgb(182, 197, 242);
    border-bottom: 0px solid rgb(182, 197, 242);
    padding: 2px 2px 2px 3px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 81, 33);
    display: block;
    font-family: Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}


.footmail a:hover 
{ 
    background-color: rgb(0, 81, 33);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#rightsidebar 
{ 
    position: absolute;
    top: 170px;
    left: 650px;
    width: 150px;
    height: 775px;
    background-color: rgb(0, 81, 33);
    color: rgb(255,255,255);
}
*/



