* { padding: 0; margin: 0; }

body {
	/*background:url(images/tile-top.jpg) repeat-x #853f0a;*/
	/*background:url(images/new-tile-top.jpg) repeat-x #853f0a;*/
	background:#853f0a;
	/*7a5b2c*/	
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

h2 {
	clear: both; 
}
#wrapper { 
 margin: 0 auto 0 auto;
 width: 922px;
}
#bg-top {
	/*background:url(images/header-bg-img.jpg) top center no-repeat;*/
	/*background:url(images/new-top-bg.jpg) top center no-repeat;*/
}
#faux {
 background:url(images/faux.jpg) repeat-y;
/* background:url(images/faux1.png) repeat-y;*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 922px;
 /*height: 250px;  /*used to be 400*/
 height: 25px;
 margin: 0px 0px 0px 0px;
}
#header img {
	margin: 0 10px;
}
#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 205px;
 float: left;
}
#leftcolumn h3 {
	text-align: center;
}
#rightcolumn { 
 float: right;
 color: #333;
 /*margin: 10px;*/
 padding: 0px;
 width: 693px;
 display: inline;
 position: relative;
}
#rightcolumn a, a:visited {
	color:#333;
}
#rightcolumn a:hover {
	text-decoration:none;
}

.silvers img {
	float: left;
	padding: 0 20px 25px 0;
}

#friends td {
	padding: 5px 0;
	width: 344px;
}
#footer { 
 /*background:#edeacb;*/
 width: 902px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
#footer a {
	color:#333;
}
#footer a:visited {
	color:#333;
}
#footer a:hover {
	text-decoration:none;
}
.footer-pic-left {
	float: left;
	margin: 10px 0 0 200px;
}
.footer-pic-right {
	float:right;
	margin: 10px 200px 0 0;
}
#house-nav {
	width: 100%;
	clear:both;
}
.pic-left {
	float:left;
	margin: 10px 15px 10px 5px;
}
.pic-right {
	float: right;
	margin: 10px 5px 10px 15px;
}
#top-left-corner {
	/*background:url(images/top-left-corner.jpg) top left no-repeat;*/
	background:url(images/top-left-corner.png) top left no-repeat;
}
#top-right-corner {
	/*background:url(images/top-right-corner.jpg) top right no-repeat;*/
	background:url(images/top-right-corner.png) top right no-repeat;
}
#bottom-left-corner {
	/*background:url(images/bottom-left-corner.jpg) bottom left no-repeat;*/
	background:url(images/bottom-left-corner.png) bottom left no-repeat;
}
#bottom-right-corner {
	/*background:url(images/bottom-right-corner.jpg) bottom right no-repeat;*/
	background:url(images/bottom-right-corner.png) bottom right no-repeat;
}
a {
	outline:none;
}
a:focus {
	outline:none;
}
a img {
	border-style:none;
	border-width:0;
	outline:none;
}
a img:visited {
	border-style:none;
}
a img:hover {
	border-style:none;
}
.clear { clear: both; background: none; }
.b { font-weight:bold; }
.pro { float:right; z-index: 50; }
.info-header { text-align:center; font-weight: bold; text-decoration: underline; }
.gr { color:#336633; }
.grey { color:#aaa; }
.tan {color:#ecdeaf; }
