/* CSS Document */
body { 
text-align: center; /*ie5 hack */
margin: 0px; 
padding: 0px; 
}

.table {
		position:relative;
        width:770px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align: left;    
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:770px;
	height:115px;
	z-index:1;
	background-image: url(images/header.jpg);
}
#header-sub {
	position:absolute;
	left:0px;
	top:117px;
	width:770px;
	height:79px;
	z-index:1;
}
#nav {
	position:absolute;
	left:0px;
	top:196px;
	width:770px;
	height:51px;
	z-index:1;
}
#nav-sub {
	position:absolute;
	left:0px;
	top:247px;
	width:770px;
	height:53px;
	z-index:1;
}
#content {
	position:absolute;
	left:0px;
	top:300px;
	width:770px;
	height:2231px;
	z-index:1;
	background-image: url(images/background.gif);
}
#foot {
	position:absolute;
	left:0px;
	top:2531px;
	width:770px;
	height:125px;
	z-index:1;
	background-image: url(images/footer.jpg);
}
#c1 {
	position:absolute;
	left:20px;
	top:13px;
	width:250px;
	height:250px;
	z-index:5;
}
#c2 {
	position:absolute;
	left:276px;
	top:12px;
	width:229px;
	height:162px;
	z-index:5;
}
#c3 {
	position:absolute;
	left:511px;
	top:12px;
	width:251px;
	height:163px;
	z-index:5;
}
#c4 {
	position:absolute;
	left:24px;
	top:11px;
	width:730px;
	height:970px;
	z-index:1;
}
