body {
font-family:Verdana, Geneva, Helvetica, sans-serif;
}
p {

color: #999;
font-size:12px; 
font-weight:lighter; 
}
h2 {
color:#333;
font-size:29px;
font-weight:lighter; 
letter-spacing: -1px;

}
h5 {
color: #666;
font-size:12px; 
font-weight:lighter; 
letter-spacing: 2px;
margin-bottom: 35px;
margin-top: 10px;
}
h6 {
color:#666; font-size:8px; 
font-weight:lighter; 
letter-spacing: 1px;
margin-bottom: 35px;
margin-top: 10px;
}
h3 {
padding-top:15px;
padding-bottom: 1px;
color: #FF8000;
font-size:20px;
font-weight:500;
letter-spacing: 1.5px;

}

hr {
color: #CCC;
width:600px;
margin-top:130px;
}

a img {
border:none;
text-decoration:none;
}
div#contain {
margin: 0 auto;
text-align:center;
margin-top: 20px;
}
ul li {
list-style-type:none;

}

ul#nav {
margin-bottom: 55px;
}

ul#nav li{
display:inline;
padding-left: 15px;
padding-right: 15px;

}
ul.thumbs {
text-indent: none;

}

ul.thumbs li {
display:inline;
text-indent: none;
}
ul.thumbs_web img{
border:1px solid #999;
}


/*form*/
form {background-color: #F4FDFA; margin-left:300px; margin-right:300px; text-align:left; }
label { display: block; font-family: Verdana, Geneva, Helvetica, sans-serif; padding-top: 1em; font-weight: lighter; color: #333; font-weight:lighter; font-size:14px; }

textarea { background-color:#fff; overflow:auto}
input {background-color:#fff;}
submit {border:none;}

label, input, textarea {float: left; clear: left; }



/*highslide*/
<style type="text/css">
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 1px solid #CCC;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #EFEFEF;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; 
	cursor: pointer;
	background: url(highslide/graphics/close.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}
