@CHARSET "ISO-8859-1";

body {
	background-color: #343a36;
	color: #c3c1c1;
	font: 10pt/20px Verdana;
}
h3 {
	font: 800 12pt Verdana;
	margin: 0 0 8px 0;
}
#index-header,
#site-header {
	background-color: #232422;
}
.divider {
	width: 100%;
	border-top: 1px solid #515452;
	padding: 12px 0;
}
#site-logo {
	padding: 4px 0 4px 100px;
	width: 208px;
	float: left;
}
#site-slogan {
	padding: 84px 8px 0 0;
	float: right;
}
#nav {
	background: #131412;
}
#index-header p {
	color: #FFF;
	line-height: 20px;
	padding: 12px 0 0 10px;
}
a {
	color: #cf943f;
	text-decoration: none;
}
a:hover {
	color: #FFC;
}
#nav td a:hover {
	background-color: #343a36;
	color: #FFF;
}
#index-content {
	background: transparent url(/images/layout/nav-sh-bg.gif) repeat-x;
}
.grey {
	color: #888;
	font-size: 8pt;
}
.index-main-img {
	border: 1px solid #000;
}

#gallery .cat {
	color: #996;
	font-weight: 800;
	font-size: 8pt;
	padding: 12px 0 0 0;
}
#gallery #col-1 a {
	color: #FF9;
}
#gallery #col-1 a:hover {
	color: #FFF;
	border-bottom: 1px dotted #C93;
}
#col-2 img {
	border: 2px solid #151614;
	margin: 5px;
	float:left;
}
#col-2 .ghost {
	border: 2px solid #555c57;
	margin: 5px;
	float:left;
}
#main-img img {
	border: 1px solid #151614;
}
#col-2 img:hover {
	border: 2px solid #FFF;
}
#col-2 img.active {
	border: 2px solid #FFC;
}

.label {
	text-align: right;
	color: #996;
	padding: 0 4px 0 0;
}
.form-table {
	border-collapse: collapse;
}
.form-table td {
	padding: 1px 2px;
}