body {
	font-family: verdana;
	font-size: 10px;
	vertical-align:middle;
	margin:10px 0px 0px 0px;
	padding:0px;
}

/*	Layout Mandatory Styles */
#ct-wrap {
	text-align:center;
	background: url("/web_root/img/layout/linia.png") repeat-y;
	background-position: center;
}
#ct {
	text-align:left;
	margin:auto;
}
#north, #navlinks, #south {
	float:none;
	clear:both;
}
#west {
	float:left;
	clear:left;
}
#center {
	float:left;
}
#east {
	float:right;
	clear:right;
}

/*	Mandatory Dimensions	*/
#ct {
	width:986px;
}
#west {
	padding-top: 5px;
	margin-right: 5px;
/*	background-color: red;	*/
}
#east {
	width: 140px;
	padding-top: 5px;
	margin-left: 5px;
}
#center {
	padding-top: 5px;
	/*visibility: hidden;*/
}
#south {
	padding: 0px;
	margin:0px;
/* 	min-height: 540px; */
/*
	padding-top: 5px; 
*/
}
h2 a{
	text-decoration: none;
}
