@charset "utf-8";
/* CSS Document */

@import url("reset-fonts-grids.css");
@import url("base-min.css");

html {}
body {
	/*background-image:url(../media/bg3.jpg);
	background-position:top center;*/
	background-color:#333333;
	font-size: 62,5%;
	font-size:13px;
	}
	
div.main {
	color: #FFFFFF;
	font-family:Verdana;
	height:100%;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
	
#box {
	float:right;
	width:350px;
	height:200px;
	background-color: #555555;
	}

#buttons {
	float:top;
	}

#slide {
	float:left;	
	}
	
#slide img {
	border-style:none;
	}

/*
#gallery ul
{
	list-style:none;
}
#gallery ul li
{
	display:inline;
}
#gallery ul img
{
	border-style:none;
	border: 2px solid #333333;
	border-width: 3px 3px 3px;
} */
/*
#gallery ul a:hover img
{
	border: 2px solid #fff;
	border-width: 3px 3px 3px;
	color: #fff;
}
#gallery ul a:hover
{
	/*color: #fff;

}*/

#gallery {
	float:left;
	}

#gallery a img {
	border: 3px solid #555555;
	float: left;
}

#gallery a:hover img {
	border: 3px solid #FFFFFF;
}

#gallery a:visited {
	color:#FFF;
}

#gallery a {
	color:#FFF;
	text-decoration:none;
}

tr.spacer {
	height:8px;
}

td.arrow {
	width: 50px;
	}

div.note{
	width:960px; 
	height:106px; 
	background-image:url(../media/bgt.jpg);
	}
	
div.notes{
	padding-left:180px;
	padding-top: 10px;
	padding-right:20px;

	}

div.footer{
	float:left;
	width:960px;
	background-color:#555555;
	}


form.guestbook {
	width: 350px;
	border: 1px solid #666666;
	
}
form.guestbook fieldset {

}

form.guestbook fieldset ul {
	margin: 0 0 0 0;
	padding: 0;
}
form.guestbook fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0;
	clear: both;
}

form.guestbook label {
	font-weight: bold;
	float: left;
	text-align:left;
	color:#FFFFFF;
	margin-left:10px;
}

form.guestbook input, form.guestbook textarea {
	border:none;
	background: #666666;
	width:220px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
form.guestbook input:focus, form.guestbook textarea:focus {
	background-image: none;
	background-color: #ffffff;
}

div.guestbookbox {
	float:right;
	width: 350px;	
	}
	
div.about {
	width:600px;
	border: 1px solid #666666;
	}
	
div.news {
	width:600px;
	border: 1px solid #666666;
	}
