@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wholePage {
	width:800px;
	margin-right:auto;	/* center the content using auto margins */
	margin-left:auto;
	padding:0px;
	text-align:left;
}
.topContent {
	height: 127px;
}
.bottomContent {
	clear: left;
}
.centerContent {

}
.leftContent {
	float: left;
	background-image: url(images/middle_banner.jpg);
	height: 231px;		/* make the size of the element exactly the same as the size of background image */
	width: 262px;
}
.mainContent {
	height: 231px;
	overflow: auto;
}
.homeLink {
	float: right;
	padding-right: 15px;
	padding-top: 1em;
}
.portfolioLink {
	float: right;
	padding-right: 30px;
	clear: right;
	padding-top: 1em;
}
.contactUsLink {
	float: right;
	padding-right: 30px;
	clear: right;
	padding-top: 1em;
}
.leftContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: rgb(115,60,102);
}
.leftContent a:hover {
	color: rgb(0,0,0);
}
.rightContent {
	background-color: rgb(115,60,102);
	float: right;
	width: 44px;
	height: 231px;
}
.portfolioList {

}
.portfolioList li {
	display: inline;
}
