
body {
  background-image: url('images/bg.gif');
  background-repeat: repeat;
  font-family: 'lato', calibri, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-shadow: 0px 0px 1px #bbb;
  color:#253659;
  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;
    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;
    }
      
#navigation2 a { 
width:80px;
display:inline-block;
background:#253659; 
font:bold 9px 'lato',monospace,georgia;
text-transform:uppercase;
padding:4px; 
letter-spacing:3px;
color:#fff;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;}
      
#navigation2 a:hover {
width:80px;
display:inline-block;
background:#fff; 
font:bold 9px 'lato',monospace,georgia;
text-transform:uppercase;
padding:4px; 
letter-spacing:3px;
color: #253659;
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 #253659;
  border-top:0px;
  box-shadow: 5px 6px #2d426c;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  padding:8px;
  margin-bottom:2px;}
      
 .box-without-title {
  background:#fff;
  border:1px solid #253659;
  box-shadow: 5px 6px #2d426c;
  border-radius:5px;
  margin-bottom:2px;}


#sitename a {font:30px 'pixelify sans', courier new;color:#F07671;}
      
.title {font:10px monospace;text-transform:uppercase;color:#fff;background:#253659;
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:#FCDAD6;}
      
#menu a {
    display:inline-block;
    background:#253659;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    width:150px;
    line-height:12px;
    font:italic 12px georgia,monospace;
    text-transform:lowercase;
    letter-spacing:3px;
    text-align:center;
    border-radius:5px;
    color:#fff;}
      
#menu a:hover {
    display:inline-block;
    background:#fff;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    width:150px;
    line-height:12px;
    font:italic 12px georgia,monospace;
    text-transform:lowercase;
    letter-spacing:3px;
    text-align:center;
    border-radius:5px;
    color:#253659;
    border: 1px solid;
}
            
      
      b {color:#D46666;font-weight:bold;}
      i {font-style:italic;color:#aaa;}
      u {color:#daac5c;text-decoration:none;}
     
      
::-webkit-scrollbar-thumb {
background-image: url('images/bg.gif');
background-repeat: repeat;
border-radius: 0px;
border:0px solid #ccc;
}
::-webkit-scrollbar {
width: 8px; height: 0px; 
background: transparent;
}
      
textarea {font:10px calibri;letter-spacing:1px;}
