body {
	background: #4c4c4c url(../images/backgrounds/bg.gif) repeat;
	text-align: center;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
h1, h3
{
	font-weight: bold;
}
h1
{
	font-size: 16px;
	margin-bottom: 10px;
}
img
{
	border: 0;
}
a
{
	color:#333;
	text-decoration: underline;
}
a:hover
{
	color:#666;
	text-decoration: none;
}
a:visited
{
	color:#333;
	text-decoration: underline;
}
.importantInfo
{
	font-size: 14px;
	font-weight: bold;
}
#wrapper
{
	width: 820px;
	margin: 30px auto 30px auto;
}
#topImageContainer
{
	width: 820px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigationContainer
{
	background: url(../images/backgrounds/navigation.gif) repeat-x;
	width: 820px;
	height: 59px;
	margin: 10px auto 5px auto;
	border-bottom: solid 1px #000;
}
#topBorderContent
{
	background: url(../images/backgrounds/topbordermaincontent.gif) no-repeat;
	width: 820px;
	height: 19px;
	margin-top: -20px;
}
#contentContainer
{
	background: #f8f8f8;
	width: 820px;
	text-align: left;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
#textContent
{
	text-align: left;
	padding:20px;
	width: 440px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#smallPicturesContainer
{
	width: 207px;
	text-align: center;
	float: left;
	margin-left: 40px;
	margin-top: 40px;
}

/* Shadows for smaller images
-------------------------------------------------------------- */

.shadow 
{
  width: 212px;
  height: 212px;
  padding-top: 15px;
  margin-left: 5px;
  margin-top: 5px;
  background: url(../images/backgrounds/imageshadow.gif) no-repeat;
  float: left;
}


#clearBoth
{
	clear: both;
}


/* Navigation
-------------------------------------------------------------- */
#navigation {
	text-decoration: none;
	text-align: left;
	font-size: 14px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 17px;
	padding-left: 10px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 3px 10px 2px 10px; 
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#slideShow
{
	background: url(../images/backgrounds/slideshow.gif) no-repeat;
	width: 85px;
	height: 25px;
	margin-top: 275px;
	margin-left: 725px;
	position: absolute;
	cursor: pointer;
}


/* Album
-------------------------------------------------------------- */
#album
{
	list-style-type: none;
	width:400px;
	
}
#album li
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
#album img
{
	display: block;
	background: #fff;
	border:solid 1px #ccc;
	padding: 5px;
}

