body {
	font-family: Verdana, sans-serif;
	font-size: 10px;	
}

#help {
	width: 640px;
	border: 1px solid #ffffff;
	margin: 5px auto;
	position: relative;
}

#help img {
	border: 3px solid #e0e0e0;
	position: absolute;
	margin-left: 50px;
}

#help .desc {
	border: 3px solid #425570;
	position: absolute;
	font-size: 1.1em;
	padding: 10px;
	background: #ffffff;
	margin-top: 25px;
	left: 320px;
}

#help .desc a {
	color: #d71414;
	font-weight: bold;
	text-decoration: none;
}

#help .desc a:hover {
	text-decoration: underline;
}

#help .title {
	color: #43546e;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
}

#help_ul {
	font-size: 1.1em;
	list-style-type: decimal;
	color: #43546e;
}

#help_ul a {
	text-decoration: none;
	color: #43546e;
	font-weight: bold;
}

#help_ul a:hover {
	text-decoration: underline;
}

