@charset "utf-8";
/* CSS Document */

body {
	font-family:"Arial, Helvetica, sans-serif",sans-serif,verdana;
	font-size: 9pt;
	background-color:#666666;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-colour:#999999;
	
}

.style1 {font-size: 12pt; font-weight: bold; color: #666666;}
.style2 {font-size: 10pt; font-weight: bold; color: #666666; }
.style4 {font-size: 10pt; font-weight: bold; color: #990000; }


#frame{
	width:800px;
	height:725px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	background-color:#ffffff;

}

#pics{
	top:50px;
	width:350px;
	height:550px;
	position:absolute;
	left:401px;
	margin-left:-400px;
	background-color:#FFFFFF;
	border:none;

} 

#title{
	width:760px;
	height:50px;
	position:absolute;
	border:none;
	background-image: url(../images/menubgdark.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer{
	width:760px;
	height:25px;
	border:none;
	position:absolute;
	background-image: url(../images/menubgdark.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:700px;
	left:50%;
	margin-left:-400px;

}

#info{
	top:52px;
	left:352px;
	width:400px;
	height:550px;
	overflow:auto;
	position:absolute;
	background-color:#FFFFFF;
	float:right;
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

 Gallery 

/* styling for the image wrapper  */
	#image_wrap {
		/* dimensions */
		width:300px;
		margin:15px 0 15px 40px;
		padding:15px 0;

		/* centered */
		text-align:center;

		/* some "skinning" */
		background-color:#efefef;
		border:2px solid #fff;
		outline:1px solid #ddd;
		-moz-ouline-radius:4px;
	}
	

 Gallery Graphics 

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/lytebox/loading.gif) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

