@charset "UTF-8";
@import url(../css/reset.css);
@import url(../css/shared.css);

/* CSS Document */

#projectsSide {
	float: left;
	width: 60px;
}
#projectsSide p {
	padding-bottom: 20px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 60px;
	padding-bottom: 20px;
}
#sidebar1 p {
	padding-bottom: 20px;
}
#mainContent {
	padding-left: 20px;
	width: 900px;
	text-align: center;
	float: left;
} 
#mainContent p {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.item {
	margin: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 300px;
	float: left;
} 
fieldset {
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #F2CD13;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2F86CF;
	font-weight: normal;
	font-size: 230%;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 0px;
}
label {
	line-height: 20px;
	font-weight: bold;
}