/*Common*/
body {
    padding:0;
    margin:0;
    color:#000000;
}
*, td {
    font-family: Tahoma;
    font-size: 11px;
}
h1 {
    font-weight: bold;
    font-size: 14px;
    color: #DDA201;
}
h3 {
    font-weight: bold;
    font-size: 13px;
    color: #809400;
}
a:link, a:visited {
    font-family: Tahoma;
    font-size: 11px;
    color: #898989;
    text-decoration: none;
}
a:active, a:hover {
    color: #D4911C;
    text-decoration: underline;
}
a.active {
    color: #D4911C;
}

/* Main Components */
#main {
    width: 679px;
    margin: 0 auto;
    border-collapse: collapse;
    padding: 0;
}
#header {
    height: 331px;
    text-align: center;
}
#container {
    margin: 0;
    border-collapse: collapse;
}
#content {
    vertical-align: top;
    width: 400px;
}
#content div {
    margin: 10px;
    font-size: 12px;
}

#right_side {
    vertical-align: top;
    background: #F3EFD0;
    height: 300px;
    width: 279px;
    color:#636363;
}
#right_side div {
    margin: 0 10px 10px 10px;
    font-size: 12px;
}
#right_side div a:link, #right_side div a:active, #right_side div a:visited {
    font-size: 12px;
}
#right_side div a:hover {
    font-size: 12px;
    color: DDA201;
}

#footer {
    border-top: 2px solid #D4911C;
    font-family:Tahoma;
    font-size:11px;
    color:#898989;
    text-decoration: none;
    height: 49px;
    text-align: center;
}

#footer a:link, #footer a:visited {
    font-family: Tahoma;
    font-size: 11px;
    color: #898989;
    text-decoration: none;
}
#footer a:active, #footer a:hover {
    color: #D4911C;
    text-decoration: underline;
}
#footer a.active {
    color: #D4911C;
}

#imagegrid {
    margin: 0 auto 5px auto;
}
#imagegrid td {
    padding: 1px;
    text-align: center;
}
#imagegrid img {
    padding: 1px!important;
}

/*Custom*/
.center {
    text-align: center;
}

/*Images*/
.thumb {
    padding: 3px;;
    margin: 0 5px 5px 0;
    border: 1px solid gray;
}
.thumb:hover {
    border: 1px solid silver;
}

/*
br{font-size:10px}
.s{font-family:Tahoma; font-size:11px;  color:#898989; text-decoration:none}
.green{font-family:Tahoma; font-size:11px;  color:#809400; text-decoration:none}
  .red{font-family:Tahoma; font-size:11px;  color:#2C7F06;}
  .o{font-family:Tahoma; font-size:11px;  color:#FFCC00;}
.blue{font-family:Tahoma; font-size:11px;  color:#2EBEF7}
  .w{font-family:Tahoma; font-size:11px;  color:#FFFFFF; }
.b{font-family:Tahoma; font-size:11px;  color:#636363; }
.b1{font-family:Tahoma; font-size:11px;  color:#636363;  text-decoration:none}
.b2{font-family:Tahoma; font-size:10px;  color:#636363;  text-decoration:none}

 .t1{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 24px; padding:0px 0px 0px 14px }
 .t2{background:url(images/1_z2.gif)  center left no-repeat; margin:0px 0px 0px 22px; padding:0px 0px 0px 10px }
 .t3{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 14px }
 .t4{background:url(images/1_z2.gif)  center left no-repeat; margin:0px 0px 0px 26px; padding:0px 0px 0px 10px }


  #input{
        width:160px; height:21px;

        }

#input1{
        scrollbar-3dlight-color:#E3E2E2;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#E3E2E2 ;
    scrollbar-face-color:#ECB637;
    scrollbar-arrow-color:#E3E2E2;
    scrollbar-darkShadow-color:#E3E2E2;

        }

      #textarea{
        width:102px; height:48px;
        border-width:1px;
        border-style:solid;
        border:none;
        background-color:#F0EAE3;
        overflow:auto
        }

*/



