@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	line-height:150%;
}

h1 {
	font-size:24px;
	line-height:125%;
}
h2 {
	font-size:18px;
}
#wrapper {
	width:760px;
	margin:auto;
}
#text {
	font-family:Verdana, Geneva, sans-serif;
	width:350px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
#widget {
	width:400px;
	float:right;
	margin-top: 10px;
}
