@CHARSET "UTF-8";

*, html, body {
	margin: 		0;
	padding: 		0;
	border: 		0;
	font-family: 	Arial, Helvetica, sans-serif; 
	color: 			#000000;
	font-size: 		10px;
}

#header {
	width:			351px;
	height:			125px;	
}

#content {
	padding:		20px;
	height:			185px;
	overflow: 		scroll;
	overflow-x:		hidden;
}

#footer {
	padding:		10px;
	border-bottom:	10px solid #eee;
	border-top:		1px solid #eee;
}

strong, a {
	font-size:		12px;
}

ul {
	margin-bottom:	30px;
}

li {
	list-style-type: none;
	margin-top:		10px;
}

a {
	font-weight:	bold;
}

h2 {
	margin:			20px 0 10px 0;
}