
@charset "windows-1250";
* {margin: 0; padding: 0;}

body
	{
	background: #EDEDED;
	font-family: Verdana, Times, serif;
	font-smooth:always;
	color: #515050;
	font-size: 13px;
}
	
#main {
	background: url(bg2.png) #EDEDED repeat-y; 
	width: 603px; 
	/*height: 1045px;*/
	margin: 0 auto 0 auto
}

#header {
	background: url(logo.png);
	width: 590px; 
	height: 150px; 
	margin-left: 7px;
}

#left {
	background: url(bg.png) no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	margin-right:10px;
	text-align: justify; 
}

#center{
	text-align: left; 
	font-weight: bold;
}



#footer {
	text-align: center;
	margin-left: 10px;
	font-size: 9px;
}


