html * {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: arial, verdana;
}

#skip_link:link {
	display: inline;
	border: 1px solid black;
	width: 120px;
	position: absolute;
	background-color: #fff;
	left: -200px;
	color: black;
	text-decoration: none;
	text-align: center;
}

#skip_link:visited {
	display: inline;
	border: 1px solid black;
	width: 120px;
	position: absolute;
	background-color: #fff;
	left: -200px;
	color: black;
	text-decoration: none;
	text-align: center;
}

#skip_link:hover {
	left: 20px;
}

#skip_link:active {
	left: 20px;
}

#skip_link:focus {
	left: 20px;
}


#container {
	width: 740px;
	margin: 0px auto;
}

#container h1, #container h2 {
	text-align: center;
}

#container h1 {
	font-size: 26px;
	padding-top: 15px;
}

#container h2 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 30px;
	background-image: url(../images/akcent_big.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
}

#content h3 {
  	color: #f89b1c;
	font-size: 17px;
	padding-bottom: 5px;
}

div#adwert {
	width: 250px;
	height: 480px;
	float: right;
}

div#footer {
	background-image: url(../images/akcent_big.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	font-family: arial;
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 35px;
	height: 40px;

}

div#footer a:link {
	color: black;
	text-decoration: none;
}

div#footer a:visited {
	color: black;
	text-decoration: none;
}

div#footer a:hover {
	color: black;
	text-decoration: underline;
}

div#footer a:active {
	color: black;
	text-decoration: underline;
}

div#footer a:focus {
	color: black;
	text-decoration: underline;
}
