@charset "iso-8859-2";
body {
	margin: 0px;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial;
	}

#container {
	margin: auto;
	width: 677px;
	margin-bottom: 50px;
	}
	
#top_txt {
	width: 677px;
	font-size: 11px;
	line-height: 16px;
	color: #7e868a;
	margin: auto;
}

.top_h1 {
	font-family: Tahoma;
	font-size: 28px;
	color: #474d50;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.top_h1_orange {
	font-family: Tahoma;
	font-size: 20px;
	color: #00a1e4;
	}
	
.top_h2 {
	color: #7e868a;	
	font-family: Tahoma;
	font-size: 16px;
	}
	
a.footer {
	color: #7e868a;
	text-decoration: none;
	}

a.footer:hover {
	color: #00a1e4;
	}
	
.orange {
	color: #00a1e4;
	}
	
.footer_line {
	margin-left: 13px;
	margin-right: 13px;
}	
	
	
	
	
