@charset "UTF-8";
/* CSS Document */

body { 
	background:url(../images/mainBG.jpg) top repeat-x #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#996;
	margin:0px;
	padding:0px;
}
h1 {
	color:#b0dc77
}
a {
	color:#8ccb3b;
	border:0px;
	-moz-outline:none
}
a:hover {
	color:#FFF
}
img[align="right"] {
	float:right;
	margin:0px 0px 10px 20px;
	border:#333 solid 2px;
}
img[align="left"] {
	float:right;
	margin:0px 20px 10px 0px;
	border:#333 solid 2px;
}
form {
	margin:auto;
	text-align:center;
}
input[type="submit"] {
	background:#8ccb3b;
	color:#000;
	padding:5px;
	font-size:14px;
	border:#333 solid 2px
}
input[type="submit"]:hover {
	background:#b0dc77;
	color:#000
}
#container {
	width:986px;
	margin:auto;
	padding:0px;
}
#header {
	width:986px;
	height:206px;
	background:url(../images/header.jpg) no-repeat left;
}
#header a {
	width:986px;
	height:206px;
	display:block;
	float:left;
}
#header h1 {
	padding:0px;
	margin:0px;
	text-indent:-10000px;
}
#footer {
	float:left;
	width:986px;
	color:#598427;
	text-align:center;
	font-size:11px;
	font-style:italic;
}
#footer p {
	border-top:1px dotted #598427;
	padding-top:20px;
	margin:auto;
	width:700px;
}
#menu {
	width:986px;
	height:26px;
	float:left;
	background:url(../images/menuBG.jpg) right no-repeat;
}
#menu, #menu ul {
	padding:0px;
	margin:auto;
	list-style: none;
}
#menu ul:first-child {
	margin-left:80px;
}
#menu a:hover, #menu a:active {
	border-top:3px #C93 solid;
	margin-top:-3px;
}
#menu li:hover ul li {
	margin:0px;
}
#menu li {
	float: left;
	line-height:26px;
}
#menu li ul {
	position: absolute;
	left: -999em;
	padding:10px 0px
}
#menu li:hover ul {
	left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	width:130px;
	padding:0px;
	left: auto;
	background:#000;
	border:#384c13 solid 1px;	
	z-index:20
}
#menu li ul li a {
	width:120px;
	padding:5px 5px;
	display:block;
	line-height:20px;
	}
#menu li ul li a:hover {
	border:none;
	background:#384c13;
	color:#b0dc77;
	margin-top:0px;
}
a#printlink {
	background:url(../images/printing.jpg) no-repeat top;
	width:165px;
	display:block;
	text-indent:-10000px
}
a#artlink {
	background:url(../images/art.jpg) no-repeat;
	width:136px;
	display:block;
	text-indent:-10000px;
}
a#biolink {
	background:url(../images/bio.jpg) no-repeat;
	width:116px;
	display:block;
	text-indent:-10000px;
}
a#contactlink {
	background:url(../images/contact.jpg) no-repeat;
	width:98px;
	display:block;
	text-indent:-10000px;
}
a#printlink:hover {
	background:url(../images/printingHOVER.jpg) no-repeat top;
}
a#artlink:hover {
	background:url(../images/artHOVER.jpg) no-repeat;
}
a#biolink:hover {
	background:url(../images/bioHOVER.jpg) no-repeat;
}
a#contactlink:hover {
	background:url(../images/contactHOVER.jpg) no-repeat;
}
.content {
	width:786px;
	padding:50px 100px 100px 80px;
	float:left;
}
.content p, .content table, .content ul {
	margin: 10px 20px;
	line-height:20px;
}
.table {
	width:780px;
	border: #333 solid 1px;
}
.table td {
	border-bottom:1px #333 solid;
	padding:10px;
}
.tableitem {
	background:#333;
	color:#CC9
}


ul.mainlist {
	margin:auto;
	width:600px;
}
ul.mainlist li {
	display:block;
	list-style:none;
	float:left;
	width:300px;
	text-align:center;
}
ul.thumblist {
	width:734px;
	list-style:none;
}
ul.thumblist li {
	width:120px;
	height:120px;
	display:block;
	float:left;
	margin:1px;
	text-align:center;
}
#splash {
	width:500px;
	margin:auto
}
#splashheader h1 {
	background:url(../images/splashtitle.jpg) no-repeat;
	text-indent:-100000px;
	width:350px;
	height:150px;
	margin:45px auto 0px;
	padding-bottom:10px;
}
#splash #menu {
	background:none;
}
#splash #menu ul {
	padding:0px;
	margin-top:25px auto 0px;
	list-style: none;
}
#splash #menu ul:first-child {
	margin-left:0px;
}	
#splashimage {
	background:url(../images/splash.jpg);
	height:339px;
	margin:40px auto;
	width:463px;
}
#splash #footer {
	width:500px;
	margin:auto;
}
#splash #footer p {
	
	width:500px;
	margin:auto;}
	
	