@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; } /* to remove the top and left whitespace */

html, body { width:100%; height:100%; } /* just to be sure these are full screen*/

canvas { display:block; } /* To remove the scrollbars */

#sidebar {
	width: 185px; 
	height:90%;
	float: left;
	padding-left: 35px;
	padding-top:  15px;

}

#settings{
	padding-left: 10px;	
	
	font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
	font-size: 100%;
	color: #000000;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
	color: #fb2300;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

p{

	font-family: 'Gill Sans MT', 'Gill Sans', sans-serif;
	font-size: 100%;
	color: #000000;
	letter-spacing: 0px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;	
}