#main {
	padding: 0;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -364px; /* half of width */
    margin-top: -284px;  /* half of height */
	height: 568px;
	width: 729px;
}

#header {
	height: 26px;
	width: 729px;
	position: absolute;
}

#outlinecontainer {
	top:26px;
	height: 512px;
	width: 728px;
	border: 1px solid #5C5A4F;
	position: absolute;
}

#bgcontainer {
	height: 500px;
	width: 716px;
	position: absolute;
	
}

#blacksemitrans {
	top:280;
	left:5px;
	height: 225px;
	width: 716px;
	position: absolute;
	background: #000000;
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;	
}



#textoverblack {
	left:4px;
	top:281;
	height: 203px;
	width: 700px;
	position: absolute;
	color: #FFFFFF;
}

#blackpanelgallery {
	top:6;
	left:6px;
	height: 498px;
	width: 714px;
	position: absolute;
	background: #000000;
	filter: alpha(opacity=65);
    -moz-opacity: 0.65;	
}

#contactpanel {
	top:65;
	left:420px;
	height: 433px;
	width: 273px;
	position: absolute;
}

#gallerycontentpanel{
	
	top:6px;
	left:6px;
	height: 498px;
	width: 714px;
	position: absolute;
	overflow: -moz-scrollbars-vertical;
  overflow-x: none;
  overflow-y: auto;
  scrollbar-arrow-color: #FFB262;
scrollbar-3dlight-color: #CECCC8;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #433B2B;
scrollbar-highlight-color: #888278;
scrollbar-shadow-color: #231F17;
}

#footer {

	top:547px;
	left:0;
	height: 10px;
	width: 730px;
	position: absolute;
	
}

.maintext {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.hometext {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.hometext A:link {text-decoration: none; color: #FFFFFF}
.hometext A:visited {text-decoration: none; color: #FFFFFF}
.hometext A:active {text-decoration: none; color: #FFFFFF}
.hometext A:hover {text-decoration: underline; color: #FFFFFF}

.hometextlarge {
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.smalltext {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.adminheader {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.butts {
	font: bold small-caps 11px Georgia, "Times New Roman", Times, serif;
	background: #333333;
	color: #FFFFFF;
}
.butter {
	font:  small-caps 11px Verdana, Arial, Helvetica, sans-serif;
	color: #422D00;
	background: url(../images/infra/bg.gif);
}
