@charset "utf-8";
/* CSS Document */
html, body, #container{
	height:100%;
}
* html #container {
	height:100%
}
#container {
	position:relative;
	min-height:100%;
}
/*GALLERY FORMATTING */
.galleryWrapper {
	margin:auto;
	border:1px solid #999;
	padding:20px;
}
.myGallery{ 
	cursor: hand;
	cursor: pointer;
	background: url(../images/icon-plus.gif) no-repeat right;
	background-color:#f2f5f7;
	margin:0px 0px 10px 0px;
}
.openGallery{
	background: url(../images/icon-minus.gif) no-repeat right;
	color:#669900;
}
.album_info {
	font-size:10px;
	color:#666;
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
	height:14px;
}
.picFrame {
	margin:4px;
	border:1px solid #999;
}

/*MK2 COPYRIGHT*/
body {
	font-family:"Arial";
	margin:0;
	font-size:14px;
}
.mk2copy {
	font-size:12px;
	text-align:center;
	padding-top:20px;color:#666;
}
.mk2copy a {
	color:#333;
}
.mk2copy a:hover {
	color:#003399;
}
.greyBlock {
	position:absolute;
	bottom:0px;
	background-color:#ccc;
	height:60px;
	margin:0px;
	width:100%;
}
.blueBlock {
	background-color:#6699CC;
	margin:0px;
	margin-bottom:20px;
}
.blueBlock ul li {
	text-align:left;
}
#mk2heading {
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
}
#mk2heading h1 {
	display:inline;
}