
FONT.jap{color: #6666FF;}
FONT.eng{color: #339933;}
FONT.thai{color: #FF6633;}

body {
    font-family: verdana, tahoma, sans-serif;
    font-size        : 0.79em;
    margin           : 0px;
    padding          : 0px;
    text-align       : center;
    background       : #EEEEEE url("http://img.photobucket.com/albums/v313/kktrial/v19_bg4.jpg") repeat-y fixed center center;
    color            : #000000;
}

#content a
{
    color            : #32609B;
    text-decoration  : none;
}
#content a:visited
{
    color            : #B3A2A7;
    text-decoration  : none;
}
#content a:hover
{
    color            : #FFFFFF;
    background-color : #818181;
    text-decoration  : none;
}

#writer a, #writer a:visited
{
    color            : #000000;
    text-decoration  : none;
}
#writer a:hover
{
    color            : #FFFFFF;
    background-color : #818181;
    text-decoration  : none;
}
   
/* Post Title */
.maintitle{
font-family: verdana, tahoma, sans-serif;
font-size        : 1.20em;
font-weight:bold; padding-top:22px;padding-bottom:10px;
}
.subtitle{ 
font-family: verdana, tahoma, sans-serif;
font-size        : 0.80em;
font-weight:normal; font-style: italic;
}

.helppic{
border: 1px solid #615A5A;
}
.codetext {
font-family: Courier New, Tahoma; font-size: 11px; line-height: 14px; color: #339933;  
border: 1px solid #CCCC99;
padding: 5px 5px 5px 5px;}

/* -------------------------------------------------------------- */
/* Common stuff and basic page layout                             */
/* -------------------------------------------------------------- */


#container
{
    width            : 946px;
    text-align       : left;
    margin-left      : auto;
    margin-right     : auto;
}

#header
{
    height           : 210px;
    width            : 100%;
    background       : #EEEEEE url("http://img.photobucket.com/albums/v313/kktrial/v19_head4.jpg") no-repeat center center;
    padding          : 0px;
    margin           : 0px;
}

#header span
{
    display          : none;
}

#header h1
{
    margin           : 0;
}

#content
{
    position         : relative;
    width            : 100%;
    display          : block;
    margin           : 0;
    padding          : 0;
}

