@import "main.css";

#welcome {
	margin-bottom: 20px;
}

a.top,
p.top {
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#main {
	width: 600px;
}

div#main a {
	color: #5dc7dd;
	text-decoration: underline;
}

div#main a:hover {
	text-decoration: none;
}

h2#faq {
	background: url(../img/faqTitle.gif) no-repeat;
}

h2#tutorial {
	background: url(../img/tutorialTitle.gif) no-repeat;
}

dl#shortcuts dt {
	color: #5DC7DB;
	font-weight: bold;
	margin-top: 15px;
}

dl#shortcuts dd {
	color: #5D5D5D;
	line-height: 16px;
	margin-left: 20px;
}

dl#shortcuts dd a {
	color: #5D5D5D;
	text-decoration: underline;
}

dl#faq-1,
dl#faq-2,
dl#faq-3,
dl#tutorial-1,
dl#tutorial-2 {
	margin-top: 20px;
	padding-bottom: 20px;
}

dl#faq-1,
dl#tutorial-1 {
	padding-bottom: 50px;
	background: url("../img/features_back.jpg") no-repeat bottom left;
}

dl#faq-1 dt,
dl#faq-2 dt,
dl#faq-3 dt,
dl#tutorial-1 dt,
dl#tutorial-2 dt {
	clear: right;
	color: #5DC7DB;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

dl#faq-1 dd,
dl#faq-2 dd,
dl#faq-3 dd,
dl#tutorial-1 dd,
dl#tutorial-2 dd{
	line-height: 16px;
}