body {
	background-color: #000000;
	color: #aaaaaa;
	text-align: center;
	font-family: "Trebuchet MS";
}
a {
	text-decoration: none;
	color: #bbbbbb;
}
a:hover {
	text-decoration: underline;
}
#All {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
#Left {
	width: 250px;
	float: left;
	overflow: hidden;
}
#Right {
	width: 730px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.mini {
	border: 2px solid #333333;
	cursor: pointer;
}
.miniMenu {
	margin: 4px 2px;
	border: 2px solid #333333;
}
#Galeria TD {
	padding: 3px;
}
H1 {
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #cccccc;
	font-style: italic;
}

#MenuGalerii A {
	text-transform: capitalize;
}

#ImagePreview {
	position: absolute;
	left: -1000px;
	top: -1000px;
	border: 3px solid #444444;
}

#ImageName {
	position: absolute;
	left: -1000px;
	top: -1000px;
	border: 3px solid #444444;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	background-color: #000000;
}

#ImageName SPAN {
	margin: 0px 6px;
}

#Footer {
	width: 95%;
	margin: 20px auto 10px auto;
	overflow: hidden;
	border-top: 1px solid #555555;
	text-align: left;
}
.clear {
	clear: both;
}
