body {
	margin: 10px;
	background: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

img {
	border: 1px solid white;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFCC00;
}

h1 {
	font-family: Courier;
	font-size: 20px;
	font-weight: bold;
	color: #ffCC33;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

h2 {
	font-size: 12px;
	color: white;
	font-style: italic;
	font-weight: normal;
}

#header {
	height: 80px;
	text-align: left;
}

#dani {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0;
}

#menu {
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background-color: #333;	
	margin-bottom: 5px;
}

#content {
	margin: auto;;
}

#image {
	clear: both;
}

#navigation img {
	border: none;
}

.thumbnail {
	text-align: center;
	float: left;
	padding: 10px;
}

.thumbnail_cim {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid white;
	padding-top: 5px;
}

.left {
	float: left;
	text-align: left;
}

.right {
	text-align: right;
}

#parameters {
	color: #aaa;
	width: 300px;
	margin: auto;
	font-size: 10px;
}

#parameters th {
	border-bottom: 1px solid #aaa;
	text-align: left;
}

#parameters td {
	border-bottom: 1px solid #333;
	text-align: left;
}

#short_desc {
	color: #ffcc00;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}

.cim {
	color: #ffcc00;
	font-weight: bold;
	font-size: 10px;
}

#long_desc {
	padding-bottom: 2px;
}
