body
{
	background-color: #fef2f2;
}
h1
{
	font-family: Georgia;
	font-size: 22px;
	color: #777777;
	margin: 0px 0px 5px 0px;
}
h2
{
	font-family: Georgia;
	font-size: 15px;
	color: #ff7272;
	margin: 0px 0px 10px 0px;
}
p
{
	margin: 0px 0px 10px 0px;
}
img
{
	border: none;
}
#intro
{
	position:absolute;
	width: 354px;
	height: 327px;
	left: 50%;
	top: 50%;
	margin: -164px 0 0 -177px;
	background-image: URL('intro.gif');
}
#globalContainer
{
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -437px;
	width: 875px;
}
#header
{
	position: absolute;
	top:0px;
	left: 260px;
	width: 400px;
	height: 105px;
	background-repeat: no-repeat;
	background-image: URL('logo.gif');
}
#menu
{
	position: absolute;
	top: 70px;
	left: 1px;
	font-family: Georgia;
	font-size: 12px;
	text-align: justify;
	width: 400px;
}
#menu a
{
	color: #777777;
	text-decoration: none;
	display:block;
	float: left;
	margin: 0px 8px 0px 0px;
}
#leftContent
{
	text-align: right;
	left: 0px;
	width: 235px;
}
#centerContent
{
	left: 260px;
	width: 355px;
}
#rightContent
{
	left: 640px;
	width: 235px;
}
#leftContent, #centerContent, #rightContent
{
	position: absolute;
	top: 120px;
}
#leftContent p, #rightContent p, #centerContent p
{
	font-family: Georgia;
	font-size: 11px;
	line-height: 20px;
	color: #777777;
}
#leftContent a, #rightContent a, #centerContent a
{
	color: #ff7272;
}
.galleryThumbnail
{
	margin: 0 0 10px 10px;
	border: none;
}
.galleryBody #leftContent, .galleryBody #centerContent, .galleryBody #rightContent
{
	top: 170px
}
.paintingsBody #leftContent, .paintingsBody #centerContent, .paintingsBody #rightContent
{
	width: 278px;
	text-align: center;
}
.paintingsBody #leftContent
{
	left: 0px;
}
.paintingsBody #centerContent
{
	left: 298px;
}
.paintingsBody #rightContent
{
	left: 596px;
}
#oldPaintings
{
	border-top: 1px solid #777777;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
#oldPaintings a
{
	color: #777777;
	text-decoration: none;
}
#galleryTitle
{
	left: 260px;
	width: 355px;
	position: absolute;
	top: 130px;
	text-align: center;
}