/* CSS Document */
body {background: #FFFBED;
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
}

.table {
		position:relative;
        width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:124px;
	z-index:1;
	background-image: url(images/header.jpg);
}
#nav {
	position:absolute;
	left:0px;
	top:125px;
	width:134px;
	height:258px;
	z-index:1;
}
#content {
	position:absolute;
	left:151px;
	top:124px;
	width:629px;
	height:254px;
	z-index:1;
}
#news {
	position:absolute;
	left:555px;
	top:6px;
	width:121px;
	height:107px;
	z-index:99;
}