@import "akademija.css";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family: 'lucida grande', verdana,arial,sans;
	color:#404040;
	font-size: 9pt;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background: url() repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url() repeat-y top left;
	}
#header {
	padding:0px;
	margin:0;
	text-align:left;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:0px;
	left:-10px;
	float:left;
	width:182px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:182px; /* actual value */
	margin:0 0 -10px 0;
	padding:5px;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:0px;
	right:-10px;
	float:right;
	width:190px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px; /* actual value */
	margin:0 0 -10px 0;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 220px 0 205px;
	}
#footer {
	position:relative;
	top:10px;
	width:100%;
	clear:both;
	margin:0;
	text-align:center;
	}
	
.hide {display: none}
