.project {
	padding: 10px;
}

.project DIV.section {
	padding: 0px 10px 0px 10px;
}

.project DIV#title {
	letter-spacing: 1px;
    font-size: 1.6em;
    font-weight: normal;
    font-family: Georgia, Serif; 
    color: #800000;
}

.project DIV.label {
	text-transform: uppercase;
	font-size: 1.1em;
    /*color: #666666;*/
    font-weight: bold;
/*    text-decoration: underline;*/
}


.project TABLE#download {
	width: 400px;
}


DIV#sidebar {
	width: 180px;
	float: right;
	margin-left: 10px;
}

DIV#sidebar DIV#downloads {
	padding: 4px;
	background: #fafafa;
	border: 1px solid #d0d0d0;
	font-size: 0.9em;
	text-align: left;
}

DIV#sidebar DIV#downloads A.download {
	display: block;
	padding-top: 2px;
}

DIV#sidebar DIV#downloads DIV#caption {
	text-transform: uppercase;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;	
	padding-bottom: 10px;
	padding-top: 10px;
}


IMG {
    border: none;
}

HR {
	border: none;
	background: black;
	height: 1px;
}

PRE {
	padding: 10px 20px;
	background: #f9f9f9;
	border: 1px solid #d0d0d0;
	overflow: auto;
}
