@charset "UTF-8";

/* start layout */

body	{
	background-color: #e6f0ff;
	font-size: 12pt;
	font-family: helvetica, arial, sans-serif, verdana; 
	text-align: left;
	min-width: 600px;
	width: 600px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

#container1 {
	width: 725px;
	height: 580px;
	padding: 10px 10px 10px 10px;
	}

#container2 {
  	clear: both;
	width: 725px;
	padding: 0 10px 10px 10px;  			
	}
	
#galleries {
  	clear: both;
	width: 725px;
	padding: 0 0 0 0;  			
	}
	

/* end layout */

/* start text */

p  	{ 
	color: #000; 
	font-size: 1em;
	line-height: 1.1em;
}

h1	{	
	color: #069;
	font-size: 1.5em; 
	line-height: 1.25em;
	letter-spacing: .025em;
}

h2	{ 
	color: #069;
	font-size: 1.25em; 
	line-height: 1.25em;
	letter-spacing: .025em;
}

h3	{ 
	color: #000;
	font-size: 1em; 
	line-height: 1em;
	letter-spacing: .025em; 
}

hr	{
	border-color: #369;
  	border-style: solid;
  	border-width: 1px 0 0;
  	clear: both;
  	margin: 0 0 20px;
  	height: 0;
}

img	{
	border: none;
}

/* end text */

/* start other elements */

.floatimgleft {
	width: 295px;
	height: 150px;
	float: left;
	margin: 0 5px 5px 0;
}

.floatimgright {
	width: 295px;
	height: 225px;
	float: right;
	margin: 0 0 5px 5px;
}

/* start text links */

a {
	color: #fff;
}

a:link, a:visited	{
	text-decoration: none;
}	

a:hover		{
	color: #f90;
	text-decoration: none;
}

a:active	{ 
	text-decoration: none;
}
	 
/* end text links */ 


/* start gallery elements */

#imagegallerythumb { 
	position: relative;
	width: 725px; 
	height: 100%;
}

#imagegallerymain { 
	position: relative;
	width: 600px; 
	height: 460px;  
}

p.caption	{ 
	color: #333; 
	font-style: normal; 
	font-size: 10pt; 
	line-height: 12pt; 
	width: 380px;
	text-align: left; 
	padding: 0 0 0 0;
	}
	
p.img_caption	{ 
	color: #333; 
	margin: 0 0 0 0;
	font-style: normal; 
	font-size: 10pt; 
	line-height: 12pt; 
	text-align: left;
	clear: both;
	float: right; 
	}

/* end gallery elements */
