/* Site Markup Area */
html {
	background-position: center;
	background-repeat: no-repeat;
}
body {
	background-color: #708090;
	font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #000000;
}
div {
	background-color: #DCDCDC;
}
p, h1, h2, h3, h4, h5, table, tr, td {
	margin: 0px 0px 0px 0px;
}
h5 {
	font-style: oblique;
	margin: 0px 0px 5px 0px;
}
li {
	margin: 0px 0px 5px 0px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #949494;
	text-decoration: none;
}
img {
	border: 0px;
}
.menulink:hover {
	color: #FCFCFC;
	text-decoration: underline;
}

/* Site Design Area */
.mrkCenterHolder {
	position: absolute;
	width: 100%;
	bottom: 55%;
	background-color: transparent;
	color: transparent;
	font-size: 1%;
}
.mrkpageTitle {
	z-index: 2;
	position: relative;
	bottom: -45px;
	right: 0px;
	width: 100%;
	background-color: transparent;
	text-align: right;
	color: #637380;
	font-family: monospace;
	font-size: 100pt;
	overflow: hidden;
}
.mrkCenterLine {
	z-index: 3;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	font-size: 1%;
	background-color: transparent;
	border-bottom: 2px solid white;
}
.mrkBannerBlock {
	z-index: 2;
	position: absolute;
	bottom: -86px;
	right: 0px;
	height: 86px;
	width: 650px;
	background-color: transparent;
	color: transparent;
}
.mrkBottomHalf {
	z-index: 6;
	position: absolute;
	top: 45%;	
	bottom: 0px;
	background-color: transparent;
	padding: 100px 5px 5px 110px;
}
.content {
/*	position: absolute;
	margin: 0px 0px 0px 110px;
*/	overflow: auto;
	top: 100px;
	height: 180px;
	width: 530px;
	z-index: 6;
	padding: 5px 5px 5px 20px;
	max-width: 550px;
	min-width: 300px;
}

.menu, .sidebox {
	z-index: 8;
	background-color: #465660;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 110px;
	padding: 2px 2px 2px 2px;
	color: #DCDCDC;
	font-weight: bold;
	height: auto;
	overflow: hidden;
}
.menu {
	position: absolute;
	top: -10px;
	width: 100px;
	padding: 2px 2px 2px 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-indent: -10px;
}
.menulink { 
	color: #DCDCDC;
	text-decoration: none;
}
.hideme {
	font-size: 1%;
	z-index: -10;
	visibility: hidden;
}
.end {
	float: right;
	text-decoration: none;
	border: solid black 1px;
	padding: 0px 2px 0px;
	text-indent: 0px;
}
.end:hover {
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: none;
	background-color: Black;	
}
	.welcome {position: absolute;bottom: 0px; right: 0px; z-index: 10;}
	.photocontent {
		margin: 10px 0px 0px 110px;
		padding: 5px 5px 5px 20px;
		width: 600px;
		z-index: 100;
	}
