body {
	margin: 0 auto 0 auto;
	font-family: arial;
	font-size: 10pt;
	background-image: url('../images/main_bg.jpg'); background-repeat: repeat-x;
	background-position: top left;
	background-color: #81939F;
}

.page_container {
	/* Blank temporarily */
}

#main_container {
	margin: 0 auto 0 auto;
	width: 806px;
}

#header_content {
	background-image: url('../images/header.jpg'); background-repeat: no-repeat;
	float: left;
	height: 136px;
	width: 806px;
}

#header_menu_content {
	background-image: url('../images/mid_mnu.jpg'); background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 806px;
}

#center_container {
	float: left;
	margin: 0 auto 0 auto;
	background-image: url('../images/mid_full.jpg'); background-repeat: repeat-y;
	width: 806px;
}

#lside_container {
	float: left;
	background-image: url('../images/lmenu_full.jpg'); background-repeat: no-repeat;
	background-position: bottom left;
	width: 136px;
	height: 388px;
}

#rside_container {
	float: left;
	background-image: url('../images/right_mnu.jpg'); background-repeat: no-repeat;
	width: 132px;
	height: 388px;
}

#notice_board_left {
	margin-top: 10px;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	overflow: auto;
	text-align: justify;
}

#notice_board_right {
	margin-top: 10px;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	overflow: auto;
	text-align: justify;
}

#dyn_container {
	float: left;
	width: 538px;
}

#dyn_content_container {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer_content {
	float:left;
	text-align: center;
	background-image: url('../images/footer.jpg'); background-repeat: no-repeat;
	height: 48px;
	width: 806px;
}

.clearer {
	clear: both;
}


/* Szövegformázások */

.basic_text {
	text-align: justify;
	margin-top: 3px;
	margin-bottom: 8px;
}

.basic_text_centered {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 8px;
}

.basic_text_centered td {
	text-align: left;
}