body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y:scroll;
	min-height:100%;
}

html {
	min-height:100%;
}

#container {
	min-height:100%;
	position:relative;
}

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
	outline: none; /* remove dotted line from links */
}
a:focus {
	-moz-outline-style: none; /* remove dotted line from links */
}

a:hover {
	text-decoration: none;
	color: #333333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding:0;
	margin:0 0 20px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding:0;
	margin:0 0 5px 0;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 0px;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 12px;
	margin-top: 0px;
}
#error_bar{
	padding:5px 0 5px 10px;
	background-color:#FF9;
	margin-bottom:15px;
}

form{
	margin:0;
	padding:0;
}

/* SHOW FLOATING LAYER */

#show {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: black;
	z-index:101;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
	cursor: pointer;
}

/* SHOW PHOTO */

#photo {
	display: none;
	position: fixed;
	top: 50%;
	height: 600px;	
	width:100%;
	margin-top: -300px;
	text-align:center;
	z-index:102;
	cursor: pointer;
}
#frame {	
	margin:0 auto;
	min-height:100px;
	max-width:600px;
	background:url(../gfx/load.gif) no-repeat #FFF center center;
	border:#000000 5px solid;
	padding: 25px 25px 25px 25px;

}
#img {
	margin:0 auto;
	
}

#close {
	position: relative;
	z-index:110; 
	margin: -15px 0 0 590px;
}

.miniphoto {
	margin: 4px 10px 0 0;
}

.minihover {
	/* set opacity to 100% */
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;

}

.minihover:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);	
	-moz-opacity: 0.75;
	opacity:.75;
}

.prices {
	font-size:10px;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 15px;
	padding: 0px;
}
