#gallery {
	background-color: none;
	padding: 10px;
	width: 520px;
}
#gallery ul {
	list-style: none; 
}
#gallery ul li {
	display: inline; 
}
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}
#gallery ul a:hover {
 	color: #fff; 
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/blank.gif);
	padding-left: 20px;
	top: -13px;
	left: 443px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 2px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	left: 22px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
a {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #fa8737;
	text-decoration: none;
}
a:hover { 
font-family: Trebuchet MS; 
font-size: 14px; 
color: #ffffff; 
text-decoration: none; 
}
td { font-family: Trebuchet MS; font-size: 14px; color: none; }
form { margin: 0px; padding: 0px; }
textarea {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
.text {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #fa8737;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	height: 30px;
	text-decoration: none;
}
.header {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #ffffff;
	height: 30px;
	text-decoration: none;
}
.style1 {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #cccccc;
	height: 30px;
	text-decoration: none;
}
