@charset "utf-8";
{   margin: 0;  
    padding: 0;  
}  
  
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article {  
    display: block;}  
  
body {  
    margin: 30 auto;  
    width: 250px;  
    font: 14px/19px Helvetica, Arial, sans-serif;  
    background: #ffffff url(rasp.jpg) fixed 0px 100%;}  
	
section {
	float : left;}

aside {  
    padding: 10px;
	float : left;
	width: 200px;}  
	
h1 {  
    font-size: 20px;  
    padding: 2px 0px 0px 0px; 
	font-weight: normal;  
    color: #7070b7;}  
    
h2 {  
    font-size: 20px;  
    padding: 2px 0;}  
  
h3 
{	font-size: 16px;  
    line-height: 22px;  
    padding: 11px 0;}  
	
#h0 
{	font-size: 24px;  
    padding: 2px 0px 0px 0px; 
	font-weight: normal;  
    color: #70b770;}  
	  
p {	padding-bottom: 2px;}  

#title {  
    margin-top: 3px;  
    padding: 15px;  
    background: #9ac8f3 url("title-bkg.jpg"); 
	background-repeat: no-repeat;  
    background-size: 100% 100%;  
    border: 1px solid #70b770;
	border-radius: 5px; 
	height: 95px;} 

#logo
{	padding: 0px;  
    height: 100px;
	text-align: center;}

#title h2 {  
    padding: 0 0 2px 0;  
    font-weight: normal;  
    color: #100000;}  
      
#title h3 {  
    padding: 0 0 2px 0;  
    font-weight: normal;  
    color: #100000;}  
      
A:link
{ 	color: #550000;
  	text-decoration : none;}

A:visited
{ 	color: #550000;
  	text-decoration : none;}
   
A:hover
{ 	color: #70b770;
  	text-decoration : none;}

A:active
{ 	color: #550000;
  	text-decoration : none;}
   
button
{	width:	100;} 	
