body
{
	color: #996699;
	font-weight: normal;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	line-height: 125%; 
	text-align: center;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-size: 1.4em;
}

h2
{
	margin-top: 8px;
	font-size: 1.1em;
	color: #636;
}

h3
{
	margin-top: 24px;
	font-size: 1.1em;
	color: #636;
}

h4
{
	margin-top: 24px;
	font-size: 1em;
	color: #636;
	font-weight: normal;
}

a 
{
	text-decoration: underline;
	color: #636;
}

a:hover
{
	text-decoration: underline;
	color: #c9c;
}

xul
{
	xpadding-left: 0px;
	margin-left: 24px;
}

xli
{
	padding-left: 0px;
	margin-left: 0px;
}

div#header
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-image: url(header.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 770px;
	height: 110px;
	border-left: solid 1px #CAC9F3;
	border-right: solid 1px #CAC9F3;
	border-top: solid 1px #CAC9F3;
}

#holder
{
	width: 770px;
	background-color: #EEEEFC;
	border-left: solid 1px #CAC9F3;
	border-right: solid 1px #CAC9F3;
	border-bottom: solid 1px #CAC9F3;
	padding: 0px;
	text-align: left;
}

#content
{
	padding: 24px;
	text-align: left;
}

#contentThumbs
{
	padding: 28px;
	text-align: left;
}

#footer
{
	font-size: 0.8em;
	width: 770px;
	color: #999;	
	padding: 2px;
	text-align: left;
}

#footer div#right
{
	float: right;
	color: #ddd;	
	text-align: right;
	background-image: url(isopyl.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 140px;
	height: 15px;
	cursor: hand;
}

span.leftpicture
{
	xclear: both;
	float: left;
	border: solid 1px #0D6FBB;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-right: 24px;
	xpadding: 0px;
}

span.rightpicture
{
	xclear: both;
	float: right;
	border: solid 1px #0D6FBB;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 24px;
	xpadding: 0px;
}

.clear
{
	clear: both;
}

div#image
{
	float: right;
	width: 490px;
	height: 500px;
	background-color: Blue;
}

div#thumb
{
	width: 220px;
	height: 500px;
	background-color: Red;
}

div#albumthumb
{
	width: 220px;
	height: 500px;
	background-color: Red;
}

div#albumtitle
{
	height: 20px;
	background-color: #4e70a1;
	text-align: center;
	color: White;
	font-weight: bold;
	padding-top: 2px;
}

.price
{
	xfont-weight: bold;
	color: #7e90a6;
}

div.photoHolder
{
	width: 128px;
	height: 180px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

div.photoHolder a
{
	text-decoration: none;
	color: white;
}

div.photoHolder a:hover
{
	text-decoration: underline;
	color: white;
}

div.photoHolder div.photo
{
	padding: 6px;
	background-color: #DADAF0;
}

div.photoHolder div.caption
{
	background-color: #4e70a1;
	height: 18px;
	color: white;
	text-align: center;
}

div#contact
{
	float: left;
	margin-left: 16px;
	border: solid 1px #4e70a1;
	background-color: #DADAF0;
	width: 380px;
	height: 170px;
	padding: 24px;
}

div#contact div#left
{
	float:left;
	width: 100px;
}

div#contact div#right
{
	float:left;
}

/* set the size of the definition list <dl> and add the background image */
#imap 
{
	display:block; 
	width:770px; 
	height:110px; 
	background:url(header.png) no-repeat; 
	position:relative; 
	margin: 0px;
	border-left: solid 1px #CAC9F3;
	border-right: solid 1px #CAC9F3;
	border-top: solid 1px #CAC9F3;
}

/* place the <dd>s in the correct absolute position */
#imap dd {position:absolute; padding:0; margin:0;}
#imap #ddhome {left:205px; top:88px; z-index:20;}
#imap #ddabout {left:276px; top:88px; z-index:20;}
#imap #ddgallery {left:346px; top:88px; z-index:20;}
#imap #ddprices {left:420px; top:88px; z-index:20;}
#imap #ddview {left:490px; top:88px; z-index:20;}
#imap #ddcontact {left:626px; top:88px; z-index:20;}
#imap #ddlinks {left:708px; top:88px; z-index:20;}

/* style the <dd><a> links physical size and the background image for the hover */
#imap a#home, #imap a#about, #imap a#gallery, #imap a#prices, #imap a#view, #imap a#contact, #imap a#links
{display:block; height:24px; background:transparent url(arrow.gif) -100px -100px no-repeat; text-decoration:none; z-index:20;}

#imap a#home {width:60px; }
#imap a#about {width:62px; }
#imap a#gallery {width:68px; }
#imap a#prices {width:64px; }
#imap a#view {width:128px; }
#imap a#gallery {width:68px; }
#imap a#contact {width:72px; }
#imap a#links {width:58px; }

/* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {display:none;}

/* move the link background image to position 0 0 when hovered */
#imap a#home:hover, #imap a#about:hover, #imap a#gallery:hover, #imap a#prices:hover, #imap a#view:hover, #imap a#contact:hover, #imap a#links:hover
{background-position:0 0;}
