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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #E0E0D1;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
a:link {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
.navbar_backing {
	line-height: 25px;
	background-image: url(images/guild_art_gallery_02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	color: #000;
	padding-left: 40px;
}
.home_backing {
	background-image: url(images/guild_art_gallery_04.jpg);
	background-repeat: repeat-y;
}
.image_right {
	float: right;
	margin-right: 23px;
	margin-top: 10px;
	clear: both;
}
.text_content {
	margin-right: 18px;
	margin-left: 33px;
	text-align: left;
	vertical-align: top;
}
a.nav:link {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
a.nav:visited {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
}
a.nav:hover {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 20px;

}
a.nav:active {
	font-size: 10px;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 20px;
}
.artist_paintings {
	float: right;
	margin-top: 10px;
	margin-left: 23px;
}
.members_backing {
	background-image: url(images/members_list_04.jpg);
}
.members {
	height: 160px;
	width: 200px;
	border: 1px solid #FFF;
	padding: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.right_bottom {
	text-align: right;
	vertical-align: bottom;
	float: right;
	margin-right: 10px;
}
.footer {
	background-image: url(images/guild_art_gallery_07.jpg);
	background-repeat: no-repeat;
	height: 85px;
}
a.foot:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
a.foot:visited {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
a.foot:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
a.foot:active {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

