@charset "utf-8";
body {
	font-family: "Courier New", Courier, monospace;
	line-height: 13px;
	margin: 0px;
	color: #000;
	background-position: left top;
}
#top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 213px;
	width: 964px;
	text-align: center;
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 15px;
}
#mid {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(img/mid.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12pt;
}
#mid h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 50px;
}
#mid p img {
	padding: 3px;
	border: 2px solid #E4E4E4;
}

#mid p {
	line-height: 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000;
}
#bot {
	background-image: url(img/bot.jpg);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#top a   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3E3E3E;
	border-left-color: #999;
	width: 100px;
	text-decoration: none;
	height: 22px;
	padding-top: 12px;
}
#top a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3E3E3E;
	border-left-color: #999;
	width: 100px;
	text-decoration: none;
	height: 22px;
	padding-top: 12px;
	background-image: url(img/over.jpg);
	background-repeat: repeat-x;
}
.o {
	border: 1px solid #CCC;
}
.a_gal {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 158px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-size: 12px;
	background-image: url(img/agal.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
}
.a_gal:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 158px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-size: 12px;
	background-image: url(img/agalover.jpg);
	background-repeat: repeat-x;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

