/* these are the styles for the 7-10 split */

#container		{width: 99%; 
		background-color: #666;
		border: 1px solid #303; 
		padding: 5px;
		height: 20px; }

#container2	{width: 98%; 
		background-color: #ccc;
		border: 1px solid #303; 
		padding: 5px;
		height: 20px; }

.left 	{float: left;
  	text-align: left;
  	font-weight: bold;
  	color: #fff;
  	width: 48%;
	padding-top: 5px 0px 0px 5 px;}

.right 	{float: right;
  	text-align: right;
  	font-weight: bold;
  	color: #fff;
  	width: 48%;}

div.spacer {clear: both;
	height:0px;}

/* here are the styles for the page */

* 	{font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303;}

h1	{font-size: 55px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;}

img	{border: #000 solid 1px;}

div#leftnav	{position: absolute;
		border: 1px solid #303;
		background-color: #ccc;
		width: 20px;
		padding: 10px;
		margin: 15px 15px 15px 0px;
		text-align: center;
		font-weight: bolder;}
		
div#content	{position: absolute;
		margin: 0 0 0 40px;
		padding: 1em;
		width: 95%;
		color: #000;}

.contact		{font-size: 16px;}

.title		{font-size: 16px;
		font-weight: bold;
		color: #336;
		line-height: 10px;}

.sold		{font-weight: bold;
		color: #900;}


h2		{font-size: 16px;
		font-weight: bold;
		color: #336;}


td.img		{text-align: center;}

td.spacer		{background-color: #ccc;
		width: 7px;
		padding: 0px;}

a:link		{color: #3C006E;}
a:visited		{color: #999;}
a:active		{color: #636;}
a:hover		{font-weight: bold;}

a.nomove:hover		{font-weight: normal;}
