@import url("base.css");


/* mid section */

#midsection {
	height: 141px;
	background: url(../images/layout/home_mid_bg.jpg) center no-repeat;
	margin-bottom: 20px;
}

#midsection p {
	color: #9694CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style:italic;
	padding: 20px 20px 20px 440px;
}

/* tabbed */

.tabbed {
	height: 185px;
	overflow: hidden;
}

.tabbed .left {
	width: 358px;
	height: 185px;
	float: left;
	background: url(../images/layout/home_personal_bg.jpg) top center no-repeat;
	margin-left: 7px;
	_margin-left: 3px;
	padding-top: 40px;
}

.tabbed .right {
	width: 358px;
	height: 185px;
	float: right;
	background: url(../images/layout/home_contact_bg.jpg) top center no-repeat;
	margin-right: 7px;
	_margin-right: 3px;
	padding-top: 40px;
}

.row {
	clear: both;
	margin-left: 15px;
	height: 35px;
	color: #2b49a8;
}

.rowleft {
	width: 140px;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.rowright {
	width: 190px;
	float: right;
	margin: 0;
	padding: 0;
	font-style: italic;
}
