@CHARSET "UTF-8";

body {
	font: normal 14px/1.7em Georgia, "Tretbuchet MS", Verdana, Arial, "Times New Roman", sans-serif;
	color: #ffffff;
	background: #000 url('../img/bg-pattern.gif');
}

a, a:link, a:active, a:hover, a:visited {
	color: #fdf801;
	text-decoration: none;
}

a:active, a:hover {
	color: #fff;
}

#html {
	position: relative;
	margin: 20px 20px 20px 20px;
	padding: 10px 20px 10px 20px;
	display: block;
	border: 4px solid #ffffff;
}

#html .photos {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#html .photos li {
	display: table;
	text-align: center;
	width: 180px;
	height: 170px;
	float: left;
	font-size: 80%;	
}
#html .photos li img {
	border: 3px solid #fff;
	margin-bottom: 0px;
}
#html h3 {
	margin: 5px 0px 5px 0px;	
}
#html h4 {
	margin: 5px 0px 5px 0px;	
}

#html #menu {
	font-size: 110%;
	list-style-type: none;
	display: table;
	clear: both;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
#html #menu li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;	
}
#html p.hint {
	border: 3px solid green;
	display: table;
	padding: 7px 12px 8px 12px;
	background-color: rgb(0, 20, 20);
	margin: 0px 0px 10px 0px;	
}
.text {
	width: 515px;	
}

hr {
	border: 1px solid #fff;	
}

#contact {
	display: block;
	margin-bottom: 20px;
}
#contact p {
	display: table;
	float: left;
	margin-right: 20px;
	width: 200px;
	font-size: 90%;	
}


#copy {
	font-size: 80%;
	line-height: 150%;
}

