@charset "utf-8";
/* Diofalve Csaladi napkozi Diosd Copyright © 2008 */

/* General */
html {
	background: #ebdbc2 url(../images/pattern.jpg);
}

body {
	color: #47331f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
}

h1,h2,h3 {
	font-style: italic;
	font-weight: bold;
}
h1 { font-size: 28px; }
h2 { font-size: 22px; }
h3 { font-size: 16px; }
p {
	clear: both;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: justify;
}

#Leftside a {
	text-decoration: none;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

/* Blocks */

#google {
	min-height: 720px;
}

#Container {
	background: url(../images/containerbackground.png);
	margin: 0 auto;
	width: 900px;
	padding: 0 10px 0 10px;
}


#Leftside {
	width: 230px;
	float: left;
	padding: 0 0 0 10px;	
}
	#Menu {
		height: 450px;
		width: 230px;
	}
	#PagePic {
		height: 200px;
		width: 230px;
		padding: 20px 0 20px 0;
	}

#Base {
	width: 660px;
	float: right;
}
	#HeaderLogo {
		height: 120px;
		width: 650px;
	}
	#HeaderPhoto {
		height: 280px;
		width: 650px;
		float: right;
		margin: 0 0 0 10px;
	}
	#Title {
		background: url(../images/fingers.png) no-repeat right top;
		float: right;
		width: 600px;
		padding: 25px;
		margin: 0 0 0 10px;
	}
	#Content {
		width: 600px;
		float: right;
		min-height: 220px;
		padding: 0 25px 180px 25px;
		margin: 0 0 0 10px;
	}
		#Content img {
			display: block;
			width: 240px;
			height: 180px;
			border: 2px solid;
			float: left;
			margin: 0 10px 0 0 ;
		}

		#Content table {
			margin: 15px 0 0 0;
		}
		#News {
			margin: 20px 0 0 0;
			min-height: 165px;
		}

#Bg {
	width: 900px;
	background: url(../images/bottom.png) no-repeat center bottom;
}
