/* Styles for Sellright promo page */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444;
	margin-left: 30px;
}
#header{
	background: #fff url(header.gif) no-repeat 0 0;
	font-size: 0.2em;
	height: 175px;
}
#header h1{
	font-size: 0.2em;
	margin-left: 30px;
}
#content {
	width: 600px;
	margin-left:150px;
	margin-top:10px;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 1.15em;
	padding: 0;
	margin: 25px 0 5px 0;
}
#content h3{
	font-size: 1em;
	padding: 0;
	margin-bottom: 5px;
}
#content p{
	padding: 0;
	margin: 0 0 10px 0;
}

#content a{
	color: red;
	text-decoration: none;
	border-bottom:1px dashed #666;
	background-color: #eee;
}
#content a:hover{
	border-bottom:1px solid #666;
}
#content ul{
	list-style: url(tick.gif);
}
#content ul li{
	padding-left:5px;
}
#footer {
	background: #fff url(footer.gif) no-repeat 0 0;
	text-indent: -5000px;
	height: 30px;
}