html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;


}
#body {
	width: 100%;
	height: 100%;
	background-color:#000000;
}

#main1 {
	vertical-align: middle;
	text-align: center;
}
#main_common {
	width:700px;
	margin-left:auto;
	margin-right: auto;
	margin-top:auto;
}

.text {
	text-align: left;
	font-family:tahoma, Verdana, arial;
	font-size:11px;
	color:#000000;

}

.label {
	font-family:tahoma, Verdana, arial;
	font-size:12px;
	color:#A6947A;	
}

#main_label {
	font-family:tahoma, Verdana, arial;
	font-size:11px;
	font-weight:900;
	color:#453321;
	display:block;
	margin-top:25px;	
}



#uplabel {
	position: relative;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	height:15px;
}

#botlabel {
	position: relative;
	text-align:center;
	margin-left:auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom:50px;
	height:15px;
}

#index_img {
	position: relative;
	text-align: center;
	margin-left: 75px;
	margin-top: 25px;
	width: 571px;
}
#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top:2px;
	width: 699px;
	height: 600px;
	background-image:url(/themes/pics/main_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}

#container_gr {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top:2px;
	width: 699px;
	height: 600px;
	background-color:#000000;
	background-image:url(/themes/pics/bg_graph.jpg);
	background-repeat:no-repeat;
}

#container_paint {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top:2px;
	width: 699px;
	height: 600px;
	background-color:#9E8978;
	height: 600px;
	background-color:#000000;
	background-image:url(/themes/pics/bg_paint.jpg);
	background-repeat:no-repeat;
}

.gr_desc {
	font-family:tahoma, Verdana, arial;
	font-size:10px;
	font-weight:bold;
}

.gr_desc_sold {
	font-family:tahoma, Verdana, arial;
	font-size:10px;
	font-weight:bold;
	color:#7A7A7A;
}

td.gr_desc_sold span.gr_title {
color:#7A7A7A;
}
.gr_title {
color:#554B13;
}
.sold {
color:#FF0000;
margin-left:5px;
}

b.nav a {
color:black;
text-decoration:none;
}