.nav {
	padding: 15px;
	width: 130px;
	background-color: #535353;
	line-height: 30px;
}
.nav a{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	display:block;
}
.nav a:hover{
	color: #E7E7E7;
	text-decoration: none;
}
.content {
	padding-top: 0px;
	padding-left: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: -10px;
	padding-right: 10px;
}
h1 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
body, td, a, h1, li, div, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
}
a:hover{
	text-decoration:none;
}


.imgbrdr {
	border: 1(value) solid #000000;
}
.topbtmbrdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: "Century Gothic", "Century Gothic Bold";
	font-size: 13px;
	color: #333333;
}
.leftbrdr {
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #000000;
}
.txtbluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 000066;
}
.lrbrdr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.century-gothic-white {
	font-family: "Century Gothic", "Century Gothic Bold";
	font-size: 14px;
	color: #333333;
	letter-spacing: 2pt;
}
#gallery-horizontal ul {
	padding: 5px;
	text-align: center;
	margin: 2px;
}	
#gallery-horizontal ul li {
	list-style: none;
	margin: 0;
	padding: 5px;
	display: inline;
}	
	
