body
	{
	font-family: sans-serif;
	background-color: #49bbf5;
	color: #000;
	}

a img
	{
	border: none;
	outline: none;
	}

a:link
	{
	color: blue;
	}
a:visited
	{
	color: red;
	}
a:focus, a:hover, a:active
	{
	color: white;
	}

#copy
	{
	font-size: 0.7em;
	text-align: right;
	}

#navigation
	{
	font-size: 0.8em;
	font-weight: bold;
	top: 0px;
	left: 0px;
	width: 120px;
	margin: 8px;
	position: fixed;
	}
#navigation ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px;
	}
#navigation a
	{
	text-decoration: none;
	}
#navigation ul.sub
	{
	margin: 0;
	padding-left: 10px;
	}
	
@media screen and (max-height: 440px)
	{
	#navigation
		{
		position: absolute;
		}
	}

@media screen and (max-width: 1128px)
	{
	#navigation
		{
		position: absolute;
		}
	}

#contents
	{
	margin-left: 128px;
	margin-right: 8px;
	}
#contents ul
	{
	list-style-type: disc;
	}
#contents table
	{
	border-style: none;
	}

#sitemap td
	{
	padding-right: 8px;
	vertical-align: top;
	}
	
#thetable table
	{
	border-collapse: collapse;
	}
#thetable td, th
	{
	border: 1px solid black;
	padding: 4px;
	}
#thetable td.pic
	{
	margin: 0;
	padding: 0;
	}
#thetable img
	{
	display: block;
	}

#litlist ul
	{
	list-style-type: disc;
	}

.floatleft
	{
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	}
.clear
	{
	clear: both;
	}

.thumpimg
	{
	vertical-align: middle;
	margin: 3px 5px 3px 5px;
	}

.sold
	{
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 1px;
	text-align: center;
	width: 90px;
	margin: 0 3px;
	padding: 3px 8px;
	border-width: 3px;
	border-color: #ff0000;
	border-style: outset;
	display: block;
	float: left;
	}

.for_sale
	{
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 1px;
	text-align: center;
	width: 150px;
	margin: 0 3px;
	padding: 3px 8px;
	border-width: 3px;
	border-color: #ff0000;
	border-style: outset;
	display: block;
	float: left;
	}

#index li
	{
	display: inline-block;	
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	margin: 3px 5px 3px 5px;
	}
}