@charset "utf-8";
* {margin:0; padding:0; background:#FFFFFF; color:#63677E;}

#body  {
  font-family:Georgia,"Times New Roman",Times,serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

#wrapper {
  width: 850px;
  background: #fff;  
  margin: 0 auto;
/*
  border-left: 4px solid black;
  border-right: 4px solid black;
*/
  margin-top:-10px;
  margin-bottom: -20px; 
}


  #header {
  background-image: url("/images/TheBestWord.jpg");
  padding: 20px 20px 150px 20px;
  margin-bottom:50px; 
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
   
}

a {
position: relative;
}

p {


}

h1
{
  text-align: center;
  font-size: 34px;
  padding: 0px;
  margin-bottom: 50px;
}


h3 {
text-indent:5px;
margin-bottom:10px;
}

h4 {
font-weight:normal;
text-indent:10px;
margin:5px;
padding-left: 15px;
}
 #navmenu 
{
  
  float:right;
  
  margin-top:-25px; 
  padding: 0px;
  list-style: none;
  font-size: 24px;
  font-weight:bold;
}

#navmenu li {

display: inline;
}

#navmenu a
{
  text-align:center;
  display: block;
  color: black; 
 
 padding: 30px 30px 0px 0px;
 
 text-decoration:none;  
  width: 135px;
  height: 50px;  
  background: url("/images/button.png") no-repeat;
  background-position: 0px 20px;

}

#navmenu a:hover {
  background: url("/images/button3.png") no-repeat;
  padding: 30px 30px 0px 0px;
  width: 135px;
  height: 50px;
  background-position: 0px 20px;
}


#content
{
  margin-left:30px; 
  max-width:600px;
  text-align:left; 
  text-indent: 20px;
}
.bestmain #list
{

}

#quotebox
{
  color: #000;
  font-weight: bold;
  border: 1px solid black;
  float:right;
  max-width: 150px;
  margin-left: 15px;
  padding: 5px;
  font-size: 20px;
}

#leftnav
{

position: relative;
width: 20em;
}
#leftnav a {
position: relative;
}

#leftnav ul
{
list-style: none;
padding: 0;
margin: 0;
width: 500px;
}

#leftnav li 
{
float: left;
margin: 0 0.15em;
}

#leftnav li a
{
height: 1.5em;
line-height: 2em;
font-family: arial;
float: left;
width: 5.1em;
font-size: 27px;
display: block;
text-align: center;
color: #3399ff;
text-indent: 0;
}

#leftnav li a:hover
{

color: #ff00ff;
font-size: 27px;

}



#clearFooter {
clear:both;
}
#footer 
{
  font-size: 50px;
  
}
#outerfooter
{
  height: 500px;
  margin: -8px;
  background: url("/images/footerbg.png");
  width: 100%; 
}
