/*
      
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size:13px;
  background: #CCCC99;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #006600;
 background-image: url(images/faq.jpg);
	background-repeat: no-repeat;
	background-position: top;
 margin: 10px 5px 10px 0px;
 padding: 0px;
 height: 560px;
 width: 436px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFCC;
 background-image: url(images/bottom_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
 margin: 10px 0px 10px 0px;
 padding: 5px;
 height: 860px;
 width: 450px;
 display: inline;
 position: relative;
 font-size: 14px;
}

#menu a, #menu a:visited {
  text-decoration:none;
  text-align:center;
  font: 18px bold;
  background-color: #669966;
  color:#fff;
  display:block; 
  width:430px; 
  padding:0.2em;
  margin:0.5em auto;
  border-right:5px solid #006600;
  }
#menu a:hover {
  border-right:5px solid #996600;
  background-color: #666600; 

