a:link, a:visited 
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: none;
	color: #f22e00;
}

a#next
{
	border: 0px;
	color: black;
}

body
{
	margin: 0px;
	color: #666666;
	font-family: arial;
	font-size: 8pt;
	background: url('../images/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

div#main
{
	text-align: left;
	width: 860px;
	height: 600px;
	margin: 0 auto;
}

div#wrapper
{
	float: left;
	width: 100%;
}

div#left
{
	float: left;
	width: 45px;
	height: 600px;
	margin-left: -860px;

	background: url('../images/left.jpg');
	background-repeat: no-repeat;
}

div#center
{
	width: 770px;
	height: 600px;
	margin: 0 45px 0 45px;

	background: url('../images/center.jpg');
	background-repeat: repeat-x;
	background-color: white;
}

div#right
{
	float: left;
	width: 45px;
	height: 600px;
	margin-left: -45px;

	background: url('../images/right.jpg');
	background-repeat: no-repeat;
}

div#logo
{
	margin-top: 50px;
	margin-left: 0px;
	width: 770px;
	height: 46px;
	background: url('../images/peksa.jpg');
	background-repeat: no-repeat;
}

div#links
{
	float: right;
	display: inline;
	text-align: right;
}

div#arrow
{

	float: right;
	width: 5px;
	height: 3px;
	background: url('../images/arrow.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

div#pictureframe
{
	clear: right;
	margin-top: 20px;
	padding: 34px;
	border: 1px #dddddd solid;
}

div#picture
{
	text-align: center;
}

div.content
{
	margin-top: 40px;
	float: left;
	width: 100%;
}
img#photo
{
	border: 0;
}
.mbf-item
{
	display: none;
}
