body,html{
	height:100%;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:.1px;
	font-weight:normal;
}
	
.line{
	width:100%;
	clear:left;
	height:1px;
	border-top:1px solid #aaa;
	margin:10px 0;
}

#container{
	margin:50px auto;
	display:table; /* this is what makes it stretch to fit content even though it is not centered. */
}
h1{
	font-weight:normal;
}
a{
	color:inherit;
}
ul, li{
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

li a{
	padding:10px;
}

/*
.cufon-canvas{
	float:left;
} */

textarea,input{
	border:1px solid #888;
	padding:3px 5px;
	margin:10px 0;
}

#menu{
width:100%;
padding:5px 0;
}

#menu ul, #menu li{
float:left;
}

#footer{
margin:50px 0 0 0;
clear:left;
}

h1{
clear:left;
padding:0 0 20px 0;
}