/* CSS Document */p {font-family: DIN-Regular, Trebuchet MS, Helvetica, sans-serif}p {font-size: 14px}h1 {font-family: DIN-Regular, Trebuchet MS, Helvetica, sans-serif}h1 {font-size: 20px}h1 {color: #000000}a:link {color: #339999; text-decoration: none}a:visited {color: #339999; text-decoration: none}a img {border: 0}#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: 200px;		height: 432px;}#page1 {		position: absolute;		left: 20px;		width: 40px;		height:30px;		text-align:center;}#page2 {		position: absolute;		left: 60px;		width: 40px;		height: 30px;		text-align:center;}#page3 {		position: absolute;		left: 100px;		width: 40px;		height: 30px;		text-align:center;}#page4 {		position: absolute;		left: 140px;		width: 40px;		height: 30px;		text-align:center;}#thumb1 {		position: absolute;		top: 55px;		width: 200px;		height: 100px;		margin-left: auto;		margin-right: auto;		text-align: center;}#thumb2 {		position: absolute;		top: 180px;		width: 200px;		height: 100px;		margin-left: auto;		margin-right: auto;		text-align: center;}#thumb3 {		position: absolute;		top: 305px;		left: 0;		width: 200px;		height: 100px;		margin-left: auto;		margin-right: auto;		text-align: center;}#rightpane {		position: absolute;		top: 136px;		right: 0px;		width: 600px;		height: 432px;		text-align: center;		padding-top: 30px;}#bottombar {		position: absolute;		top: 565px;		background: #99CCCC;		width: 800px;		height: 35px;}			