body {
	color: #FCF;
	background-color: black;
	margin: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	background-image: url("img/graphic/tile2.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

table {
  font-family: sans-serif;
	font-size: 10pt;
}

a {
	color: #FF66CC;
	text-decoration: underline;
}

a:hover {
	color: #fbdb74;
}

a:active {
	color: #fae6a5;
}

#topnav {
	border-bottom: 0px solid #ffccff;
	height: 50px;
  background-image: url("img/graphic/f_poz4.jpg");
	padding-left: 220px;
	padding-right: 60px;
}

#topnav table {
	width: 100%;
}

#leftnav {
	float: left;
	width: 200px;
	background-color: black;
  padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffccff;
	border-bottom: 1px solid #ffccff;
}

#leftnav ul {
	padding-left: 5px;
	margin-left: 10px;
}

#leftnav a {
	color: #FF66CC;
  text-decoration: none;
}

#leftnav a:hover {
	color: #fbdb74;
	text-decoration: underline;
}

#leftnav a:active {
	color: #fae6a5;
}

#photo {
	float: right;
	text-align: center;
	margin-left: 10px;
	margin-right: 30px;
	padding-right: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#topnav2 {
	border-bottom: 1px solid #ffccff;
	height: 25px;
	text-align: justify;
	margin-left: 210px;
	margin-right: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

#topnav2 table {
	width: 100%;
}

#description {
	text-align: justify;
	margin-left: 210px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 60px;
	padding-top: 10px;
}

#list {
	clear: right;
	margin-left: 210px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 60px;
	text-align: center;
}

#list table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#list td {
	border: 1px solid #ffccff;
	padding-left: 5px;
	padding-right: 5px;
}

#foot {
	clear: both;
	border-top: 1px dashed #ffccff;
	text-align: center;
	margin-top: 20px;
	margin-right: 60px;
	background-color: black;
}

