* {
	margin: 0;
	padding: 0;
	border: 0;
}

TABLE {
width: 100%;
height: 100%;
border-collapse: collapse;
font-family: Helvetica, Geneva, 'MS Sans Serif', sans-serif;
color: #EEEFEF;
}

TR, TD {	
		padding: 0px;}

TD {}
.header {
	background: #0D1368 url('pict/top.jpg') repeat-x;
	text-align: center;
	height: 110px;
	}
.sidel {
	width: 9%;
	background: #060A3A url('pict/left.jpg') right bottom repeat-y;}
	
.sider {
	width: 9%;
	background: #060A3A url('pict/right.jpg') left bottom repeat-y;}

.menu {	
	background: #0D1368 url('pict/menu.jpg') repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 50px;
/*	border: 1px solid black;*/
	}
.main {
	background: #060A3A url('pict/band.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 20 20 225;}
	
.footer {		
	height: 96px;
	background: #060A3A url('pict/zal.gif') repeat-x;
	text-align: center;}

A {
	text-decoration: none; 
	color: #EDFD7F;
	font-weight: bold;
}

A:visited {

	color: EDFD7F
}

A:hover {
	color: #ffffff
}

A:active {
	color: #ffffff
}

A IMG {border: 1px solid gray;
	}

P {
	margin: 10px 0;
	text-align: justify;
	text-indent: 20px;
	}
	
H1 {	
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	color: #CCF9FC;}
	
H2 {	font-size: 12px;
	font-weight: lighter;	}


IMG (display: block;
)

