

body {
    font:sans-serif;
    font-size: 15px;
    text-decoration: none;
    width:840px;

    color: #333333;
    background-color: #FFFFFF;
}

a {
    /*text-decoration: none;*/
    font-weight:700;
}

a:hover  {
    color:#ff0000;

    font-weight:700;
}


#siteBox {
    width: 99%;
    float: left;
}

* {padding:0;
    margin:0;
}    


/* -- Header definitions -- */    



headerBox {
    float:left;
    width: 900px;
    border:0px;
    padding:0px;
    text-align:right;
}

div.left_box  {
    float:left;
    width:220px;
    border:5px;
    padding:0px;
    text-align:left;
    border-color:#ffcc66;

}

div.right_box  {
    float:right;
    width:680px;
    border:0px;
    padding:10px;
    text-align:left;

}


div.box {
border-top:0px;
padding: 5px;
margin-bottom:5px;
}

div.row {
float:left;
width:920px;
}

div.box_320 {
width:200px;
float:left;
margin-top:5px;
}

div.box_pic  {

border:1px solid;
border-color:#999999;
padding:5px;
background-color:white;
width:210px;

}

div.box_note {
padding:40px;
height:480px;
width:640px;


}


/* -- TEXT -- */  

h1  {
    
font-size:110%;
    
color:#666666;
text-indent:5px;
font-weight:700;
    


}

h2  {
    
font-size:110%;
    
font-family:sans-serif;
    
color:#6699ff;
    
border-bottom:1px solid;
    
border-color:#333366;
    
text-indent:5px;
    
font-weight:700;

}

h3  {
    
font-size:110%;
    
font-weight:700;
    
color:#333333;
    
padding:0;
    
border-left:4px solid;

border-bottom:2px solid;
    
border-color:#3399ff;

}

h4  {
    
font-size:80%;
    
font-family:sans-serif;
    
color:#6699ff;
    
text-indent:5px;
    
font-weight:700;

}

/* -- Component -- */  

.buttonmenu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size:100%;
    font-weight:600;
    text-indent:3px;
}

.buttonmenu li{
    color:#ffffff;
    background-color: #333366;
}

.buttonmenu li .spacer{
    color:#000;
    background-color: #ffffff;
}

.buttonmenu li a{
    color: #666666;
    display: block;
    width: 100%;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid;
    border-color:#cccccc; /*light dark dark light*/
    background-color: #ffffff;
    text-decoration:none;
}


.buttonmenu li a:visited {
    color: #666666;
}

.buttonmenu li a:hover, .buttonmenu li a:active {
    color: #ffffff;
    background-color: #333366;
}

.comment_name {
    font-size: 110%; font-weight: bold;
}
