body { 
			color: #333;
			font: 75% "Lucida Grande", Verdana, Arial, sans-serif;
  		font-size: 90.5%; /* Defines 1em as 10px. (see: http://www.clagnut.com/blog/348/) */
    	background: #FFFFFF url(/media/images/gray_gradient.png) repeat-x !important;
    	background-repeat:repeat-x;
    	margin:0;
      }

#container {
      width: 600px ;
      margin: auto auto;
			}

#header {
    border-left-color: #d9d953;
    border-bottom-color: #d9d953;
    border-right-color: #d9d953;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 2px;
    border-style: solid;
    background: #e8eed8;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
}


.break   {
    color: #d9d953;
    border-width: 1px;
    border-style: solid;   
}

hr
{
 color: #e2e2e2;
 border-width: 1px;
 border-style: ridge;
 
}

#footer {
    fbottom:5px;
}

a:hover {
		color: #666;
    }

a {
   color: #384f9e;
   text-decoration: none
  }

p {
  color: #363636;
  font-size: 12px;
  }

li{
  color: #595866;
  font-size: 12px;
  }

.download a {
  text-shadow: 1px 0px 1px;
  font: bold;
  text-decoration:none;
}

.description {
  font-size: 15px;
  }

.minor {
  font-size: 10px;
  color: #888888;

}
.small a {
  font-size: 9px;
  color: #999999;
  text-decoration:none;
}



h1 {font-size: 30px;font-weight: normal;}
h2 {font-size: 22px;font-weight: normal;}
h3 {font-size: 16px;font-weight: normal;}
h4 {font-size: 13px;font-weight: normal;}
h5 {font-size: 11px;font-weight: normal;}





#group {
  background-color: #f9faef;
  border-color: #cacaca;
  border-right-width: 0px;
  border-left-width: 0px;
  width: 98%;
  padding:5px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-style: solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.items {
  padding:10px;
  margin-left:30px;
  width: 80%;
  /*
  border-color: #ababab;
  border-right-width: 0px;
  border-left-width: 0px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-style: solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	*/
}

.item2 {
  padding:5px;
  margin-left:30px;
  width: 80%;
}

img {
     border:none;
     vertical-align:middle;
     margin-right:10px;
    }

imgitem {
float:left;
}

ul.nav { /* Clear out default ul styles */
		list-style: none;
		}

ul.nav li a {
		text-decoration: none;
		color: #000;
		}

ul.nav li a:hover {
		color: #666; 
		}

.intro {
			line-height: 18px;
		}

