#about {
	float: left;
	width: 560px;
	padding-top: 0px;
	padding-left: 0px;
	position: relative;
        padding-right: 15px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
}
.portfolioBox {
        float: left;
        width: 550px;
        position: relative;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #E1E1E1;
        margin-bottom: 20px;
}
.titleBlog {
        margin-top: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 24px;
        color: #373D58;
        font-weight: bold;
}
#about p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
        margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
}

.titleName {
	color: #373D58;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.divider {
	margin: 0px;
	clear: both;
        width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
}
#aboutSideColumn {
	float: left;
	width: 175px;
	padding-top: 0px;
	padding-left: 5px;
	position: relative;
}
.sideBarTitles {
	background-image: url(../images/sideBarTitles.png);
	background-repeat: no-repeat;
	float: left;
	width: 195px;
	position: relative;
	padding: 15px 0px 25px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #373D58;
	font-size: 18px;
}
.sideBarText {
        font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
        padding-left: 10px;
}

