@charset "utf-8";
/* CSS Document */

.igallery_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	width: 1010px;
	height: auto;
	display: block;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #000;
	background-image: url(../logo%20background%20fade.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.igallery_text ul {
	padding-left: 10px;
	list-style-type: none;
}
.igallery_text ul li {
	list-style-type: none;
	text-align: left;
	font-size: small;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
.igallery_text h1 {
	font-style: italic;
	padding-left: 20px;
}
.igallery_text h2 {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 500px;
	padding-left: 20px;
}
.igallery_text a {
	color: #09F;
}
.igallery_text a:hover {
	color: #CCC;
}
.igallery_text a:visited {
	color: #09F;
}
