/* CSS Document */

body {
	background: #333;
	margin: 0;
}

*, h1, h2, h3, h4, h5, h6, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

p, td, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p, li {
	font-size: 80%;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 1.4em;
}

a {
	color: #fff;
}

a:hover {
	color: #cd9ccd;
}

h3 {
	font-size: 100%;
	margin-bottom: 0;
}

div#header {
	border-bottom: 3px double #743A74;
	height: 120px;
}

div#header img {
	float: left;
}

div.col {
	margin-left: 200px;
}

img.right, embed.right, object.right {
	float: right !important;
	margin-left: 1em;
}

embed.right, object.right {
	margin-left: 2em;
}

img.left {
	float: left;
	margin-right: 1em;
}

div#content {
	margin: 0 40px 20px 40px;
}

div#nav {
	font-size: 80%;
	margin: 5px 0 2.5em 0;
	clear: both;
}

div#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 12px 0 0;
}

div#nav a:hover {
	color: #fff;
	border-bottom: 3px double #743A74;
}





div#footer {
	border-top: 1px solid #999;
	padding-top: 0.5em;
	margin: 2em 0 0 0;
	clear: both;
}

div#footer p {
	font-size: 70%;
	color: #ccc;
	text-align: center;
	margin-bottom: 10px;
}




#galnav {
	border: 1px solid #fff;
	background-color: #333;
	padding: 10px;
	font-size: 80%;
	width: 170px;
	position: absolute;
	top: 158px;
	left: 176px;
	display: none;
}
	#galnav a {
		display: block;
		padding: 3px;
		font-weight: bold;
	}


#bigpic {
	width: 100%;
	text-align: center;
	height: 170px;
	margin-top: 50px;
}
	#bigpic img {
		max-height: 580px;
	}
	#bigpic h3 {
		margin-bottom: 1.1em;
	}
.piclist {
	padding: 26px 0 0 0;
	margin: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	height: 233px;
	width: 100%;
	background: #666 url(images/feather-top.png) repeat-x top left;
	position: absolute;
	bottom: 0;
}
	.piclist ul {
		padding: 0;
		margin: 0;
		height: 220px;
		width: 11000px;
	}
	.piclist ul li {
		list-style: none;
		float: left;
		width: 270px;
		height: 210px;
		margin-right: 15px;
		text-align: center;
	}
	.piclist ul li img {
		max-width: 250px;
		max-height: 190px;
	}
	.piclist ul li img:hover {
		border: 10px solid #fff;
		margin-top: -10px;
	}
a img {
	border: none;
}
#content {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#nav { padding-left: 40px }
#content p, #content h3 { margin-left: 40px; }
#content h3 {
	color: #cd9ccd;
}

