/* CSS Document */

body
{
	background-color:#ffffff;
	background-image: url(images/fine-art.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navlist li
{
	font-family:"Times New Roman";
	font-size: .9em;
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left:0px;
	font-style: italic;
}
#navcontainer{
	position: relative;
	top:125px;
	font-family:"Times New Roman";
	font-style: italic;
	font-size: 12px;
	color: #000000;
	left: 100px;
	width:300px;
}
#artistcontainer{
	position:absolute;top:200px;left:130px;width: 600px;
}
#gallerycontainer{
	position: absolute;top:200px;left:150px;width: 600px;
}
#mmcontainer{
	position: absolute;top:250px;left:90px;width: 600px;
}
#portrait{
	position: absolute;
	top:200px;
	left:760px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 124px;
	height: 326px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 17px;
	font-weight: lighter;
	text-align: justify;
}
p#quote{
	font-family:"Times New Roman";
	font-size: 1.1em;
	color: #000000;
	line-height: 19px;
	font-weight: lighter;
	text-align: justify;
	letter-spacing: 0.2em;
}
p#signature{
	font-family:"Times New Roman";
	font-size: 1em;
	color: #000000;
	line-height: 19px;
	font-weight: lighter;
	text-align: justify;
}
h1{
	font-family:"Times New Roman";
	font-size: 1.3em;
	color: #000000;
	font-weight: lighter;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: lighter;
}

h3{
	font-family: "Century Gothic";
	font-size: 10px;
	color: #000000;
	font-weight: lighter;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.style4 {font-size: 10px}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
