body {
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fbe5a8;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 591px;
	margin-left: 181px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #002B5C;
	padding-top: 12px;
}
#paintingbox {
	height: 300px;
	width: 480px;
}
#thumbs {
	height: 100px;
	width: 900px;
}
#thumbs img {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#aboutcontent {
	padding-right: 0px;
	padding-left: 20px;
}
#homepagecontent {
	margin-right: 24px;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
