* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656565;
}
html {
	background: #eeeeee;
}
body {
	background: url("images/background.png") no-repeat #ffffff;
	width: 390px;
	height: 190px;
	margin: 100px auto auto auto;
	padding: 11px 16px 17px 12px;
}
#header {
	background: url("images/header.png") #df0c00;
	width: 390px;
	height: 130px;
	clear: both;
}
#left {
	width: 31%;
	float:left;
}
#right {
	width: 49%;
	float:right;
}
h1, h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656565;
	margin: 0px;
}
h1 {
	font-size: 16px;
	font-weight:bold;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 12px;
	font-weight:bold;
}
ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul li {
	font-size: 10px;
	padding: 0px;
	width: 160px;
	height: 18px;
	float:right;
}
a {
	color: #fe5a25;
	text-decoration:underline;
}
