html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #B2B7C0;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.TDwhite {
	background-color: #FFFFFF;
}

.TDcontent {
	background-color: #FFFFFF;
	background-image: url("imgs/bg_content.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
.TDcontentB {
	background-color: #FFFFFF;
	background-image: url("imgs/bg_content2.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
.TDcontentC {
	background-color: #FFFFFF;
	background-image: url("imgs/bg_content3.gif");
	background-position: right top;
	background-repeat: repeat-y;
}

.TDright {
	background-color: #FFFFFF;
	background-image: url("imgs/bg_right.gif");
	background-position: left top;
	background-repeat: repeat-y;
}

.TDborder {
	background-color: #7A8594;
}

p {
	text-align: left;
	margin: 0px 125px 15px 35px;
}

.PpeopleLeft {
	text-align: left;
	margin: 0px 30px 15px 35px;
}

.PportfolioList {
	text-align: left;
	margin: 25px 5px 10px 5px;
}

.PpeopleRight {
	text-align: left;
	margin: 0px 0px 15px 0px;
}

a:link { color: #B82041; text-decoration: underline; font-weight: bold; }
a:visited { color: #B82041; text-decoration: underline; font-weight: bold; }
a:active { color: #B82041; text-decoration: underline; font-weight: bold; }
a:hover { color: #B82041; text-decoration: none; font-weight: bold; }

.IMGportfolioActive {
	border: 2px solid #B82041;
}

.IMGportfolio {
	border: 1px solid #959BA8;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #575757;
	text-align: left;
	margin: 0px 125px 15px 35px;
	font-weight: normal;
}
