BODY	{ 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(images/dutkie.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
	}
A:link	{ 
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 0, 0);
	}
A:visited	{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 0, 0);
	}
A:hover	{
	background-color: rgb(255, 255, 255);
	}
.required	{
	color: rgb(255, 10, 10);
	}
#header	{
	text-align: right;
	margin-right: 25px;
	z-index:3;
	}
#boxedin	{
	width: 100%;
	margin: 0 auto;
	}
#mainblock	{
	}
#menu	{
	position: relative;
	background-color: rgb(215, 0, 0);
	width: 98%;
	height: 26px;
	padding: 3px;
	clear: both;
	z-index: 1;
	font-size: 0.875em;
	}
#nav, #nav ul	{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:2;
	}

#nav a	{
	display: block;
	width: 122px;
	}

#nav li	{
	float: left;
	text-align: center;
	padding: 4px;
	margin: 0px;
	z-index:3;
	}
#nav li ul	{
	position: absolute;
	width: 130px;
	left: 0px;
	}
#nav li:hover ul,#nav li.sfhover ul	{
	left: 0px;
	}
#page	{
	background-color: #ffffff;
	color: rgb(0,0,0);
	position: absolute;
	left: 160px;
	width: 250px;
	padding: 10px;
	margin: 10px;
	border: 2px rgb(215, 0, 0) solid;
	z-index:10;
	}
.news	{
	background-color: #ffffff;
	color: rgb(0, 0, 0);
	position: relative;
	left: 460px;
	top: 10px;
	min-width: 500px;
	max-width: 50%;
	padding: 10px;
	margin: 10px;
	margin-bottom: 20px;
	border: 2px rgb(215, 0, 0) solid;
	z-index:4;
	}
.picblock	{
	float: right;
	width: 100px;
	}
.picblockl	{
	float: left;
	width: 100px;
	}
.picblockw	{
	clear: both;
	width: 210px;
	}
