@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin:0px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #9f9f9e;
}
a:link {
	color: #9f9f9e;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #9f9f9e;
}
a:hover {
	text-decoration: none;
	color: #9f9f9e;
}
a:active {
	text-decoration: none;
	color: #9f9f9e;
}
#wrap {
	width:797px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#menuWrap {
	margin-left:5px;
}
.menuItem {
	margin-left:-5px;
	border:0px;
}
#footerWrap {
	font-size:10px;
	text-align:right;
	padding-right:10px;
}
#contentWrap {
	padding:10px;
}
h1 {
	font-size:18px;
	margin-top:-5px;
}
#artwork_table img{
	border:#CCCCCC 1px solid;
}
#artwork_table a {
	border:none;
}
#artwork_table td {
	padding:10px;
}