.plaintext { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #FFFFFF; 
			text-decoration: none } 

.headtext { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; color: #FFCC00; 
			font-weight: bold; 
			text-decoration: none } 

.credittext { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; color: #919191; } 


.plainlineheightsm { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10px; 
			color: #FFFFFF; text-decoration: none ; 
			line-height: 11px} 

.datetext { 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 9.5px; color: #FFFFFF; 
			text-decoration: none ; 
			line-height: 13px; 
			letter-spacing:-0.1mm} 

a:active { text-decoration: none} 
a:hover { color: #A2B7C3; text-decoration: none} 
a:link { text-decoration: none} 
a:visited { text-decoration: none} 

TEXTAREA { 
			border-bottom: #FFFFFF 1px solid; 
			border-top: #FFFFFF 1px solid; 
			border-right: #FFFFFF 1px solid; 
			border-left: #FFFFFF 1px solid;
			background-color:#1B547A; 
			color:#ffffff; 
			font-family: verdana; 
			font-size: 10px; } 

.fields { 
			border-bottom: #FFFFFF 1px solid; 
			border-top: #FFFFFF 1px solid; 
			border-right: #FFFFFF 1px solid; 
			border-left: #FFFFFF 1px solid; 
			background-color:#1B547A; 
			color:#ffffff; 
			font-family: verdana; 
			font-size: 10px; ; 
			font-weight: bold} 

/* code for the form buttons */ 
.formbutton { 
			border-bottom: #FFFFFF 1px solid; 
			border-top: #FFFFFF 1px solid; 
			border-right: #FFFFFF 1px solid; 
			border-left: #FFFFFF 1px solid; 
			background-color:#7F9EB0; 
			color:#ffffff; font-family: 
			verdana; font-size: 10px; 
			font-weight: bold} 

/* code for the selection box */ 
SELECT { 
			background-color:#1B547A; 
			color:#ffffff; 
			font-family: verdana; 
			font-size: 10px; }  


/* code for the body scrollbar */ 
body {
			scrollbar-3dlight-color:#cccccc; 
			scrollbar-arrow-color:#FFFFFF; 
			scrollbar-base-color:#FF6347; 
			scrollbar-darkshadow-color:#000000; 
			scrollbar-face-color:#1B547A; 
			scrollbar-highlight-color:#99B2C6; 
			scrollbar-shadow-color:#99B2C6 } 

			#container {
	padding: 50px 0px 0px; width: 900px; margin-right: auto; margin-left: auto; position: relative;
}
img {
	display: block;
}
#gallery {
	float: left;
}
#thumbs {
	float: left;
}
#gallery {
	width: 238px; height: 250px; overflow: hidden;
}
#gallery img {
	position: absolute;
}
#thumbs {
	width: 150px; height: 100%; overflow: visible;
}
#next {
	background: rgb(255, 204, 153); left: 603px; top: 125px; width: 40px; height: 40px; display: block; position: relative;
}
#next:hover {
	background: rgb(255, 102, 153);
}
.clear {
	clear: both;
}