<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* page */
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	/* needed for container min-height */
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
}
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: transparent;
}

/* sections */
div#header {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: center;
}
div.page_slice {
	clear: both;
	padding: 10px 0px 40px 0px;
	margin: 0px auto;
	width: 800px;
}
div#content {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
	div#content p {
		margin: 0px 0px 30px 0px;
	}

div#nav {
	float: right;
	width: 150px;
	padding: 12px;
	margin: 0px 20px 0px 0px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	background-image: url("../images/nav_background.jpg");
	background-repeat: no-repeat;
}
	div#nav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	div#nav ul ul {
		margin: 6px 0px;
		padding: 5px 5px 5px 25px;
		list-style-type: disc;
		list-style-position: outside;
		list-style-image: url("../images/disc.gif");
		border: 1px solid #bebebe;
		background-image: url("../images/opacity.gif");
		background-repeat: repeat-y;
	}
	div#nav li {
		margin: 0px;
		padding: 6px 0px;
	}
div#ads {
	width: 800px;
	padding: 10px;
	margin: 0px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	background-image: url("../images/nav_background.jpg");
	background-repeat: no-repeat;
}
div#footer {
	position: fixed;
	z-index: 3;
	width: 100%;
	bottom: 0px;
	/* stick to bottom */
	padding: 4px 0px;
	border-top: 2px solid #731616;
	color: #fff;
	text-align: center;
	background-color: #3d3d3d;
}
	div#footer p {
		margin: 0px;
		padding: 0px;
	}
	div#footer a:link, a:visited, a:hover { color: #fff; }


/* items */
img, a img { border: 0px; }
p { line-height: 1.5em; margin: 5px 0px; }
p.clear { clear: both; }

img, a img { border: 0px; }

h1 { font-size: 22px; color: #731616; font-weight: normal; margin: 5px 0px; }
h2 { font-size: 18px; color: #731616; font-weight: normal; margin: 5px 0px; }
h3 { font-size: 14px; color: #333; font-weight: bold; margin: 0px; }

a:link, a:visited, a:hover { color: #33c; }

/* special elements */

p.gallery img { float: left; margin: 6px; }
p.list img { float: left; margin: 10px; }

div.show_video {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	background-image: url("../images/nav_background.jpg");
	background-repeat: no-repeat;
}
	div.show_video a {
		text-decoration: underline;
		color: #33c;
	}
div.video {
	margin: 0px 0px 30px 0px;
}

ul.designspec { margin: 5px 0px 5px 30px; padding: 0px; }

</pre></body></html>