/* remove margin and padding */
li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div { margin:0; padding:0; }

/* remove blue linked image borders */
a img,:link img,:visited img { border:none; }

/* de-italicize address */
address { font-style:normal; }

/* remove iframes */
iframe {display:none;}


body {
	color:#660033;
	font-family: Helvetica, Frutiger, Arial, sans-serif;
	font-size:small;
}


/* ------------------------------------- links -------- */

a:link {
	color:#660033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF99CC;
}



img {
	margin:5px;
	float:left;
}

div#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:675px;
	background-color:#ffffff;
}



h1#title {
	width:675px;
	height:65px;
	margin-top:25px;
	margin-left:25px;
	color:#575757;
	font-family:Frutiger, Helvetica, Arial, sans-serif;
	line-height:25px;
	font-size:68px;
}

span#subtitle {
	font-weight:normal;
	margin-left:175px;
	font-size:65%;
	color:#CF4D0E;
}


p#footer {
	clear:both;
	padding-top:100px;
}

div#painting-title {
	clear:both;
	text-align:center;
	font-style:italic;
	color: #aaaaaa;
	font-size: 10px;
}