
/* ====== The following CSS is provided as a visual aid, we will not be editing this bit ===== */
*{
	font-size:100%;
}


body{
	font:75%/140% Arial, Helvetica, sans-serif;
	text-align:center;
	color: #3a3a3a;
	background-color:#999;
	margin: 10px 10px 5px 20px;
	line-height: 1.5em;
}

h1{
	color:#900;
	font-weight: bold;
	background-color:#FFF;
	padding: 1px 1px 1px 4px;
}

h2{
	color:#999;
	font:75%/140% Arial, Helvetica, sans-serif;
	background-color:#FFF;
	padding: 1px 1px 1px 4px;
}

h3{
	color:#900;
	font-weight: normal;
	background:url(images/arrow-red.gif) #fff top left no-repeat;
	padding: 0px 1px 5px 25px;
	margin: 1px;
	border: 1px dashed #900;
}

h4{
	color:#999;
	font-weight: bold;
	height: 35px;
	background:url(images/arrow-grey.gif) #fff top left no-repeat;
	padding: 0px 1px 1px 4px;
	margin: 1px;
}

/* ====== Begin editing below this line =====*/

#wrap{
background:#c6c6c4;
width: 900px;
margin: 0px;
padding: 0px;
text-align:left;
border: 0px;
}

#header{
margin: 0px;
padding: 8px 0px 4px 8px;
background-color: #fff;
height: 45px;
}

#menu{
background-color:#fff;
margin: 0px;
padding: 0px 0px 0px 148px;
height: 25px;
}

#submenu {
height: 30px;
margin: -3px 0px 0px 0px;
padding: 0px 0px 0px 488px;
background-color:#fff;
}

#wrapper2 {
	background-color: #c6c6c4;
	border: 1px solid #fff;
	padding: 10px 0px 0px 0px;
	margin:0px}

#thumbnails{
padding: 41px 0px 0px 0px;
width:129px;
float:left;
margin: 0px 0px 0px 11px;
background-color: #c6c6c4;
}

#numbers{
	color:#999;
	font-weight: bold;
	font-size:18px;
	text-align: center;
	height: 25px;
	background: #c6c6c4;
	padding: 1px;
	margin: 1px;
}

#numbers A:link {
    COLOR: #fff; TEXT-DECORATION: none; font-weight:bold;}
#numbers A:visited {
    COLOR: #fff; TEXT-DECORATION: none; font-weight:bold;}
#numbers A:hover {
    COLOR: #900; text-decoration:none; font-weight:bold;}
#numbers a#current {
    COLOR: #000; text-decoration:none; font-weight:bold;}


#thumbpic{
width: 60px;
height: 60px;
border: 1px solid #fff;
padding: 0px;
margin: 1px;
float:left;
background-color: #c6c6c4;
}

#thumbpic2{
width: 60px;
height: 60px;
border: 1px solid #c6c6c4;
padding: 0px;
margin: 1px;
float:left;
background-color: #c6c6c4;
}

#artwork{
width:450px;
height: 450px;
float: left;
margin: 0px 0px 0px 8px;
background-color:#E2E2E2;
border: 1px solid #fff;
}

#text{
width:231px;
height: 361px;
float:left;
margin: 0px 11px 0px 10px;
padding: 10px;
background-color: #E2E2E2;
border: 1px solid #fff;
}

#text A:link {
 	COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#text A:visited {
	COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#text A:hover {
	COLOR: #900; text-decoration:underline; font-weight:bold;}

#subtext{
	padding: 10px 0px 15px 25px;}

#foot{
clear:both;
margin: 0px 0px 5px 0px;
padding: 0px 5px 5px 5px;
font: Arial, Helvetica, sans-serif;
color:#999;
text-align:right;}

#foot A:link {
    COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#foot A:visited {
    COLOR: #900; TEXT-DECORATION: none; font-weight:bold;}
#foot A:hover {
    COLOR: #900; text-decoration:underline; font-weight:bold;}

#copyright{
margin: 0px 0px 0px 620px;
padding: 0px;
text-align: left;
font: Arial, Helvetica, sans-serif;
color:#fff;
}
#copyright A:link {
    COLOR: #fff; TEXT-DECORATION: underline;}
