/*PAGE*/

body {
	margin: auto;
	color: #888888;
	background-color: black;
    text-align: center;
	margin: 0px;
	padding: 0px;
}

.White {
	background-color: #FFFFFF;
}

.LightGrey {
	background-color: #8E8E8E;
}

.MediumGrey {
	background-color: #606060;
}

.DarkGrey {
	background-color: #444444;
}

.Black {
	background-color: #000000;
}

img {
	border: 0px;
}

#Page {
	border: 0px solid #888888;
}

/*PANEL*/

a:focus img {
  outline: none;
}

#Head, #Foot {
	background-color: black;
	border: 0px solid #888888;
}

.HeadText {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px
}

.FootText {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 16px;
}

.SpaceLetters {
    letter-spacing: 1px
}

a:link, a:visited {
	color: 888888;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	text-decoration: none;
}

a:link.PictureLink, a:visited.PictureLink {
	display: block;
	width: 145px;
	height: 145px;
	border: 1px solid #888888;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:hover.PictureLink, a:active.PictureLink {
	display: block;
	width: 145px;
	height: 145px;
	border: 4px solid white;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*GALLERY*/

.Small {
	width: 145px;
	height: 145px;
}

.Large {
	height: 486px;
	border: 1px solid #888888;
}


.Miniature {
	float: left;
	position: relative;
	background-color: black;
	width: 170px;
	height: 170px;
	margin: 0;
	padding: 0;
}

.Grid {
	width: 170px;
	height: 170px;
}