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

body {
	background: #000;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px;
}

img a:hover {
	border: none;
}

#left {
	width: 200px;
	float: left;
}

#right {
	width: 700px;
	float: right;
	margin-top: -8px;
	#margin-top: 0;
}

h1, h2, h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

a, li, p {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
}

#current {
	text-decoration: underline;
}

#left li a:hover {
	border-left: 3px solid #000;
}

#title {
	background: url(../img/title.jpg) no-repeat;
	height: 20px;
	width: 191px;
	text-indent: -3000px;
}

#subtitle {
	background: url(../img/subtitle.jpg) no-repeat;
	height: 20px;
	width: 89px;
	text-indent: -3000px;
}

#links {
	padding-top: 20px;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li {
	padding-bottom: 2px;
}

#imageLinks li{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#exLinks ul {
	padding-bottom: 10px;
}

#artwork {
	padding-top: 10px;
	#padding-top: 0;
	clear: left;
}

#artwork img {
	border: 2px solid #fff;
}

#imgrow img {
	float: left;
	margin-top: 170px;
	padding-right: 5px;
}

/*FORM*/

.textbox {
	border: none;
	background: #fff;
	color: #000;
	padding: 3px;
	width: 300px;
}

.textarea {
	border: none;
	background: #fff;
	color: #000;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width: 300px;
	height: 200px;
}

.submit {
	border: 1px solid #6EDF53;
	background-color: #298512;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	margin-top: 10px;
}

/*FORM*/

.dimension {
	font-size: 10px;
}
