html,body {

	font: normal 16px 'Arial';
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	color: #FFEC8B;
}

a {
	color: #1b6692; /* blu */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	border: 0px solid yellow;
	margin: auto;
	margin-top: 2px;
	position: relative;
	height: 768px;
	width: 1000px;
}

#menu {
	border: 0px solid white;
	/*float: left;*/
	font-weight: bold;
	padding-left: 370px;
	padding-top: 56px;

}

#home,#beer,#contacts,#events,#food,#gallery,#guestbook,#admin_guestbook,#contatti 
	{
	border: 0px solid white;
	display: block;	color:  #F3E88E;
	float: left;
	font-family: verdana;
	font-style: oblique;
	font-size: 13px;
	line-height: 22px;
	/*padding-left: 470px;*/
	padding-top: 10px;
	text-align: justify;
	height: 560px;
	width: 390px;
}


#guestbook_bottom {
	border-top: 1px solid #d46329;
	padding-top: 20px;
}

#guestbook_top {
	height: 310px;
	width: 350px;
}

#guestbook label {
	float: left;
	width: 190px;
}

#guestbook_link {
	border: 0px solid purple;
	position: absolute;
	left: 260px;
	top: 530px;
}

#guestbookMsg {
	height: 280px;
	width: 350px;
}

#pager {
	font-weight: bold;
	width: 340px;
	margin: auto;
	text-align: center;
}

#pager a {
	color: #d46329;
}

#pager a:hover {
	color: white;
}

.admin_titolo {
	color: #bf9c61;
	font-size: 20px;
	font-weight: bold;
}

#contatti a{
	color: green;
}

#dog {
	position: absolute;
	left: 860px;
	top: 615px;
}

#footer {
	border: 0px solid purple;
	font-size: 12px;
	margin: auto;
	text-align: center;
	width: 500px;
}

#footer a{
	font-size: 14px;
}

#beer_button {
	border: 0px solid white;
	left: 1010px;
	top: 0px; 
	position: absolute;
	z-index: 5;
}

#beer_marche {
	border: 2px solid #ffc150;
	position: absolute;
	left: 100px;
	top: 230px;
	z-index: 5;
}

#colonna_sx {
	border: 0px solid purple;
	float: left;
	height: 500px;
	width: 468px;
}

.galleryTitle {
	font-size: 24px;
	color: #bf9c61;
}

#gallery {
	font-size: 24px;
	color: #bf9c61;
}

#gallery a{
	font-size: 20px;
	color: #bf9c61;
}

#gallery a:hover{
	text-decoration: underline;
}

.galleryTitleSelected {
	font-size: 24px;
	color: #bf9c61;
	font-weight: bold;
}

.galleryTitleSelected a{
	font-size: 24px;
	color: #bf9c61;
	font-weight: bold;
}
