@font-face {
    font-family: 'Elstob';
    src:url("./common/Elstob.woff2");
    font-weight: 200 800;
    font-style: normal;
}
@font-face {
    font-family: 'Elstob';
    src:url("./common/Elstob-Italic.woff2");
    font-weight: 200 800;
    font-style: italic;
}
body {
	margin: 0;
	color: #444400;
	font-family: 'Elstob', serif;
	background-image: url("triangle5.jpg");
	background-color: 4B331B;
}

div.main {
	border: 3px solid #424A15;
	margin: 10px auto;
	padding: 25px;
	width: 627px;
	background-color: #E9E0C0;
	background-image: url("cream-stripe3.gif");
	font-weight: normal;
}

div.shop {
	border: 3px solid #006666;
	margin: 10px auto;
	padding: 25px;
	width: 627px;
	background-color: #F3F1EC; /* F3F0E3 */
	background-image: url("tiles/simple-waves3.png");
	color: #000000;
	font-weight: normal;
}

div.chroma {
	border: 3px solid #333333;
	margin: 10px auto;
	padding: 30px;
	width: 660px;
	background-color: #000000;
	font-weight: normal;
}

div.footer {
	border: 0;
	margin: auto;
	text-align: center;
}

div.comments {
	border: 0;
	margin: auto;
	min-width: 65%;
	max-width: 627px;
}

div.wrapperhack {
	margin: auto;
	width: 458px;
	height: 458px;
}

table.image {
	border: 3px solid #424A15;
	margin: 10px auto;
	padding: 20px;
	background-color: #E9E0C0;
	background-image: url("cream-stripe3.gif");
}


.center {
	text-align: center;
}

.fineprint {
	font-size: 70%;
}

.description {
	border: 0;
	margin-left: 15px;
}

strong {
	font-size: 120%;
	font-weight: normal;
}

ol {
	margin: 0px;
}

ul {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0;
	line-height: 20px;
}

ul.twocols {
	float: right;
	margin: 0px 0px 0px 7px;
}

ul.horiz {
	list-style-type: none;
	white-space: nowrap;
	margin: 2px;
	padding: 0;
}

ul.horiz li {
	display: inline;
}


h1 {
	margin-top: 15px;
	font-size: 170%;
	font-weight: bold;
	font-style: italic;
}


h4 {
	margin-bottom: 0px;
	font-size: 115%;
	font-weight: normal;
}

a {text-decoration: none;}
a:link {color: #666633;}
a:active {color: #999933;}
a:visited {color: #6F6660;}
a:hover {color: #999966; text-decoration: underline;}
