body
{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:16px;
	background-image:url('pattern.png');
}

#centeredBlock
{
	background-image:url('mainBackground.png');
	width:1024px;
	text-align:center;
	margin:0px auto;
}

#content
{
	background-image:url('mainBackgroundBig.jpg');
	background-repeat:no-repeat;
	padding:15px 160px 100px 280px;
	border-bottom:solid 2px gray;
	text-align:left;
}

h1
{
	font-size:52pt;
	font-family:georgia;
	text-align:center;
	margin:40px 0px 0px 0px;
}

h2
{
	font-size:18pt;
}

p
{
	text-indent:3em;
}

#sections
{
	margin:auto;
	text-align:center;
	font-size:16pt;
	border-spacing:20px;
	width:100%
}

a
{
	color:#F40;
	text-decoration:none;
}

#mainLink
{
	color:black;
}

#menu
{
	text-align:right;
	margin-bottom:3em;
}

#menu a
{
	margin:0px 10px;
}

a:hover
{
	text-decoration:underline;
}

h3
{
	margin-top:1.3em;
	margin-bottom:0px;
	font-size:13pt;
	text-decoration:underline;
}

/*** Gallery ***/



a.galleryButton
{
	float:left;
	margin:10px 3px 30px 3px;
	background-color:white;
	text-decoration:none;
	color:black;
	font-size:10pt;
	cursor:pointer;
	border-color:gray;
	border-style:solid;
	border-width:1px;
	text-align:center;
	padding-bottom:0.5em;
	-moz-border-radius:5px;
}

a.galleryButton:hover
{
	background-color:#FD9;
}
.galleryThumbnailContainer
{
	display:block;
	border-style:solid;
	border-color:#333;
	border-width:1px;
	background-color:#FAFAFA;
	margin:2px 2px 0.5em 2px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

img.galleryThumbnail
{
	margin:auto;
	display:block;
	border:none;
}