@import url("main.css");body {	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	background-color: #003151;	z-index: 1;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #716b6a;	line-height: 120%;	background-position: center top;}#window {	background-image: url(../images/BKG-PORT-WIN.jpg);	background-repeat: repeat-x;	background-position: left bottom;	width: 100%;	background-color: #FFFFFF;}#shaddow {	width: 100%;	position: relative;	z-index: 2;	padding: 0px;	background-image: url(../images/BKG-SHADDOW.jpg);	background-repeat: no-repeat;	background-position: center top;	height: 109px;}#navigation {	width: 900px;	position: relative;	z-index: 2;	padding: 0px;	height: 25px;	background-color: #003151;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 120%;	color: #FFFFFF;}#content {	width: 900px;	position: relative;	z-index: 2;	padding: 0px;	background-position: center bottom;	background-image: url(../images/BKG-PORTFOLIO.gif);	background-repeat: no-repeat;	top: 0px;	background-color: #f2f1ea;	height: 655px;}