* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/bg-body.jpg) top left repeat-x;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

#container {
	margin: 80px auto 0 auto;
	width: 472px;
	padding-top: 97px;
	background: url(/images/bg-container.gif) top left no-repeat #f7d700;
}

p {
	margin: 0 35px;
	line-height: 1.4;
}

#choose {
	margin: 18px 0 0 38px;
	width: 191px;
	padding: 1px 1px 0 1px;
	border: solid #fbed8a;
	border-width: 1px 1px 0 1px;
}

#choose div {
	padding: 12px 0;
	background: #fae765;
	text-align: center;
	font-size: 16px;
}

ul {
	padding: 0 3px 19px 3px;
	font-size: 18px;
	background: url(/images/bg-container-bottom.gif) bottom center no-repeat;
	list-style: none;
}

li {
	border-bottom: 1px solid #F2F2F2;
	background: #FFF;
}

li.footer {
	height: 40px;
}
	
a {
	display: block;
	padding: 10px 65px;
	background: url(/images/bg-li.jpg) bottom repeat-x;
	color: #0e85ff;
	text-decoration: none;
}

a:hover {
	background: url(/images/bg-li-hover.jpg) bottom repeat-x #fffdd7;
}

