/*site.css*/

h1 {
	font-size: 46px;
	line-height: 42px;
}

h2 {
	font-size: 32px;
	line-height: 32px;
}

.lineback {
	background-image:url(css_img/border.gif);
	background-repeat: repeat-y;
}

#headline{
	margin-top:40px;
	padding-bottom:10px;
}

#main_text{
	font-size:16px;
	line-height: 22px;
	margin-top:20px;	
}

#menu{
	margin-top:20px;
}