body
{
	margin: 0;
	padding: 0;	
	font-family: Arial, Verdana, _sans;
}

#header
{
	display: block;
	width: 770px;
	height: 365px;
	background: #fff;
	margin-bottom: 20px;	
	background: #fff url('img/header.jpg') no-repeat 240px 0;
}
#header:hover
{
	background: #fff url('img/header_over.jpg') no-repeat 240px 0;
}

#header .logo
{
	width: 230px;
	height: 50px;
	background: #fff url('img/headerLogo.jpg') no-repeat 0 -10px;
	
}

#header h3
{
	
	width: 210px;
	font-family: Arial, Verdana, _sans;
	font-size: 11px;
	color: #828282;
	text-align:right;
	margin-top: 0;
	padding-top:0;
	display : none;
}

#navi
{
	width: 230px;
	margin-top: 25px;
}

#navi ul
{
	width: 230px;	
	margin: 0 auto;
	padding:0;
}
#navi ul li
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#navi ul li a
{
	display: block;
	font-family: Arial, Verdana, _sans;
	font-size: 12px;
	color: #828282;
	width: 210px;	
	background: #fff;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align: left;
	text-decoration: none;
	height: 17px;
	padding: 3px 0 0 10px;
	margin-bottom: 1px;
	border-left: 1px solid #e7e7e7;
	overflow: hidden;
}
#navi ul li a:hover
{
	/*
	color: #fff;
	background: #ff9c00;
	*/
	color: #ff9c00;
	border-left: 4px solid #ff9c00;
}

/* layout */
.center
{
	margin: 0 auto;
	left: 0;
	right: 0;
}

.bar
{
	width: 772px;
	height: 30px;
	border-bottom: 1px solid #e7e7e7;	
	border-top: 1px solid #e7e7e7;	
	text-align: center;
}
.bar h2
{
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 6px;
	padding-bottom: 7px;
	font-size: 15px;
	color: #828282;
}
.rightTopic
{
	float: right;
	width: 530px;
}
.leftTopic
{
	float: left;
}

.content
{
	width: 750px;
	padding: 10px;
	border-left: 1px solid #e7e7e7;	
	border-right: 1px solid #e7e7e7;	
}

.content a
{
		color: #ff9c00;	
}

.content .contentcontainer
{
	float:right;
	width: 520px;
	font-size: 12px;
	line-height: 17px;
	color: #828282;
	text-align:left;
}

.fullsizeContent
{
	font-size: 12px;
	line-height: 17px;
	color: #828282;
	text-align:left;
}
.content .contentcontainer h2
{
	color: #ff9c00;
	font-weight: normal;
	border-bottom: 1px dotted #ff9c00;
	margin: 0;
	padding: 0;
}

.content .metacontainer
{
	float:left;
	width: 220px;
	margin-top: 7px;
}

.content .metacontainer .info
{
	width: 206px;
	padding: 2px;
	font-family: Arial, Verdana, _sans;
	font-size: 11px;
	color: #828282;
	text-align: left;
}

.content .metacontainer a
{
}

.content .metacontainer img
{
	margin: 10px 10px 0 0;
	float: left;
	border: 0;
}

.content .clear
{
	clear: both;
}

.footer
{
	text-align: center;
	font-size: 10px;
	color: #828282;
}

table 
{
	margin:0px;
	padding:0px;
	width: 100%;
	font-family: Arial, Verdana, _sans;
	font-size: 11px;
	color: #333;
	border-spacing: 1px;
}

th
{
	height: 40px;
	color: #ff9c00;
	background: #fff;	
}
.td1, .td3, .td4, .td5, .td6
{
	text-align: center;
}
tr 
{
	margin:0px;
	padding:0px;
	background: #eee;
}
tr:hover
{
	color: #fff;
	background: #ff9c00;
}

.tr1
{
	background: #f2f2f2;
}

.tr2
{
	background: #fff;
}
td
{
	height:50px;
	font-weight: normal;
	color:#797979;
	
}
.td1 
{
	width:180px;
	font-size:20px;
	color:#9a9a9a;
}

tr.sold .td1 
{
	background: url('img/sold.png') no-repeat 8px 50%;
}
.td2 
{
	text-align: left;
	padding-left: 10px;
}

.td6
{
	width: 100px;
}