* { padding: 0px;
    margin: 0px;
		}

html {
   height:101%;<!-- set above screen size to allow for inbuilt invisible scroll bar in ie -->
   }

body {
	float:left;
	background-color: #ffffff;
	font-family:"Trebuchet MS";
	font-size:20;
}

#wrapper {
	background-color:#ffffff;
	float:left;
}

#menu {
		float:left;
	  width:130px;
	  padding: 20px 10px 10px 10px;
	  text-align:left;
}

#horizon {
	float:left;
	width:500px;
	text-align:center;
	font-size:18;
	font:airel;
	padding:20px 30px 20px 30px;
}	

#right {
	float:left;
	width:150px;
	text-align:left;
	color:#999999;
	padding:20px 10px 0px 5px;
}



