body {
	font-family: Georgia, Serif, Times;
	text-align:center;
	background: #fff;
}
.container {
	position:relative;
	width:900px;
	padding: 0 20px 20px 20px;
	background:#fff;
	margin: 20px auto 4px auto;
	text-align:left;
}
.credit {
	width:940px;
	text-align:right;
	font-size:10px;
	margin: 0 auto 20px auto;
	color:#777;
}
.credit a, .credit a:visited {
	color:#999;
}

#navbox {
	padding: 10px 0 12px 0;
	margin:0px;
}

.navbtns {
	padding-top: 13px;
	float:right;
}

.nav {
	margin: 0 0 0 12px;
	font-size: 13px;
	letter-spacing:1px;
}

.nav a:link,	.nav a:visited	{ color: #000; text-decoration:none;}
.act a:link,	.act a:visited	{ color: #e92c51; text-decoration:none;}
.nav a:hover					{ color: #fff; background:#ccc; text-decoration:underline;}

.box {
	position:absolute;
	border: 1px dotted #fff;
}

.box:hover {
	border: 2px solid #f00;
}

.b {
	position:absolute;
	background: url('/img/_invis.gif');
}

.b:hover, .bh {
	background: url('/img/_pink3.gif');
}


.s {
	position:absolute;
	background: url('/img/_invis.gif');
}

.s:hover, .sh {
	background: url('/img/_sold1.gif') no-repeat center center;
}

.msg {
	color:#fff;
	font-size:11px;
	text-decoration: none;
}
.msg:hover {
	text-decoration: none;
}

h1 {
	font-weight: normal;
}

p {
	font-size: 13px;
	line-height: 18px;
}

td {
	vertical-align:top;
}