body, html{
	font-size:10px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background:#fff url(images/BodyBG.png) bottom center repeat-x fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#180250;
}
#container{
	position:absolute;
	overflow:visible;
	top:5px;
	left:5px;
	width:95%;
}
.menuButton{
	cursor:pointer;
	float:left;
	display:block;
	width:100%;
	clear:both;
	text-indent:10px;
	font-size:10px;
	color:#000;
	color:#180250;
	font-weight:bold;
	letter-spacing:2px;
	text-decoration:none;
	border:1px solid #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	background:url(images/MenuButtonFade2.png) no-repeat left top;
}
.menuButton:hover{
	background:#333 url(images/MenuButtonFade2.png) no-repeat left top;
}
.contentHolder{
	height:0;
	display:none;
	border:1px solid #000;
	background:#eee;
	float:left;
	clear:both;
	background:url(images/BGFade.png) repeat-x top left;
}
.content{
	height:auto;
	text-align:left;
}
#picDiv{
	position:absolute;
	overflow:hidden;
	height:1px;
	width:100%;
	margin:0;
	padding:0;
	left:0;
	top:0;
	background:url(images/OverlayBG.png) repeat left top;
}
.imageButton{
	cursor:pointer;
	display:inline-block;
}
.imageButtonThumb, .FotoTitle{
	cursor:pointer;
	display:block;
	float:left;
	width:85px;
	height:85px;
	background:url(images/ThumbBG.png) no-repeat left top;
	padding:0;
	margin:0;
}
.standard{
	border:1px solid #180250;
	border-width: 0 0 1px 0;
	padding:0 5px 2px 5px;
	color: #180250;
	text-decoration:none;
	font-weight:bold;
}
.standard:hover{
	color: #000;
	border-width: 0 0 2px 0;
	padding:0 5px 1px 5px;
}
ul{
	margin:0 auto 0 10px;
	list-style:none;
	padding:0;	
}
li{
	padding-left:15px;
	line-height:18px;
	background:url(images/li.gif) no-repeat left 7px;
}
h1{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin: 0 0 0 10px;
}
hr{
	border:none;
	height:1px;
	background:#eee;
	color:#eee;
	width:99%;
	margin: 5px auto 5px 10px;
	padding:0;
	clear:both;
}
p{
	margin:0;
	padding:10px;
}
a img{
	border:none;
}