/* CSS Document */p {font-family: DIN-Regular, Trebuchet MS, Helvetica, sans-serif}p {font-size: 14px}#container {		position: relative;  		margin: 0 auto;		width: 800px;		height: 600px;	  }#header {		position: absolute;		width: 800px;		height: 98px;}#navbar {		position: absolute;		top: 98px;		background: #99CCCC;		width: 800px;		height: 35px;}#homenav {		position: absolute;		top: 2px;		left: 35px;		width: 67px;		height: 30px;}#profilenav {		position: absolute;		top: 2px;		left: 112px;		width: 69px;		height: 30px;}#portnav {		position: absolute;		top: 2px;		left: 191px;		width: 87px;		height: 30px;}#contnav {		position: absolute;		top: 2px;		left: 288px;		width: 80px;		height: 30px;}#leftpane {		position: absolute;		top:136px;		width: 362px;		height: 432px;}#rightpane {		position: absolute;		top: 136px;		right: 20px;		width: 398px;		height: 432px;		padding-top: 25px;}#bottombar {		position: absolute;		top: 565px;		background: #99CCCC;		width: 800px;		height: 35px;}			
