/*PAGE*/

body {
	margin: auto;
	color: white;
	background-color: black;
    text-align: center;
	margin: 0px;
	padding: 0px;
}

#Page {
    border: 0px solid #000000;
	margin: auto;
    text-align: center;
	margin: 0px;
	padding: 0px;
}

.Grey {
	background-color: #333333;
}

.Black {
	background-color: #000000;
}

.LoginFrame {
	color: white;
	background-color: #333333;
    text-align: left;
	margin: 3px;
	padding: 3px;
}

img {
	border: 0px;
}

#Logo {
	width: 680px;
	height: 70px;
	margin: auto;
    text-align: right;
	font-family: "Arial", sans-serif;
	font-size: 64px;
    font-weight: bold;
    letter-spacing: 5px;
}

#Head, #Foot {
	background-color: #333333;
	width: 680px;
	margin: auto;
    text-align: center;
    vertical-align: middle;
}

#Head {
	height: 30px;
}

#Foot {
	height: 25px;
}

.HeadText {
	font-family: "Arial", sans-serif;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

.FootText {
	font-family: "Times New Roman", serif;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

#Byline {
	height: 15px;
	color: #282828;
	font-family: "Arial", sans-serif;
	font-size: 9px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*CONTACT*/

.ContactCompany {
	font-family: "Arial", sans-serif;
	font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.ContactType {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
    letter-spacing: 2px;
}

.ContactAnswer {
	font-family: "Times New Roman", serif;
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*LINKS*/

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover, a:active {
	color: red;
	text-decoration: none;
}

a:link.MHCaption, a:visited.MHCaption {
	color: #333333;
	text-decoration: none;
}

a:hover.MHCaption, a:active.MHCaption {
	color: white;
	text-decoration: none;
}

a:link.PictureLink, a:visited.PictureLink {
	display: block;
	width: 144px;
	height: 144px;
	border: 4px solid black;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:hover.PictureLink, a:active.PictureLink {
	display: block;
	width: 144px;
	height: 144px;
	border: 4px solid white;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link.BylineLink, a:visited.BylineLink {
	color: #282828;
	text-decoration: none;
}

a:hover.BylineLink, a:active.BylineLink {
	color: red;
	text-decoration: none;
}

/*GALLERY*/

.Small {
	width: 144px;
	height: 144px;
}

.Miniature {
	float: left;
	position: relative;
	background-color: black;
	width: 156px;
	height: 156px;
	margin: 0;
	padding: 0;
}

.Grid {
	width: 156px;
	height: 156px;
}