@charset "utf-8";

body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  /*padding: 10px;*/
  background-color: #F7F6F6;
}

* {
  margin: 0;
  padding: 0;
}

#page {
  width: 950px;
  /*margin: 0 auto;*/
  background-color: #F7F6F6;
  
   
}

#header {
  /* 
  background-color:lightblue;    
  */
  background-position:top center;
  background-image:url(../img/img_001.png);
  background-repeat:repeat;  
  /*width: 950px;*/
  min-width: 100%;
  height: 80px;
}

#nav {
  float: left;
  width: 200px;
  background-image:url(../img/img_002.png);
  background-repeat:repeat;
  min-height: 300px;
  padding-top: 10px;
}
#navtext {
  margin-top:10px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
}
#navlink {
  padding-left:10px;
  margin: 5px 20px 5px 20px;
  /*border-style: solid;
  border-color: #000000;
  border-width: 1px;*/
  color: black;
  font-weight: normal;
}
#navlink:hover { 
  font-weight: bold; 
  color: black; 
  text-decoration: none;
  border-color: #FFFFFF; 
}

#main {
  margin 1px;  
  float: left;
  width: 548px; /*550px*/
  height: auto;
}

#quickouter {
  width: 200px;
  float: left;  
  background-color: #F7F6F6;
  /*background-image:url(../img/img_001.gif);
  background-repeat:repeat;*/
  height: 100%;
}
#quickinner {
  padding: 10px;
}

#footer {
  text-align: center;
  clear: both;
  padding: 5px;
  color: gray;
  width: 950px;
  margin: 0 auto;
}

div.footerinmain {
  text-align: center;
  padding: 5px;
  color: gray;
}

div.mainboxone {
  margin-top: 10px;
  background-color: #F7F6F6;  
  padding: 10px;
  border-style: dotted;
  border-color: #000000;
  border-width: 1px;
}

a:link { 
  font-weight: bold; 
  color: gray; 
  text-decoration: none; 
}

a:visited { 
  font-weight: bold; 
  color: gray; 
  text-decoration: none; 
}

a:focus { 
  font-weight: bold; 
  color: gray; 
  text-decoration: none; 
}

a:hover { 
  font-weight: bold; 
  color: darkgray; 
  text-decoration: underline; 
}

a:active { 
  font-weight: bold; 
  color: gray; 
  text-decoration: none; 
}





div.boxleft {
  padding: 10px;
  margin: 0px 0px 0px 90px;
  border-width:2px;
  border-style:dotted;
  border-color:lightblue;
  float: left;
  width:200px;
  background-color: #F7F6F6;
}

div.boxright {
  padding: 10px;
  margin: 0px 0px 0px 405px;
  border-width:2px;
  border-style:dotted;
  border-color:lightblue;
  width:200px;
  float: none;
  background-color: #F7F6F6;
}