/* CSS Document */

body {
	background-color:#4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	width:768px;
}
/* Guestbook */

.gbtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.gbdata {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.gbdata a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.gbdata a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.gbdata a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.gbdata a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#888888;
}
.gbdata a:active{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.gbnavi {
	text-align:center;
	background-color: #444444;
	width:750px;
	padding-top:2px;
	padding-bottom:2px;
}
.gbentry {
	border-bottom:1px dotted #444444;
	padding-bottom: 5px;
	padding-left:20px;
}
.gblink {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
/* Points Of Interest */

.poititle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
.poidata {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.poidata a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.poidata a:link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.poidata a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.poidata a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#888888;
}
.poidata a:active{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}


.title {
	padding-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	border-bottom: 1px dotted #666666;
	width:750px;
}
.titles {
	width:550px;
	border-top:1px dotted #4D4D4D;
	padding-top: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.container {
	text-align:left;
	width:748px;
	padding-top:5px;
	background-color:#151515;
	padding-left: 10px;
	padding-right:10px;
}
.bottom {
	text-align:left;
	width:768px;
	padding-top:5px;
	background-color:#151515;
}
.ads {
	float:right;
	padding-top: 120px;
}
.credits {
	text-align:center;
	width:768px;
	padding-top:5px;
	color:#888888;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
input, textarea, select {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #444444;
	background: white;
	border:1px solid #444444;
}