/* Structure */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	}

#page {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 800px;
	}

#menu {
	line-height: 1;
	top: 0;
	left: 0;
	margin-left: 3px;
	width: 140px;
	float: left;
	margin-bottom: 10px;
	border: 3px solid #B050A0;
}

#content {
	line-height: 1;
	top: 0;
	width: 630px;
	float: right;
	padding: 6px;
	margin-bottom: 5px;
}

#menu2 {
	line-height: 1;
	top: 0;
	left: 0;
	margin-left: 3px;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

#content2 {
	line-height: 1;
	top: 0;
	width: 580px;
	float: right;
	padding: 6px;
	margin-bottom: 5px;
}

#footer {
	line-height: 1;
	top: 0;
	padding: 6px;
	width: 770px;
	clear: both;
}

.textMenuItem {
	cursor: pointer;
}



/* Typography & colors */
body {
	color: #000;
	text-align: center;
	}

#page {
	text-align: left;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 1.2em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #93268F;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover {
	color: #93268F;
	}
h2 a:hover, h3 a:hover {
	color: #93268F;
	text-decoration: underline;
	}
a {
	color: #93268F;
	text-decoration: none;
	}
a:hover, :link:hover, :visited:hover {
	text-decoration: underline;
	}
	
table {
	color: #000;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

.nowrap { white-space:nowrap; }

.navbar 	{
	font-weight: bold;
	}

.menuTitle {
	font-weight: bold;
	font-size: 18px;	
	text-decoration: none;
	color: #FFF100;
	padding: 6px 6px;
	margin-bottom: 0px;
	text-decoration: none;
	display: block;
	border: 1px solid #B050A0;
	background: #93268F;
}

.menuGroup {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	background: #93268F;
	padding: 6px 6px;
	border: 1px solid #B050A0;
}

.menuGroup a {
	text-decoration: none;
	text-align: left;
	display: block;
	color: #FFFFFF;
	text-shadow: 2px 2px 1px #5e708e;
	cursor: pointer;
}

.menuGroup a:hover {
	color: #FFF100;
	text-decoration: underline;
	}

.menuGroupContent {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

.menuGroupItem a {
	display: block;
	padding: 4px 4px 4px 20px;
	background: #93268F;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-shadow: 2px 2px 1px #1c1d1f;
	border: 0;
	font-weight: bold;
}

.menuGroupItem a:hover {
	color: #FFF100;
	text-decoration: underline;
	}


.toggler {
	margin: 0;
	padding: 0;
}

#footer {
	background: #93268F;
	text-align: right;
	font-size: 12px;
	color: #fff;
	border: 4px solid #B050A0;
}

#footer a {

	color: #fff;
}

.photoGalleryThumbnail {
	width: 105px;
	height: 105px;
	float: left;
	padding: 2px;
	text-align: center;
}

.photoGalleryThumbnail img {
	border: 0;
}

.photoGalleryThumbnailText, .photoGalleryThumbnailText a {
	font-size: 11px;
	text-align: center;
	color: #000;
}

.photoGalleryThumbnailText a:hover {
	text-decoration: underline;
}

.photoGalleryPagination {
	clear: both;
	color: #000;
	font-size: 14px;
	text-align: right;
	padding: 5px;
	margin-right: 15px;
}

.guestbookTable {
	border: 3px solid #B050A0;
}

.guestbookCell {
	text-decoration: none;
	padding: 4px;
	border: 1px solid #B050A0;
	vertical-align: top;
}

.guestbookCellHeader {
	font-weight: bold;
	background: #B050A0;
	color: #FFF100;
	padding: 4px;
	border: 1px solid #B050A0;
	vertical-align: top;
}


