body {
	background: white url(/images/bg.jpg) top left repeat-x;
	font: 12px Tahoma,Arial,Helvetica,clean,sans-serif;
	color: #436C4A;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#maincontainer {
	width: 780px;
	/*width of main container*/
	margin: 0 auto;
}

#topsection {
	background: #A6BBAA url(/images/kulcsra.gif) 178px 0 no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 3px solid #111F06;
	height: 75px;
}

#contentwrapper {
	float: left;
	width: 100%;
	background: #FFFFFF url(/images/bg.png) top left repeat-y;
	xborder:1px solid;
}

#contentcolumn {
	margin-left: 180px;
	/*set left margin to leftcolumnwidth*/
	text-align: left;
	background-color: #FFF;
}

#leftcolumn {
	text-align: left;
	float: left;
	background-color: #E4EAE6;
	width: 178px;
	border-left: 1px solid #FFFFFF;
	margin-left: -780px;
}

#footer {
	clear: left;
	width: 100%;
	padding:0;
	text-align: left;
	background-color:white;
}


