body {
	background: #0e79ce;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

#contentHolder {
	background: url(../images/background.gif) center top repeat-y #0e79ce;
	left: 50%;
	margin-left: -365px;
}

#menu {
	background-color: #0e79ce;
	width: 120px;
	margin-left: 10px;
	margin-top: -4px;
	color: #000;
	border: 1px solid #000;
	float: left;
}

#menuItem a {
	color: #fff;
	text-decoration: none;
	background-color: #0e79ce;
	display: block;
	padding: 3px 5px 3px 5px;
	width: 110px;
}

#menuItem a:hover {
	color: #000;
	background-color: #fff;
	padding: 3px 1px 3px 9px;
}

#menuItemSelected {
	padding: 3px 7px 3px 10px;
	background-color: #000;
	font-weight: bold;
	color: #fff;
}

#tamogatok {
	padding: 10px 10px 0 10px;
	width: 120px;
	text-align: center;
	float: left;
}

#content {
	left: 130px;
	padding: 0 7px 10px 7px;
	width: 580px;
}

#content h1 {
	font-size: 14pt;
}

#content h6 {
	font-size: 12pt;
}

#content img {
	vertical-align: middle;
}

#content span {
	background-color: #0e79ce;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
}

#content p {
	line-height: 170%;
}

#content a {
	color: #0e79ce;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	background: url(../images/footer.gif) center bottom no-repeat #0e79ce;
	height: 70px;
	width: 730px;
	
}

#footerImg {
	padding: 5px 8px 0 8px;
}

#footerContent {
	color: #fff;
	font-size: 8pt;
	text-align: right;
	margin-top: -17px;
}

.selection {
	display: none;
}

.selection blockquote {
	background-color: #eee;
	padding-left: 5px;
	padding-right: 5px;
}

