.section p {
    padding: 0px;
    margin: 0px;
}

.section {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF033E;
}

.section ul {
	list-style: none;
	margin-top: 5px;

}

.section ul li {
    display: inline;
}

.section ul a {
	background-color: #0a0a0a;
	border: 1px solid #999999;
	padding: 0px;
	display: block;
	float: left;
	margin: 5px;
	decoration:none;
	text-indent: 0px;
}

.section ul a:hover {
	border: 1px solid #999999;
}

.section ul a img {
	border: 0px;

}

.section ul a.lightbox-enabled img {
    border: 1px dotted #333333;
}

.section span.code {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 11px;
	border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
    margin-left: 5px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}
