@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00000;
	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: #000000;
}
.picChris {
	border: 3px double #996;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #969556;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#HEADER {
	width: 950px;
	margin-bottom: 25px;
	margin-top: 15px;
}
#content {
	text-align: center;
	float: none;
	width: 950px;
	padding-top: 25px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#paintingsBox {
	width: 850px;
	margin-right: 75px;
	margin-left: 50px;
}
#aboutBox {
	padding: 50px;
	width: 500px;
	margin-right: 175px;
	margin-left: 175px;
	border: 3px double #545334;
	background-color: #000;
}
.picAbout {
	border: 3px double #545334;
}
#statement {
	width: 360px;
	margin-top: 20px;
	margin-right: 53px;
	margin-left: 47px;
	border: 3px double #545334;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #996;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-weight: normal;
	background-color: #000;
}
#contact {
	width: 360px;
	margin-top: 20px;
	margin-right: 53px;
	margin-left: 47px;
	border: 3px double #545334;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #996;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	font-weight: normal;
	background-color: #000;
}

