@charset "UTF-8";
/* CSS Document */

/*Type*/

/*SORT THE TYPE - DO I NEED TO LABEL EACH H & P TAG*/
h1 {
	font-size:20px;
	line-height:135%;
	padding: 0 0 20px 0;
	font-weight:lighter;
}
#name h1 {
	padding:0;
}
h2 {
	font-size:18px;
	line-height:135%;
	font-weight:normal;
}
h3 {
	font-size:13px;
	line-height:135%;
	font-weight:normal;
}
p, .two_col p {
	font-size:13px;
	line-height:130%;
	padding:0 0 8px 0;
}
.two_col p {
	padding:0 0 5px 0;
}
.italic	{
	font-style:italic;
}
.dark {
	color: #000;
}
.small {
	font-size:10px;
	padding: 0 0 15px 0;
}
#project_info h3 {
	padding:0 0 10px 0;
}

