body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
img {
	border: none;
}
a {
	font-weight: bold;
	color: #036497;
}
a:hover {
	font-weight: bold;
	color: #0099CC;
}
.mainbody {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 8px;
}
#container {
	width: 690px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#gallerycontainer {
	width: 655px;
	height: 390px;
	margin: 0 auto;
	padding: 20px 10px 20px 25px;
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat:repeat-y;
}

#gallery {
	width: 490px;
	height: 360px;
	float: right;
	margin: 0;
	padding: 0;
}
#thumbs {
	width: 140px;
	float: right;
	padding-right: 5px;
	background-color: #FFF;
}
#controls {
	height: 25px;
}
#controls p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #006699;
}

em {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #026793;
	margin-bottom: 0px;
}

.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036497;
	text-align: center;
	margin-top: 8px;
}
.formlabel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-align: right;


}
.formfield {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.button {
	font-size: 10pt;
	font-weight: bold;
	background-color: #9ACACA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
