* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

body {
	background: url('tlo.gif') repeat-x top;
	font-family: arial,verdana,sans-serif;
	text-align: center;
}

#header {
	width: 900px;
	height: 211px;
	background: url('top.jpg') no-repeat center;
	margin: 0 auto;
}

li {
	list-style-type: none;
}

h1 {
	font-size: 18px;
	padding-top: 179px;
}

#wrapper {
	width: 880px;
	background: #FFF;
	padding: 0 10px;
	margin: 0 auto;
}

#menu {
	width: 180px;
	float: left;
}

#content {
	width: 700px;
	overflow: hidden;
	padding-left: 10px;
}

#profile {
	position: relative;
	float: left;
	left: 50%;
}

#profile li {
	position: relative;
	float: left;
	right: 50%;
	width: 150px;
	height: 235px;
	margin: 10px;
	border: 1px solid black;
	background: #F9C3E1;
	font-weight: bold;
	display: block;
}

#profile li strong {
	color: brown;
}

#profile li span {
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-decoration: blink;
}

#profile li img {
	margin: 10px 0 0;
}

.pagination {
	padding: 2px;
	margin: 5px 0;
	clear: both;
}

.pagination ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	padding: 1px;
	list-style-type: none;
}

.pagination a, .pagination a:visited {
	padding: 1px 5px;
	border: 1px solid #ff008a;
	text-decoration: none; 
	color: #ff008a;
}

.pagination a:hover, .pagination a:active {
	border: 1px solid #ff008a;
	color: #000;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #ff008a;
	color: #FFF;
}

.pagination li.nextpage {
	font-weight: bold;
}

#menu ul {
	border-bottom: 3px solid black;
	margin: 20px 0;
}

#menu ul li {
	margin: 10px 0;
	text-align: left;
}

#menu ul li a {
	font-weight: bold;
}

#footer {
	font-size: 10px;
	color: #D08F8B;
	padding: 10px;
	clear: both;
	text-align: left;
}






#content a img {
	border: none;
}

#content .foto {
	height: 600px;
	width: 425px;
	margin: 0 auto;
	text-align: center;
}

#content dl {
	margin: 15px 0 15px 10px;
/*	width: 210px; */
	text-align: left;
}

#content dt {
	float: left;
	margin-right: 5px;
}

#content dd {
	color: #730000;
	font-weight: bold;
}

#content dd a {
	color: #730000;
}

#foto_list {
	margin-top: 30px;
}

#foto_list p {
	margin-bottom: 5px;
}

#foto_list li {
	display: inline;
	list-style-type: none;
}

#loader {
	width: 425px;
	position: relative;
}

img.loader {
	display: inline;
}

#foto_prev {
	float: left;
	margin: 0 0 10px 40px;
}

#foto_next {
	float: right;
	margin: 0 40px 10px 0;
}

#foto_prev a img, #foto_next a img {
	vertical-align: middle;
}

#loader .preview {
	position: absolute;
	bottom: -33px;
	right: 0;
}

#preview {
	position: absolute;
	padding: 5px;
	display: none;
	z-index: 2;
}

