/* CSS Document */

body {
	background-image: url(../images/back_gold.gif);
	padding: 0;
	margin: 0;
}

.wrapper {
	margin: 0 auto;
	width: 980px;	
	background: url(../images/home_artists.jpg) no-repeat;
}
.banner {
	height: 260px;
	margin: 0 auto;
	width: 940px;
	color: #594010;
	font-size: 2.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 0 0 #000;
	padding: 100px 0 0 40px;
}

.navigation {
	background-color: #836325;
	border-bottom: 0;
}

.navigation .artists a:hover {
	background-color: #2A5353;
}

.navigation .centre a:hover {
	background-color: #E37A09;
}

.navigation .history a:hover {
	background-color: #920015;
}

.navigation .gallery a:hover {
	background-color: #83465E;
}

.content {
	width: 980px;
	height: 900px;
	float: left;
	margin-top: 2px;
}

.leftContent h2 {
	color: #468886;
}

.rightContent h1 {
	color: #594010;
}

.banner h1 {
	margin: 60px 0 0 10px;
	color: #594010;
	font-size: 2.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 0 0 #000;
}
.moveToBottom {
	float: right;
	margin-top: 120px;
}

