html, body {
	height: 100%;	
	}

body    {
	margin: 0;
	padding: 0;
        background:  #339900;
	color: #fff;
	font-family: arial, verdana, tahoma, sans-serif;
	line-height: 1.6;
	font-size: 100%;  
	text-align: center;
	}
		
table   {
 	font-size: 1em;  /* for IE 5 */ 
 	}
 		
div   {
 	font-size: 1em; 
 	vertical-align: top;
 	} 	
 	
td 	{
	vertical-align: top;
	}

img     {
	border: 0; 
	}

.hide   {
	display: none; 
	}

.pre    {
	visibility:hidden;
	}

.block  {
	display: block;
	}

.inline {
	display: inline;
	}
	
br.clear { 
	clear: both; 
	}	
	
h1      {
	font-family: "century gothic", verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #349747;
	}

p       {
	}
	
p, td, li, ol, h1, h2, h3, h4, h5, h6, span, div  {
	}
		
/* Link style */

a:link  {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}	
	
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
	background: transparent;
	}

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: transparent;
	}
	      
/* Main page sections */

#page  {
	margin: auto;
	width: 800px;      
	text-align: left;
	}

#header  {
	position: relative;
	height: 120px;
	} 

#logo  {
	position: absolute;
	top: 30px;
	right: 0;
	}

#content {
	}

#rightside {
	float: right;
	position: relative;
	width: 350px;
	height: 360px;
	padding-left: 25px;
	border-left: 2px solid #91b309;
	}
	
#rightside ul  {
	position: absolute;
	bottom: 0;
	left: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#rightside li img, #rightside li   {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	}



#footer {
	clear: both;
	padding-top: 60px;
	text-align: center;
	}
