html, body, h1, h2, h3, h4 
{
	margin: 0;
	padding: 0;
}
h1 img 
{
	display: block;
}
img 
{
	border: 0;
}
a 
{
	color: #464544;
}
a:hover 
{
	color: #666666;
}
.left 
{
	float: left;
}
.right 
{
	float: right;
}
.more 
{
	text-align: right;
}
.clear 
{
	clear: both;
}
body 
{
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	/*color: #464544; */
	padding-bottom: 10px;
	vertical-align: middle;
}

#outer 
{
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/

#wrapper 
{
	text-align: left;
	margin: auto;
	width: 798px;
   position: relative;
   background: url(images/body_bg.gif) repeat-y;
}
#body-bot 
{
   background: bottom left url(images/white.gif) repeat;
}
#body-top 
{
   background: url(images/body_bg_top.gif) no-repeat;
   min-height: 800px;
   _height: 800px;
   padding-bottom: 14px;
}
#body-top_standard
{
   background: url(images/body_bg_top.gif) no-repeat;
   min-height: 400px;
   _height: 400px;
   padding-bottom: 280px; /* the distance between the text and the bg image*/
}

/** Logo **/

#logo 
{
	width: 25em;
	text-align: center;
	vertical-align: middle;
}

/** Nav **/

#nav 
{
   margin-top: 50px;
}
#nav li 
{
   list-style: none;
   float: left;
   background: left center url(images/arr.gif) no-repeat;
   padding-left: 15px;
   padding-right: 20px;
}
#nav a 
{
   color: #000;
   text-decoration: none;
   font-weight: bold;
}
#nav .important a 
{
   color: #008227;
   font: bold 12px arial, sans-serif;
}
#nav a:hover 
{
   color: #b0b863;
}

/** Main box **/

#main 
{
   width: 431px;
   margin-top: 27px;
   margin-left: 22px;
   opacity:0.8;
   filter:alpha(opacity=80);
}
#main #gbox-bg  
{ 
   background: url(images/green_bg.gif) repeat-y; 
}
#main #gbox-top 
{ 
   background: url(images/green_top.gif) no-repeat; height: 24px; 
}
#main #gbox-bot 
{ 
   background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; 
}
#main #gbox-grd 
{
   min-height: 300px;
   padding: 2px 24px;
   background: bottom url(images/green_grad_bot.jpg) repeat-x; 
}
#main h2 
{
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}
#main p 
{
  margin: 1em 0;
}

/** Features */

#features 
{
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 
{
  position: relative;
}
#features ul 
{
  float: left;
  width: 47%;
  margin: 1em 0;
  padding: 2px;
}
#features li 
{
  list-style: square;
  margin-left: 12px;
}

/** Standard box */

#standard_box 
{
   width: 754px;
   margin-top: 27px;
   margin-left: 22px;
}
#standard_box #gbox-bg  
{ 
   background: url(images/green_bg_standard.gif) repeat-y;
}
#standard_box #gbox-top 
{ 
   background: url(images/green_top_standard.gif) no-repeat; height: 24px; 
}
#standard_box #gbox-bot 
{ 
   background: bottom left url(images/green_bot_standard.gif) no-repeat; height: 23px; 
}
#standard_box #gbox-grd 
{
   min-height: 300px;
   padding: 2px 24px;
   background: bottom url(images/green_grad_bot_standard.jpg) repeat-x;
}
#standard_box h2 
{
  font: bold 14px arial, sans-serif;
  color: #000;
  margin-top: 20px;
}
#standard_box p 
{
  margin: 1em 0;
  font: 14px arial, sans-serif;
}
#standard_box li
{
  margin: 5px 0;
  font: 14px arial, sans-serif;
}

/** grey box **/

/**
#greybox 
{
   width: 326px;
   position: absolute;
   top: 292px;
   left: 457px;
   opacity:0.8;
   filter:alpha(opacity=80);
}
#greybox-top {
  background: url(images/recent_top.jpg) no-repeat;
  padding-left: 165px;
  min-height: 97px;
}
#greybox-bot {
  background: bottom left url(images/recent_bottom.gif) no-repeat;
  height: 18px;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}
*/

#copyright 
{
  font-size: 9px;
  color: #fff;
  margin-top: 40px;
}

#copyright a
{
  font-size: 9px;
  color: #fff;
  margin-top: 40px;
}