#content {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#plugin {
	border: 3px double #CCCCCC;
	clear: both;
	padding: 10px;
	margin-top: 50px;
}
#plugin h2 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 30px;
}
#plugin ul {
	display: block;
	padding-left: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
#plugin li {
	list-style-type: square;
	padding-bottom: 10px;
}
#plugin a {
	height: 33px;
	width: 112px;
	display: block;
	float: right;
}

