body{
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	background-attachment: fixed;
	background-image: url(images/bodybgr2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;/*
	background-color:#f4f4f4;*/
	
}
#top{
	width: 100%;
	height:6px;
	background-color: #efefef;
	font-size:1px;
	margin-bottom: 12px;

}
#container{
	width:760px;
	margin:0px auto;
	text-align:left;
	
}
#head{	
	background: url(images/head-line.gif) repeat-x top;
	height: 25px;

}
#head img{
	border:0;
}
#content{

}
#wrapper{
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 24px;
}
#leftcol{
	float: left;
	width: 190px;
	margin-left:0px;
	margin-right:0px;
	/*padding-right:17px;*/
	overflow: hidden;
	/*background-color: #cec;*/
}
#rightcol, #rightcollight{
	position: relative;
	float:right; 
	width:570px;
	/*top: 24px;*/
	padding-right: 0px;
	/*background-color: #eec;*/
}

.clear{
	clear:left;
	height:1px;
	/*border-bottom: #ccc solid 1px;*/
}



#nav{
	float: left;
	margin-left:0px;
	overflow: hidden;
}
#nav ul{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	margin-bottom: 12px;
}
#nav li{
	/*border-bottom: #ECECEC 1px solid;*/
	color: #4e4e4e;
	font-size: 14px;
	text-transform: uppercase;
	padding: 2px 0px 2px 0px;
}
#nav .active{
	color: #f6c;
	
}
#nav h2{
	color: #8095A8;
	margin: 0px 0px 6px 0px;
	font-size: 17px;
	font-weight: normal;
}
#nav a{
	text-decoration: none;
	color: #4e4e4e;
}
#nav a:hover{
	/*border-bottom: 1px solid #f6c; 
	border: 2px solid #f6c;*/
	text-decoration: none;
	/*color: #4e4e4e;*/
	color: #f6c;
}
#rightcol h1, #rightcollight h1{
	color: #8095A8;
	margin: 0px 0px 12px 0px;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
#rightcol h3, #rightcollight h3{
	color: #8095A8;
	margin: 18px 0px 6px 0px;
	font-size: 17px;
	font-weight: normal;
}
#rightcol h2, #rightcollight h2{
	color: #8095A8;
	margin: 18px 0px 6px 0px;
	font-size: 16px;
	font-weight: bold;
}
#rightcol p, #rightcollight p{
font-size: 14px;
line-height: 22px;
margin: 0px 0px 6px 0px;
}
#rightcol img{
float: left;
border: #efefef solid 1px;
padding:4px; 
margin-bottom:18px;
/*border-bottom: #efefef solid 1px;
padding-bottom:4px; */
}
#rightcol .more, #rightcollight .more{

font-size: 14px;
padding-top:8px;
}
#rightcol .more a, #rightcol .more a:hover, #rightcollight .more a, #rightcollight .more a:hover{
	text-decoration: underline;
	color: #f6c;
}
#rightcol .desc, #rightcollight .desc{
clear: both;
font-size: 12px;
margin-left:4px;
font-style:italic;
}


/*-----------------LIGHTBOX------------------*/
.imageitem {
	float:left;
	margin: 4px;
	width: 170px;
	border: 1px solid #efefef;
	padding: 4px;
}
.imageitem img{
	border: 0;
}
.imagefooter span{
	float: left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding-top: 4px;
}
.imagefooter img{
	float:right;
	border: 0;
	padding-top: 2px;
}
.imagefooter span img{
	float: left;
	margin-right: 4px;
}
.imagebreak{
	clear:both;

}
/*LINK  STYLES*/
a:link {
	color: #f6c;
	text-decoration:none;
}
a:visited {
	color: #f6c;
	text-decoration:none;
}
a:hover {
	color: #f6c;
	text-decoration:none;
}
#rightcol p a:link {
	color: #666;
	text-decoration:none;
	background: url(images/linkline.gif) repeat-x bottom;
}
#rightcol p a:visited {
	color: #666;
	text-decoration:none;
	background: url(images/linkline.gif) repeat-x bottom;
}
#rightcol p a:hover {
	color: #f6c;
	text-decoration:none;
	background: url(images/linkline.gif) repeat-x bottom;
}
.sold{
	color: #990000;
}
