@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9491E8;
	background-image: url(Art_France/Artist_Designer.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#container {
	width: 780px; 
	margin: 0 auto; 
	border: 0px;
	text-align: center; 
}
#extrapadding {
	padding: 0 20px; 
}

a:link, a:visited {
	color: #FAEFC7;
	text-decoration: none;
	font-size: 0.9em;
}

a:hover {
	text-decoration: none;
	color: #FFFF66;
	font-size: 0.9em;
}
a:active {
	text-decoration: none;
	color: #F3DD83;
	font-size: 0.9em;
}
img {border:none}
h1 {
	font-family: Papyrus, "Bradley Hand ITC", Georgia;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	left: -38px;
	width:778px;
	text-align: center;
}

#navigation li {
	float: left;
	padding: 0px;
	list-style: none;
	background: url(Artist_Website_Design/canvas1.jpg) no-repeat left top;
	color: #000;
	margin: 0px;
	width: 132px;
	height: 89px;
	text-align: center;
	}

#navigation a {
	float: left;
	text-decoration: none;
	color: #000;
	font-family: Century Gothic, Geneva, Arial, sans-serif;
	background: url(Artist_Website_Design/canvas1.jpg) no-repeat left top;
	margin: 0px;
	width: 132px;
	height: 89px;
	text-align: center;
	padding: 12px 0px 0px;
	}
	
#navigation a:hover {
	float: left;
	text-decoration: none;
	color: #FFF;
	font-family: Century Gothic, Geneva, Arial, sans-serif;
	background: url(Artist_Website_Design/canvas1.jpg) no-repeat left top;
	width: 132px;
	height: 89px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding: 12px 0px 0px;
	}
	
.designer {font-size: 80%}