@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FDFDFD;
}
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.8em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
#header h1 a {
	color: #000;
}
#mainMenu {
	font-size: 0.7em;
	letter-spacing: .3em;
}
#mainContent {
	padding-top: 10px;
	font-size: 0.7em;
}
h2 {
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	color: #8C231C;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0px;
}
.standoutColor {
	color: #8C231C;
	font-size: 1.3em;
	letter-spacing: .3em;
}
#clickTip {
	font-size: .8em;
	font-style: italic;
	color: #B87D00;
	margin-bottom: 15px;
}
#clickTip a {
	color: #B87D00;
}
#subHeaderArea {
	margin-left: 0px;
}
#footer {
	color: #999;
	font-size: 0.6em;
	font-weight: normal;
	font-style: italic;
	padding-left: 0px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
}
.letterSpacing {
	letter-spacing: .1em;
}
#home a#homeLink,
#paintings a#paintingsLink,
#artistStatement a#artistStatementLink,
#resume a#resumeLink,
#contact a#contactLink
{
	color: #8C231C;
	text-decoration: underline;
}
a img {
	border: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #8C231C;
	text-decoration: none;
}
#rightFloat {
	float: right;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.goldColor {
	color: #B87D00;
	font-size: 1em;
}
#bigPainting p{
	width: 500px;
	text-align: right;
}
.workTitleSize {
	font-size: 1.3em;
}
#rightTextFloat p {
	margin-top: 0px;
	margin-bottom: 0px;
}
