#content_text{
	font-family: Garamond, sans-serif;
	color: white;
	font-size: 15px;
}

h1{
	font-family: Garamond, sans-serif;
	color: white;
	font-size: 40px;
	font-weight: bold;
	padding-left: 30px;
}

p{
	padding-left: 30px;
	padding-right: 30px;
}

#menu img{
	border: 0;
}

#footer{
	font-family: Garamond, sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;
}

#gallery ul { list-style: none; }
#gallery ul li { display: inline; margin-right: 24px; }
#gallery ul img {
	border: 4px solid white;
}
#gallery ul a:hover img {
	border: 4px solid #3e3e3e;
}
#gallery ul a:hover { color: #fff; }

#content_text img{
	border: 4px solid white;
}

#layoutimg:hover img {
	border: 4px solid #3e3e3e;
}
#layoutimg:hover { color: #fff; }


