html, body{ 
 background: #fff url(images/bg.gif) repeat-y 50% 0;
 margin:  0;
 padding: 0;
 font-family: Georgia, times, times new roman, serif;
 font-size: small;
 text-align: left; /* IE hack Part 2 */
 }
 
#pagewidth{ 
 width:710px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative; 
 margin-left:-180px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 180px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #ffffff;   /* left column colour */ 
border-left-style: solid; 
background-color: #ffffff; /* center column colour */ 
width: auto; 
 } 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 padding-bottom: 20px;
 }
 
 #maincol a:link, #maincol a:visited {
	color: #4d0767;
}
#maincol a:hover, #maincol a:active {
	color: #EDDDF3;
}
 
#outer>#inner { border-bottom: 1px solid #ffffff;  }
 
.clr{clear:both;}
 
.content{padding:0px 20px 0px 10px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

#footer {
	text-align: center;
	background-color: #ffffff;
	height: 180px;
	width:710px;
	margin:  0;
    padding: 0;
	background: url(images/wave.gif) no-repeat bottom center;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 26px 0;
	text-align: bottom center;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif
	}
	
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #4d0767;
}
#footer a:hover, #footer a:active {
	color: #EDDDF3;
}

#masthead {
 background-image: url(images/masthead.jpg);
 background-color:#fffff; 
 width: 710px;
 height: 145px;
 margin: 0px auto;
 padding: 0px;

}

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

ul.star li {
background: url(images/star.gif) no-repeat;
padding-left: 15px;
} 

#sidebar {
	position: absolute;
	left: 20px;
	margin-right: 5px;
	margin-top: 20px;
}

#sidebar ul {
margin: 0; /*removes indent in IE and Opera*/
padding: 0; /*removes indent in Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}

#sidebar li {
margin: 0;
}

#sidebar a {
	/*/*/padding: 6px;
	display: block;
	color: #FFFFFF;
	background-color: #4D0767;
	border: 2px solid #CCCCCC;
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
	font-weight: bold;
	line-height: 1em;
	width: 110px; /* */
}
#sidebar a:link, #sidebar a:visited {
	border: 2px solid #CCCCCC;
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #A478B3;
	border: 2px solid #CCCCCC;
	font-weight: bolder;
}

.sculpture {
margin: 200px 0px 0px 15px;
	display: inline;
	}
	
.photo {
border: 1px solid #CCCCCC;
padding: 3px; }


 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
