

#Gallery {
	margin-top: 15px;
	overflow: auto;
	width: 280px;
	height: 340px;
	clear: both;
}

div {
	scrollbar-face-color:#AE2E0B; 
	scrollbar-track-color:#333333; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-shadow-color:#333333; 
	scrollbar-dark-shadow-color:#1B1B1B; 
	scrollbar-3dlight-color:#999999; 
	scrollbar-highlight-color:#666666;
}

h1 {
	font-family: "Times New Roman", Times, serif; font-size: 30px; font-weight: normal; color: #ffffff;
}

h2 {
	font-family: "Times New Roman", Times, serif; font-size: 16pt; font-weight: bold; color: #ffffff; font-style:italic; text-transform: capitalize;
}

h3 {
	font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: normal; color: #ffffff; text-decoration: none; text-transform: capitalize;
}

.h3-nocaps {
	font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: normal; color: #ffffff; text-decoration: none;
}

.bodytext {
	font-size:14px;
}

.bodytext-bold {
	font-size:14px; font-weight: bold;
}

input {
	color: #ffffff;
	background: #333333;
	border: 1px solid #ffffff
}

.submit input {
	color: #ffffff;
	background: #333333;
	border: 2px outset #ffffff
}

#body-indent {
margin-left:  15px;

}