/* Styles for Starter Kits (starter_kits.php) */

#leftsidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}
#rightsidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#rightsidebar p {
	padding: 5px;
	color: #fff;
	font-style: italic;
	font-size: 1.1em;
	line-height: 110%;
}
#mainsection {
	margin-left: 175px;
	margin-right: 165px;
	margin-bottom: 50px;
	padding-left: 2px;
	padding-right: 2px;
	color: #552197;
}
#mainsection p {
	padding: 5px;
	margin-bottom: 0;
}
#mainsection ul {
	margin: 0;
	padding-left: 90px;
}
.center {
	text-align: center;
}
p.text	{
	text-align: left;
	margin: 0 10px 10px 10px;
}