html {
		width:906px;
		margin: 0 auto;
		background-color:#d7d7d7;
		font-family: Calibri;
		font-size: 110%;
}

.clearfix:before,
.clearfix:after {
		content: "";
		display: table;
}

.clearfix:after {
		clear: both;
		margin-bottom: 30px;
}

#logo {
		margin: 5px 0 auto auto;
		display: block;
		position: relative;
		right: 10px;
}

body {
		background-color: white;
		border: 3px solid;
		border-radius: 20px;
		border-color: red;
}

a {
		text-decoration:none;
}

a:link {
		color:black;
}

a:visited {
		color:black;
}

#about {
		width: 29%;
		text-align: justify;
		/*font-variant: small-caps;*/
}

#home_pix {
		width: 60%;
		height: 60%;
		overflow: hidden;
		float: right;
		margin-right: 15px
}

#home_pix img {
		width: 97%;
		height: auto;
		box-shadow: 0 0 8px grey;
		margin: 20px 0 0 5px;
		border-radius: 15px;
}

#gallery {
		text-align: center;
		padding-top: 20px;
}

#gallery img {
		width: 270px;
		height: auto;
		margin: 5px 5px;
		border-radius: 15px;
		box-shadow: 0 0 4px grey;
}

/*#tip7-title { text-align: left; }

#tip7-title b { display: block; margin-right: 80px; }

#tip7-title span { float: right; }*/

#nav {
		display: block;
		margin: 15px auto;
}
#nav ul {
		margin: 0;
		padding: 0;
		text-align: center;
}

#nav li{
		display:inline;
		text-align:center;
		font-variant: small-caps;
		font-size: 110%;
}

#nav li a {
		padding: 10px 6%;
}

#nav li a:hover,
#menunav li a:hover {
		/*background-color:#fe2626;
		color:white;*/
		color: red;
}

#menunav li a {
		font-family: Papyrus, Calibri, Helvetica, Serif;
		padding: 5px 10px;
		font-size: 91%;
}

#menunav {
		margin-left: 70px;
}

ul {
		list-style-type: circle;
}

th {
		text-align: left;
		font-size: 120%;
		padding-top: 20px;
		font-family: Papyrus, "Minion Pro", Serif;
}

.table {
		margin-bottom: 50px;
		width: 66%;
		border-radius: 55px;
		font-variant: small-caps;
		/*border: 1px dashed;*/
}

/*.table tr:first-child td {
		text-align: center;
}*/

.table tr:first-child {
		vertical-align: bottom;
}

.table tr td:first-child {
		text-align: right;
		width: 15%;
		/*border: 1px dashed;
		border-color: red;*/
}

.table tr td:nth-child(2) {
		width: 55%;
}

.table tr td:nth-child(3) {
		width: 10%;
}

/*.table tr td {
		border:1px solid;
}*/

.leftcol {
		float:left;
		padding: 20px 40px;
		background-color:none;
		/*border: 1px solid;*/
}

#gmap {
		float:right;
		margin-right: 20px;
		margin-top: 20px;
}