html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}
img{
	border: 0px solid white;
}

#mainbackground{
	position: relative;
	background-image:url(../pagepics/juzzyBG.png);
	width: 1001px;
	height: 745px;
	margin: auto;
}

#mainbackground #content{
	text-align: center;
	left: 243px;
}

#standardbackground{
	position: relative;
	background-image:url(../pagepics/juzzyBGohneranke.png);
	width: 1000px;
	height: 745px;
	margin: auto;
}

#logo{
	position: absolute;
	right: 85px;
	top: 70px;
}

#menu{
	position: absolute;
	width: 145px;
	height: 380px;
	left: 70px;
	top: 275px;
	text-align: center;
	z-index: 10;
}

#menu a{
	color: black;
	text-decoration: none;
}

#submenu{
	position: absolute;
	width: 390px;
	height: 20px;
	left: 255px;
	top: 253px;
}

#submenu a{
	color: black;
}

#content{
	position: absolute;
	width: 420px;
	height: 360px;
	left: 240px;
	top: 275px;
	color: white;
}

#content a{
	color: white;
}

table{
	height: 100%;
	width: 100%;
	margin: 0;
}

.borderrow td{
	height: 15px;
}

#newsticker{
	position: absolute;
	width: 230px;
	height: 155px;
	right: 85px;
	top: 210px;
}

#newsticker a{
	color: black;
}

.newsheader{
	font-weight: bold;
}

#picbox{
	position: absolute;
	width: 230px;
	height: 245px;
	right: 85px;
	top: 390px;
	z-index: 9;
}

#slidelayer{
	position: absolute;
	top: 0px;
	z-index: 10;
}

#claim{
	position: absolute;
	top: 170px;
	left: 130px;
	z-index: 9;
}

.menubutton{
	margin-bottom: 13px;
	border: 0px solid white;
}

#content .upright{
	width: 15px;
	background-image: url(../pagepics/border/roundur.PNG);
}
#content .up{
	background-image: url(../pagepics/border/roundu.PNG);
}
#content .upleft{
	width: 15px;
	background-image: url(../pagepics/border/roundul.PNG);
}
#content .middleright{
	background-image: url(../pagepics/border/roundr.PNG);
}
#content .middle{

}
#content .middleleft{
	background-image: url(../pagepics/border/roundl.PNG);
}
#content .bottomright{
	background-image: url(../pagepics/border/roundbr.PNG);
}
#content .bottom{
	background-image: url(../pagepics/border/roundd.PNG);
}
#content .bottomleft{
	background-image: url(../pagepics/border/roundbl.PNG);
}


#newsticker .upright{
	width: 15px;
	background-image: url(../pagepics/wborder/roundur.PNG);
}
#newsticker .up{
	background-image: url(../pagepics/wborder/roundu.PNG);
}
#newsticker .upleft{
	width: 15px;
	background-image: url(../pagepics/wborder/roundul.PNG);
}
#newsticker .middleright{
	background-image: url(../pagepics/wborder/roundr.PNG);
}
#newsticker .middle{
	background-color: white;
}
#newsticker .middleleft{
	background-image: url(../pagepics/wborder/roundl.PNG);
}
#newsticker .bottomright{
	background-image: url(../pagepics/wborder/roundbr.PNG);
}
#newsticker .bottom{
	background-image: url(../pagepics/wborder/roundd.PNG);
}
#newsticker .bottomleft{
	background-image: url(../pagepics/wborder/roundbl.PNG);
}

#news{
	height: 125px;
	width: 200px;
	overflow: hidden;
	text-align: justify;
}

#container {
	position	: absolute;
	width: 380px;
	height	: 330px;
	overflow	: hidden;
}

#contenta {
	position: absolute;
	width		: 375px;
	text-align: justify;
}

#scrollArea {
	position	: relative;
	height		: 330px;
	width		: 10px;
	overflow	: hidden;
	left		: 380px;
}

#scroller {
	position	   : absolute;
	width		   : 10px;
	background	: white;	
	height: 200px;
}

#down {
   position: relative;
}

.picspics{
	margin: 1px;
}

#adminbar{
	position: fixed; 
	Height: 100%; 
	width: 20%; 
	background: #F6A900; 
	text-align: center 
}

#adminbar a{
	color: black;
}

#admincontent{
	position:absolute; 
	left: 20%; 
	height: 100%; 
	width: 80%;
}

#admincontent a{
	color: black;
}

#admincontent a:hover{
	background: #F6A900;
}

#header{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: underline;
}

.subheader{
	font-size: 13pt;
	font-weight: bold;
}
