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

a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2e2a1c;
	margin: 0px;
	font-size: 14px;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 19px;
	color: #2e2a1c;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #2e2a1c;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;

}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #2e2a1c;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;

}

H5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #2e2a1c;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;

}

body {
	background-image: url(images/wallpaper2.gif);
	background-repeat: repeat;
}

table.contact {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #2e2a1c;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#gallery {
	overflow: auto;
	width: 156px;
	height: 245px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FBEADC;
}

#display{
	overflow: hidden;
	width: 538px;
	height: 245px;
	margin-top: -2px;
	margin-bottom: 0px;
	background-color: #FBEADC;
}

img {
	border: none;
}

img.gallery {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 3px;
	margin-bottom: 3px;
}

img.gallery2 {
	margin-left: 3px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 5px;
}

