body {
	margin: 0;
	background-color: #7b4442;
}

p{
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}
h1, h2, h3, h4, h5, h6{
	color: #406383;
	margin: 0;
	padding: 0;
}
img.left{
	padding: 0 5px 0 0;
	float: left;
}
img.right{
	padding: 0 0 0 5px;
	float: right;
}

/* @group All Things Tables */

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	line-height: 19px;
	}
		
td {
	margin: 0;
	padding:3px;
	border: 1px solid #123c66;
	}	
		
th {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #123c66;
	color: #fff;
	border: 1px solid #123c66;
}
		
tr { 
	background-color: #f3f5f1;
	}
tr.odd {
	background-color: #d4daea;
	}
#theTable{
	margin: 0 auto;
	font: 12px "Lucida Grand", Lucida, Verdana, sans-serif;
}
#theTable a{
	color: #fff;
}
#theTable th{
	padding: 5px;
}
#theTable td{
	text-align: center;
}
#theTable .alt{
	background-color: #d4daea ;
}
.alt-content{
	background-color: #fff;
	font: 12px "Lucida Grand", Lucida, Verdana, sans-serif;
	margin: 1em auto;
	min-width: 650px;
	padding: 1em;
	width: 80%;
}
/* @end */

#shadow1{
	display: block;
	width: 800px;
	margin: auto;
	background: url(images/layout/shadow1.gif) repeat-y;
}

#container {
	display: block;
	background-image: url(images/layout/leather.gif);
	width: 760px;
	margin: auto;
	border: 1px solid #4b1515;
}

#wrapper {
	display: block;
	background: url(images/layout/content_bg_tile.gif) repeat-y;
}

#header {
	background-image: url(images/layout/header.gif);
	width: 760px;
	height: 98px;
	display: block;
}

#nav {
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding: 0 58px 4px;
	display: block;
	background-image: url(images/layout/nav_bg.gif);
	min-height: 2em;
}

#title{
	display: block;
	background-image: url(images/layout/pagetitle.gif);
	height: 51px;
	padding-left: 133px;
	font: bold 22px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #406383;
	padding-top: 14px;
	clear: left;
}

#content {
	display: block;
	background: url(images/layout/content_top.gif) no-repeat;
	color: #000;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-left: 132px;
	padding-right: 132px;
	min-height: 243px;
}
#content a:hover{
	text-decoration: none;
	background-color: #dae0cc;
}
#columns_left{
	padding: 10px;
	float: left;
}
#columns_right{
	padding: 10px;
	float: right;
	}

#footer {
	display: block;
	background: url(images/layout/footer.gif) no-repeat;
	height: 34px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding: 257px 50px 10px;
	color: #fff;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	background-color: #633;
}

#api {
	text-align: center;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	display: block;
	color: #bac9d8;
	width: 760px;
	margin: auto;
	padding: 6px;
}

#shadow2{
	display: block;
	margin: auto;
	width: 800px;
	height: 28px;
	background: url(images/layout/shadow2.gif) no-repeat;
}
#api a {
	color: #bac9d8;
}
.clear{
	clear: both;
}
.feature_box{
	background-color: #9dc7f1;
	margin: 5px;
	border: 3px solid #123c66;
	width: 210px;
}

.sold{
	color: #7e0807;
	font-size: 28px;
	font-weight: bold;
	display: block;
	padding: 4px;
	border: 1px dashed #7b4442;
	width: 70px;
	text-align: center;
	background-color: #fefede;
	margin: auto;
	font-style: italic;
}
.sold_small{
	color: #7e0807;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
}