body {
  background:#fff4f4;
  font-family: calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color:#ff0000;
  letter-spacing: 1px;
  line-height:11px;}
           
 
#layout {
    margin: 80px auto;
    width: 720px;}
      

#header1 {
    width: 720px;
    float: left;
    margin: 0 auto;}

#header2 {
    height: 40px;
    background: transparent;
    border-bottom:1px solid #fa2222;
    margin: 0px;}
      

#navigation1 {
    width: 720px;
    float: left;
    margin: 0 auto;}

#navigation2 {
    height: 20px;
    line-height:20px;
    background: transparent;
    margin: 0px;
    margin-bottom:10px;
    padding:1px;padding-top:0px;
    text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
        border-top:2px solid #ffff4f4;}
      
#navigation2 a { 
width:80px;
display:inline-block;
background:#ffdada; 
font:bold 9px calibri,monospace,georgia;
text-transform:uppercase;
padding:4px; 
letter-spacing:3px;
color:#ff0000;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;}
      
#navigation2 a:hover {
width:80px;
display:inline-block;
background:#fff; 
font:bold 9px calibri,monospace,georgia;
text-transform:uppercase;
padding:4px; 
letter-spacing:3px;
color:#ff0000;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;}
      
      

#content1 {
    width: 360px;
    float: left;
    margin: 0 auto;}

#content2 {
    margin: 0px;
    padding:6px;}

#left1 {
    width:180px;
    float: left;
    margin: 0 auto;}

#left2 {
    margin: 0px;
    padding:6px;}

#right1 {
    width: 180px;
    float: left;
    margin: 0 auto;}

#right2 {
    margin: 0px;
    padding:6px;}

#footer1 {
    width: 720px;
    float: left;
    margin: 0 auto;
    clear: both;}

#footer2 {
    height: 100px;
    line-height:40px;
    text-align:center;
    margin: 0px;}


  .box {
  background:#fff;
  border:1px solid #fa2222;
  border-top:0px;
  box-shadow: 5px 6px #ffdada;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  padding:8px;
  margin-bottom:2px;}
      
 .box-without-title {
  background:#fff;
  border:1px solid #fa2222;
  box-shadow: 5px 6px #ffdada;
  border-radius:5px;
  margin-bottom:2px;}

.one {
  flex: 1 1 auto;
}

.two {
  flex: 1 1 auto;
}

#sitename a {font:30px monospace,georgia, new;color:#fa2222;}
      
.title {font:10px;text-transform:uppercase;color:#fff;background:#fa2222;
letter-spacing:3px;text-align:left;padding:2px;padding-left:8px;padding-top:4px;margin-bottom:0px;
border-top-left-radius:5px;border-top-right-radius:5px;}
      
          
a:link, a:visited, a:active { 
color:#666;text-decoration:none;}
a:hover {
color:#ff0000;}
      
#menu a {
    display:inline-block;
    background:#ffdada;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    width:150px;
    line-height:12px;
    font:italic 12px calibri;
    text-transform:lowercase;
    letter-spacing:1px;
    text-align:center;
    border-radius:5px;
    color:#ff0000;}
      
#menu a:hover {
    display:inline-block;
    background:#fff;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    width:150px;
    line-height:12px;
    font:italic 12px calibri;
    text-transform:lowercase;
    letter-spacing:1px;
    text-align:center;
    border-radius:5px;
    color:#ff0000;}
            
      
      b {color:#ff0000;font-weight:bold;}
      i {font-style:italic;color:#ff0000;}
      u {color:#daac5c;text-decoration:none;}
     
      
::-webkit-scrollbar-thumb {
background-color: #F07671;  
border-radius: 0px;
border:0px solid #ccc;
}
::-webkit-scrollbar {
width: 8px; height: 0px; 
background: transparent;
}
      
textarea {font:10px calibri;letter-spacing:1px;}