@import url("/css/lightbox.css");
body {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333333;
	background-color: #0663c2;
	margin: 0px;
	
}
a, a:VISITED, a:HOVER, a:ACTIVE {
	color: #333333; 
}
 
 /*link="#333333" vlink="#333333" alink="#333333"*/
img {
	border:0px;
} 
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
	margin: 0px 0 5px 0;
}
 
 
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
 
#footer { 
	font-size: 0.7em;
}








#content {
	margin:30px;
}








#gallery-preview-table {
	min-width:500px;
	/*max-width: 800px;*/
}
#gallery-preview-table .section{
	font-size:1.0em;
	font-weight:bold;
	clear:both;
	float:none;
	margin-bottom:5px;	
}
#gallery-preview-table .item {
	width:130px;
	height:150px;/*130*/
	float:left;
	margin: 1px;
}
#gallery-preview-table .item .desc{
	font-size:0.8em;
}
#gallery-preview-table .item .image image{
	background-color:#CCE7F7;
}
