html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }

body {
	text-align: center;
	font-size: small;
	font-family: 'Times New Roman', Times, 'Times NR', serif;
	}

html, body { background-color: #CCC; }

h1 { font-size: 260%; color: #CDCDCD; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-style: italic;
	font-family: 'Times New Roman', Times, 'Times NR', serif;
	}

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 95%;
	line-height: 1.2;
	}

ul li, ol li { font-size: 95%; }

table { font-family: inherit; }

a:link { color: #660; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

#wrap {
	width: 907px;
	margin: 0 auto;
	padding-bottom: 12px;
	text-align: left;
	background: #C6C3BE url(/images/bk-wrap.gif) 0 0 no-repeat;
	}

#main {
	float: right;
	display: inline;
	width: 695px;
	margin: 0 91px 0 0;
	background-color: #FFF;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #main { width: 685px; }
/* End hide from IE5/mac */

#main .inner {
	margin: 12px 30px 12px 30px;
	min-height: 300px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #main .inner { height: 300px; }
/* End hide from IE5/mac */

#about .inner { background: transparent url(/images/bk-about.jpg) right top no-repeat; }

#about .inner p { margin-right: 170px; }

#nav {
	float: left;
	width: 105px;
	margin: 0 0 8px 8px;
	padding: 0;
	list-style: none;
	}

#nav li {
	width: 105px;
	margin-bottom: 8px;
	}

#nav li a,
#nav li strong,
#nav li a:visited {
	display: block;
	width: 101px;
	height: 100%;
	padding: 5px 0 5px 4px;
	color: #000;
	background-color: #DBDBB8;
	font-weight: bold;
	text-decoration: none;
	}

#nav li strong,
#nav li a:hover {
	color: #FFF;
	background-color: #C6C3BE;
	}

/* Home page
---------------------------------------------------------------------------- */
body#home #wrap { padding-bottom: 40px; }
body#home #nav { margin-top: 185px; }
body#home #main {
	margin-top: 35px;
	background-color: transparent;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body#home #nav { margin-top: 188px; } 
/* End hide from IE5/mac */

#copy {
	float: left;
	width: 206px;
	margin-top: 140px;
	}

#copy h1 {
	margin-left: 8px;
	color: #000;
	font-size: 150%
	}

#copy p {
	padding: 8px;
	background-color: #FFF;
	line-height: 1.1;
	}

#matte {
	float: right;
	width: 465px;
	height: 411px;
	background: transparent url(/images/bk-matte.gif) 0 0 no-repeat;
	}

#matte img {
	float: left;
	margin: 11px 0 0 11px;
	}

#matte .descr {
	clear: both;
	margin: 0 30px 0 0;
	padding: 18px 0 0 0;
	min-height: 55px;
	}

#matte .descr p {
	margin: 0 0 0 60px;
	line-height: 1.1;
	}

#matte .descr img {
	float: left;
	margin: 8px 0 0 0;
	}
	
#legal {
	/*clear: both;*/
	padding: 8px 0;
	width: 907px;
	margin: 0 auto;
	text-align: center;
	color: #666;
	}

/* Customer Comments
---------------------------------------------------------------------------- */
p.comment {
	font-size: 100%;
	font-style: italic;
	}

p.comment:first-line {
	font-weight: bold;
	font-style: normal;
	}

/* Media
---------------------------------------------------------------------------- */
p.media:first-line { font-weight: bold; }

/* Gallery
---------------------------------------------------------------------------- */
#thumbs {
	float: left;
	width: 310px;
	min-height: 300px;
	padding-bottom: 20px;
	}

.row {
	float: left;
	clear: left;
	width: 310px;
	}

.thumb {
	float: left;
	width: 91px;
	margin-right: 8px;
	}

.thumb a img { border: 1px solid #CCC; }

.thumb a.current img { border: 1px solid #000; }

.thumb h3 {
	margin-top: 3px;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.2;
	}

.details { display: none; }

#quilt {
	float: right;
	width: 284px;
	}

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

#right {
	float: right;
	width: 305px;
	}

.fl { float: left; }
.fr { float: right; }
img.fl { margin: 0 12px 12px 0; }
img-fr { margin: 0 0 12px 12px; }
.cl { clear: left; }

.cr { clear: right; }
.cb { clear: both; }


