
body{
	font-size: 76%;
	font-family: Lucida Grande, Lucida Sans, sans-serif;
	background-color: #687B8f;
	width: 100%;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4
{
	font-family: Cochin, Georgia, serif;
	font-weight: normal;
	text-transform: inherit;
	letter-spacing: 1.2;
}

a:link,a:visited
{
	color: #eeeeff;
	text-decoration: none;
	}

a:hover
{	text-decoration: underline;
}


#top
{
	width: 100%;
	background-color: #687B8F;
	height: 76px;
	color: #ccc;
	background-image: url(art/top.jpg);
	background-repeat: repeat-x;
}

#top h1
{
	text-align: right;
	font-size: 24px;
	margin-right: 32px;
	letter-spacing: .3em;
	font-family: Lucida Grande, Lucida Sans, sans-serif;
}

	
#navlist{
	width: 100%;
	background-color: #687B8f;
	height: 32px;
	color: #fff;
	}
	
#navlist ul 
{
	display: inline;
	list-style-type: none;
	list-style-position: default;
}
	
#navlist ul li 
{
	display: inline;
	padding-right: 24px;
	padding-left: 2px;
	padding-bottom: 2px;
	vertical-align: middle;

	}
#navlist img
{
	vertical-align: middle;
	text-transform: inherit;
}

	
#catalog, {
	width: 700px;
	margin-left: 32px;
	}
	


#footer
{
	width: 100%;
	color: #fff;
	font-size: .8em;
	display: inline;
	list-style-type: none;
	list-style-position: default;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .3em;
}
	
	
#footer ul 
{
	border-color: #036;
	border-width: 1 0 0 0;
	border-style: dotted;
}
	
#footer ul li
{
	display: inline;
	padding-right: 24px;
	padding-left: 2px;
	padding-bottom: 4px;
	vertical-align: middle;
}

#footer img
{
	vertical-align: middle;
	text-transform: inherit;
}
	

#bottom
{
	border-color: #fff;
	color: #036;
	font-size: .8em;
	text-align: center;
	text-transform: inherit;
}

/* -------- catalog item -------- */
	
div .catalogItem
{
	width: 300px;
	height: 200px;
	float: left;
	border-color: #CCC;
	border-width: 1;
	border-style: none;
	overflow: hidden;
	margin: 0 48px 20px 0px;
}

.catalogItem p
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 0;

	margin-bottom: 0.5em;
	}
	
.catalogItem h2
{
	font-size: 1.4em;
	}
	
.catalogItem img
{	margin-right: 16px;
}

.catalogItem .more
{
	float: right;
	}
	
/* ------------ HypertextNow  ------------- */
#main {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}
	
#main a:link,#main a:visited {
	color: #ccf;
	}
	
blockquote
{
	font-size: .85em;
	}
	
#main td ul li
{
	font-size: .70em;
	list-style-type: none;
	list-style-position: default;
}
	
#main p
{	line-height: 1.3;
}

#main h1 {font-size: 3em;}
#main h2 {font-size: 2em;}
	
.sideboxLeft
{
	width: 240px;
	float: left;
	margin-right: 20px;
	border-color: #626;
	border-width: 1;
	border-style: dotted;
	background-color: #778;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 2px 10px 2px 10px;
}


.sideboxRight
{
	width: 240px;
	float: right;
	margin-left: 20px;
	border-color: #626;
	border-width: 1;
	border-style: dotted;
	background-color: #778;
	font-size: 0.8;
	line-height: 1.3em;
	padding: 2px 10px 2px 10px;
}

.pullquote
{
	width: 200px;
	float: left;
	margin-right: 1em;
	text-align: right;
	font-size: 1.5em;
	line-height: 1.4em;
	}
	
.caption
{
	font-size: 9px;
	line-height: 10px;
	}