body {
	overflow: hidden !important;
	margin: 0;
	padding: 0;
	font: bold small arial,helvetica,sans-serif;
	color: #000000;
	background: #ffffff;
}
#widthmeasure {
	position: absolute;
	top: -10px;
	border: 0;
}
#heightmeasure {
	position: absolute;
	left: -10px;
	border: 0;
}
#topleft {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url('../graphics/bg-topleft.gif') no-repeat;
}
#top {
	position: absolute;
	left: 60px;
	top: 0;
	width: 99%;
	height: 60px;
	background: url('../graphics/bg-top.gif') repeat-x;
}
#topright {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url('../graphics/bg-topright.gif') no-repeat;
}
#left {
	position: absolute;
	left: 0;
	top: 60px;
	width: 60px;
	height: 99%;
	background: url('../graphics/bg-left.gif') repeat-y;
}
#middle {
	position: absolute;
	left: 60px;
	top: 60px;
	width: 99%;
	height: 99%;
	background: url('../graphics/bg-middle.gif');
}
#cardText {
	position: absolute;
	left: 45px;
	top: 22px;
	width: 292px;
	height: 187px;
	background: transparent;
	background-image: url('../graphics/shadow.png');
	color: inherit;
}
#cardImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 291px;
	height: 186px;
	background-color: #ffffff;
	color: inherit;
}
#linkedInLink {
	position: relative;
	top: -39px;
	left: -166px;
	z-index: 10;
	width: 160px;
	height: 33px;
}
#right {
	position: absolute;
	top: 60px;
	right: 0;
	width: 60px;
	height: 99%;
	background: url('../graphics/bg-right.gif') repeat-y;
}
#bottomleft {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: url('../graphics/bg-bottomleft.gif') no-repeat;
}
#bottom {
	position: absolute;
	left: 60px;
	bottom: 0;
	width: 99%;
	height: 60px;
	background: url('../graphics/bg-bottom.gif') repeat-x;
}
#bottomright {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background: url('../graphics/bg-bottomright.gif') no-repeat;
}
#gallery {
	position: absolute;
	right: 117px;
	top: 60px;
	z-index: 10;
}
#thumbA {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('../graphics/orsini-design-web-site-t.png');
}
#thumbB {
	position: absolute;
	right: 264px;
	top: 200px;
}
#thumbC {
	position: absolute;
	right: 270px;
	top: 0;
}
#thumbD {
	position: absolute;
	right: 0;
	top: 200px;
}
#list {
	position: absolute;
	right: 117px;
	top: 22px;
	z-index: 10;
	font-size: 13px;
	color: #222;
	background-color: #fff;
	margin: 0px;
	padding: 15px 22px;
}
a:link { color: #3A627B; }
a:visited { color: #739DA4; }
a:hover, a:active { color: #598291; }