﻿header, section, footer, aside, nav, main, article { 
	display: block; 
}

body {
	margin: 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	text-align: left;
	padding: 50px 0px 0px 0px;
	text-align: center;
	font-family:'Georgia',serif;
}

nav {
	margin: 5px;
}

p {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-family:'Georgia',serif;
}

footer {
	height: 80px;
}

a:link, a:visited {
	color:black;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size: .8em;
}

a:hover, a:active {
	font-weight: bold;
	text-shadow: 2px 2px 2px gray;
}

td {
	text-align: left;
	width: 80%;
}

.logo {
	font-size: 1.8em;
	color: red;
}

.red {
	color: red;
}

.underline {
	text-decoration: underline;
}

.pict {
	max-width: 720px;
	margin: 10px;
}

.pict2 {
	max-width: 199px;
}

.map {
	width: 90%;
	max-width: 425px;
	height: 250px;
}

.fb-like {
	padding-top: 10px;
}
