body{
	background: url(../images/themes/backgrounds/default.png) fixed;
	padding-bottom: 50px;
}
* {
	font-family: "Magyar Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #242424;
}


#container{
	width: 822px;
	position: relative;
	margin: 0px auto 0px auto;
}
#logo{
	height: 150px;
	width: 750px;
	background-image: url(../images/themes/title_50.png);
	margin-left: auto;
	margin-right: auto;
}
#top_nav{
	text-align: center;
	background-image: url(../images/themes/tablebg_50.png);
	margin-bottom: 2px;
	padding:5px;
}
#left_col{
	width: 160px;
	float: left;
	background-image: url(../images/themes/tablebg_50.png);
	padding-bottom: 5px;
}
#left_nav{
	padding:5px;
}
#right_col{
	width: 660px;
	position: absolute;
	left: 160px;
	background-image: url(../images/themes/tablebg_50.png);
	margin-left: 2px;
	padding-bottom: 5px;
}
#content{
	margin: 10px;
}
#copyright{
	text-align: center;	
	position: relative;
}
.colHead {
	color: #9FA1A9;
	background-image: url('../images/themes/head.png');
	background-repeat: repeat;
	height: 18px;
	margin-bottom: 1px;
	padding: 3px;
	text-align: center;
}
div.downloads{
	padding: 3px;
	text-align: center;
}
table.downloads{
	text-align: left;
	margin: 0px auto 0px auto;
}
.bottom{
	position: relative;
	bottom: 0;
	right: 0;
}
ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.nav li {
	text-align: center;
}
img.icon{
	width: 32px;
	border: 0px;
}