body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
}
a 
{ color:#666666;
text-decoration:none;
border-bottom: 1px dotted #999999;
}

a:hover
{border-bottom: 1px solid #000000;
}

#container {
	width: 880px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 20px auto 0;
	text-align: left;
	max-width:950px;
	border: 1px solid #B0B9BB;
	min-height: 600px;
}
#mainContent {
	padding: 80px;
	margin:0 auto;
}

#front #logo
{
	position: relative;
	float: none;
	padding: 0;
	margin: 0;
	height: 170px;
}
#logo
{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	height: 118px;
	width: 300px;
}

#front #wrapper {
	margin: 40px 0 0 0;
	width: auto;
}

#wrapper {
	margin: 15px 0 0 0;
	width: auto;
}

#content
{
	margin: 0 250px 0 0;
	float:left;
	padding-left: 8px;
	width: 428px;
}
#content-in
{
	margin: 0 50px 20px 0;
	float:left;
	padding-left: 10px;
	width: 628px;
	padding-right: 10px;
	color: #444444;
	padding-top: 8px;
}

span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
/*home page*/
#front #homenav
{
	width: auto;
	float:right;
	position:relative;
	z-index:2;
	margin-left: -200px;
}
 
#front #homenav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	list-style: none;
	line-height: 1.3em;
	font-weight: 100;
	margin:0;
	padding:0;
}



/*other pages*/

#homenav
{
	width: auto;
	float:right;
	position:relative;
	z-index:2;
	margin-left: -200px;
}
 
#homenav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style: none;
	line-height: 1.3em;
	font-weight: 100;
	margin:0;
	padding:0;
}
#homenav a {
color:#B0B9BB;
text-decoration:none;
border: none;
}

#homenav a:hover {
color:#77b36b;
border: none;
}
#homenav .selected
{color:#77b36b; }

#homenav .selected a
{
	color: #77b36b;
}

#homenav ul ul{
	font-size: 12px;
	padding:0 10px;
}



h1, h2, h3, h4 {
	font-family:Arial,Helvetica,Sans-Serif;
	font-weight:normal;
	line-height: 1.5em;
}

h1
{
	margin: 0 0 20px;
}

p{
	margin: 0px 0px 1em 0px;
	line-height: 1.8em;
}
#release p{
	line-height:1.4em;
	margin-top: .5em;
}

.hilite
{border-top: 1px solid #FFF7E5;
border-bottom: 1px solid #fff7e5;
padding: 4px 0;}

hr {
border-color:#CCCCCC -moz-use-text-color -moz-use-text-color;
border-style:dotted none none;
border-width:1px 0 0;
clear:both;
height:1px;
margin-top:1.438em;
}
blockquote {
	padding-left:0px;
	margin: 0;
	padding-right: 2em;
}

blockquote p
{
	border-left: 2px solid #77b36b;
	padding-left: 6px;
}


#footer {
  text-align: center;
  font-size: 0.8em;
  color:#999999;
    margin:auto; 
}

.article
{
	background-color: #F5F5F5;
}
