@charset "utf-8";
/* Main Index Template */

#MainIndex-Container{
	border:1px solid #fff;
	margin:0 auto;
	width:800px;
	margin-top:25px;
	background-color:#000;
}

#mainPage-Container, #home-Container{
	border:1px solid #fff;
	margin:0 auto;
	width:620px;
	margin-left:25px;
	margin-bottom:25px;
	background-color:#000;
	padding:10px;
}

.homePics{
	float:left;
	text-align:center;
}

.homePics img {
	padding:2px;
	border:0px;
	margin:0px;
	border:1px solid #666;

}

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
border:1px solid #FFFFFF;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
color:#000000;
}
#MainIndex-Container-Header{}

#MainIndex-Container-Body{}

#MainIndex-Container-Footer{}

#ColumnOne{
	float:left;
	width:665px;
	margin:5px 2px 5px 2px;
}

#ColumnTwo{
	width:125px;
	float:right;
	margin:5px 2px 5px 2px;
}


