@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
}
.galcategory {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	color: #990033;
	clear:none;
	background-color: #ffffcd;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-bottomright: 2em;
	-moz-border-radius-bottomleft: 2em;
	border: 1px solid black;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.galcategory img {
	margin: 10px;
	padding:8px;
	border:1px solid #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #8C4001;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 5%;
	display:block;
	width: 250px;
	height:20px;
	background-color:#daddaa;
	padding: 5px 0px 10px 10px;
	margin-bottom:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-left-color: black;	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color: #643503;
}
