﻿body{
 margin: 0;
 padding:0; 
 background:#ffffff;
 color: #333333;
 }	 
	 
#left-col{
 position:absolute;
 top:74px;
 left:0;
 width:140px;
 z-index:3;
 background:#ffffff;
 color: #ffffff;}

#right-col{
 position:absolute;
 top:74px;
 right:0;
 width:140px;
 z-index:2;
 background:#ffffff;
 color: #ffffff;}
 
 #right-col2{
 position:absolute;
 top:30px;
 right:0;
 width:70px;
 z-index:2;
 background:#ffffff;
 color: #ffffff;}

#centre-block {
 width:100%;
 z-index:1;
 background:#ffffff;
 color: #333333;
 height:80%;
 }

#header{
 height:70px; 
 border-bottom:1px solid #ffffff; 
 width:100%; 
 background:#ffffff;
 color: #ffffff; 
  }
  
#centre-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #ffffff;
 border-width:0 1px;
 background-image:url('images/victory.jpg'); 
 background-repeat: repeat;
 }

#centre-col2{
 margin:0 30px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #ffffff;
 border-width:0 1px;
 background-image:url('images/victory.jpg'); 
 background-repeat: repeat;
 }

#footer {
 width:100%;
 height:35px;
 border: solid #ffffff; 
 border-width:1px 0;
 background:#ffffff;
 color: #333333;
 margin:0;
 }
 
table#slideshowtable {
 text-align:center; 
 margin-left:auto; 
 margin-right:auto;
 }