body {
	background: #f1f3fb url(background.jpg) repeat-x top;
	font: 15px/1.5em Arial, Verdana, sans-serif;
	color: Black;
}
/* Holds the entire page structure
---------------------------------------------*/
#wrapper {
	background: white;
	width:900px;
	margin: auto;
	border: 5px solid #191970;
}
/* Sections of page
----------------------------------------------*/
#header {
	width: 100%;
	height: auto;
	margin: auto;	
	background: #4b0082;
	border-bottom: 5px solid #191970;
}
#header img {
	float:left;
	padding: 26px;
	background: white;
}
#header p {	
	font-size:4.5em;
	line-height: 2em;
	font-style: italic;
	font-weight: bold;
	text-align: center;/*
	border-bottom:transparent;*/
	color:white;
	margin:0;
}
/*home page content
---------------------------------------------*/
#main-page {
	width:675px;
	margin-top: 5px;
	overflow: hidden;
	background-color: white;
}
p.main-page {
	margin-right:20px;
	margin-left: 20px;
	margin-top:15px;
}
h3.main-page {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 120%;
	font-weight:bolder;
}
h4.main-page {
	margin-left: 20px;
	font-size:120%;
	font-weight: bold;
}
h5.main-page {
	padding: 0 20px 0 30px;
}
#main-page img {
	float:right;
	clear:left;
}
p.reviewname {
	padding:0 20px;
	font-size:110%;
	font-weight:bolder;
}
p.reviewinfo {
	padding:0 20px;
	font-size: 100%;
}
/* Artist heading for individual pages
-----------------------------------------------*/
#artist {
	width:100%;
	margin: auto;
	height: auto;
	border-bottom:5px solid #191970;
	background: #e7c7f9;
}
p.artistname {
	font-size:150%;
	font-weight:bolder;
	text-align:right;
	padding:5% 5% 0 0;
	margin: 0;
}
p.artiststatement {
	font-size:100%;
	font-weight:normal;
	text-align:right;
	padding:10px 5% 3% 3%;
	margin: 0;
}


/* Images of artists' work
-------------------------------------------*/
.quiltpicbox {
	width: 95%;
	margin: auto;
	float:right;
	margin:25px 0 35px 0;
}
.quiltpicbox img {
	float:right;
	margin-bottom:10px;
}
.quiltpicbox p{
	float:right;
	width: 105px;
	font-size:100%;
	font-weight:bolder;
	text-align:right;
	margin-left:10px;
	margin-top:25px;
	border: none;
}
.quiltpicbox h3 {
	width: 100%;
	font-size: medium;
	margin: auto;
	clear: right;
	text-align: center;
}
.quiltpicbox h5 {
	width: 100%;	
	text-align: center;
	margin: 0;
}
/* logo on home page
------------------------------------------*/
#logo {
	width:200px;
	height:200px;
	float:right;
	text-align:right;
}
#logo img {
	margin:10px;
}
/* Footer with copyright info
-------------------------------------------*/
#footer {
	width:700px;
	height:20px;
	margin:auto;
	text-align:center;
	background-color: white;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: left;
}
#footer p {
	font-size: 75%;
}
/* Links
---------------------------------------------*/
a:link {
	text-decoration: underline;
	color:#191970;
	background-color: transparent;
}
a:visited {
	color:black;
	text-decoration:underline;
	background-color: transparent;
}
a:hover {
	color: #8b0000;
	text-decoration:underline;
	background-color:transparent;
}
a:active {
	color:maroon;
	text-decoration:underline;
	background-color: transparent;
}
em {
	font-style:italic;
}
