/* CSS Document */

@font-face {
    font-family: myFirstFont;
    src: url(/css/Bubblegum.WOFF);
}
body{
	margin:0px;
	padding:0px 20px 0px 20px;
	background-color:#9e0b0f;
	min-height:100%;
	text-align:center;
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	background-position:top left;
	background-attachment:fixed;
	z-index:999;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	min-width:350px;
}
#fulldiv{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
#container {
	position:relative;
	margin-left:auto;
	margin-right:auto; 
	margin-top:20px;
	max-width:960px;
	/*background-color:#CCC;*/
	padding:2px 0px 0px 0px;
	z-index:999;
}
#banner {
	float:left;
	position:relative;
	width:100%;		
}
#border {
	float:left;
	position:relative;
	width:50%;	
	height:20px;
	background-image:url(../images/mainpageBorder.png);	
	background-repeat:no-repeat;
}
#content{
	background-color:#FFF;
	float:left;
	width:100%;
	position:relative;
}
#login_corner {
	width:20px;
	height:20px;
	background-image:url(../images/loginCorners.png);
	background-repeat:no-repeat;
	}
.logincontent{padding:10px 0px 10px 0px;}
#lightbox{
	visibility:hidden;
	overflow:scroll;
	z-index:1000;
	position:fixed;
		width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url(../images/lightboxBG.png);
	background-position:top left;
	background-repeat:repeat;	
}
#themainimage{
	padding:50px;	
}
#lightboxBtns{
	
	z-index:1000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:fixed;
	width:50px;
	height:50px;
	background-color:#000;
}
.close {	
	top:0px;
	right:15px;
}
.prev {	
	bottom:15px;
	left:0px;
}
.next {	
	bottom:15px;
	right:15px;
}
#lightboxInfo {	
	z-index:1000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:fixed;
	height:50px;
	background-color:#000;
	bottom:15px;
	right:65px;
	left:50px
}
#lightboxTitle{
	float:left;
	line-height:25px;
	height:25px;
	width:100%;
	text-align:center;
	color:#fff;
}
#lightboxZoom{
	position:relative;
	float:left;
	height:25px;
	width:100%;
	text-align:center;
	color:#fff;
}
#lightboxZoomLabel{
	position:relative;
	float:left;
	height:25px;
	width:20%;
	text-align:center;
	color:#fff;
	line-height:25px;
}
#lightboxZoomRange{
	position:relative;
	float:left;
	height:25px;
	width:60%;
	text-align:center;
	line-height:25px;
	color:#fff;
} 
#zoom{width:100%;}

.tl{
background-position:top left;
}
.tr{
background-position:top right;
}
.bl{
background-position:bottom left;
}
.br{
background-position:bottom right;
}
#loginside{
	width:20px;
	background-color:#FFF;
}
#accessbox{}
	