#header {
	height: 150px;
	background-image: url(/images/cloud.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#header h1 {
	padding: 5px;
	margin: 0px;
	color: #000000;
	font-size: 32px;
}
#header h2 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 26px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#menu {
	line-height: 30px;
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
}
#menu a {
	background-color: #008CFF;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	line-height: 22px;
	-moz-border-radius: 5px;
}
#menu a:hover {
	background-color: #FFFFFF;
	margin-right: 10px;
	border: 1px solid #0000FF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #0000FF;
	line-height: 22px;
}
#gallery {
	float: left;
	width: 200px;
	text-align: center;
	font-size: 11px;
}
.cleaner {
	clear: both;
}
#content {
	margin-left: 205px;
	padding: 10px;
}
p {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
#gallery a {
	margin-top: 10px;
	display: block;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#playerHolder, #playerHolder2 {
	text-align: center;
	padding: 10px;
}
#footer {
	margin-top: 20px;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
#comments {
	display: none;
}
.brdr {
	border: 1px solid #000000;
}
q {
	display: block;
	margin-bottom: 20px;
}

#counter {
	position:absolute;
	z-index:1;
	top: 10px;
	right: 10px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
}

#languages {
	position:absolute;
	z-index:1;
	top: 10px;
	left: 10px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
}
#visitors {
	position:absolute;
	z-index:1;
	top: 200px;
	right: 10px;
}
.nContent {
	display: none;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px;
	-moz-border-radius: 10px;
}
.nDate {
	text-decoration: underline;
	font-style: italic;
}
