/*oldal felépítése*/
body{
	background-color:#242424;
}
#site{
	width:800px;   
	margin:10px auto 10px auto;
}  
#top, #center, #info{
	margin:0 0 0 0;
}  
#logo{
	height:108px;
}  
#header{
	height:30px;
} 
#center{
	float:left;
} 
#left{
	float:left;  
	width:200px;
}  
#right{
	float:left;  
	width:600px;
}
#footer{
	clear:both;
}
/*design elemek*/
#header{
	background-image:url('images/header.png');
}
#center{
	background-color:#E8E8E8;
}
#left{
	background-color:#E8E8E8;
	font-family: Arial,sans-serif;
	text-align:center;
	font-size: 11px;
	color:#6C6C6C;
	margin:10px 0px 10px 0px;
}
#left a {
	color:#6C6C6C;
	text-decoration: none;
}
#left a:hover {
	color:#6C6C6C;
	border-bottom: 1px dashed #6C6C6C;
	text-decoration: none;
}
#right{
	background-color:#E8E8E8;
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	font-size: 11px;
	margin:10px 0px 10px 0px;
}
#right a{
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin:10px 0px 10px 0px;
} 
#right a:hover{
	color:#6C6C6C;
	border-bottom: 1px dashed #6C6C6C;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin:10px 0px 10px 0px;
} 
#footer{
	background-image:url('images/footer.png');
	color:#484848;
	font-family: Arial,sans-serif;
	text-align:right;
	font-size: 11px;
	height: 16px;
	padding:3px 3px 0px 0px;
}
#footer a{
	color:#484848;
	text-decoration: none;
}
#footer a:hover{
	color:#484848;
	border-bottom: 1px dashed #484848;
	text-decoration: none;
}
h1{
	font-size:12px;
	text-align:center;  
	text-decoration:none;  
	text-transform:uppercase;  
	font-weight:normal;
}
h2{
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	margin:0px 0px 0px 0px;
}
h2 a{
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	margin:0px 0px 0px 0px;
}
h2 a:hover{
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	border-bottom: 1px dashed #6C6C6C;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	margin:0px 0px 0px 0px;
}
.author {
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	font-size: 10px;
}
.author a{
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	text-decoration: none;
	font-size: 10px;
}
.author a:hover{
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	border-bottom: 1px dashed #6C6C6C;
	text-decoration: none;
	font-size: 10px;
}
abbr[title] {
	border-bottom: 1px dashed;
	cursor: help;
}
.comment{
	background-color:#E8E8E8;
	color:#6C6C6C;
	font-family: Arial,sans-serif;
	font-size: 11px;
	border: 1px #6C6C6C dashed;
	margin:10px 10px 10px 0px;
	padding:3px 3px 5px 5px;
}