body {
	background-color: #ffffff;
	font-size: 11pt;
	font-family: sans-serif;
}
   
.nModule {
   display: none;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
}

.listItem, .gridItem {
	vertical-align: top;
	float:left;
	margin: 0px auto 0px auto;
	padding: 0px 5px 0px 5px;
	display: block;
}

.gridItem img {
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	width: 105px;
	height: 105px;
}

.listItem img {
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	width: 105px;
	height: 105px;
	float: left;
}

.lotRow {
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 20px 0px;
	width: 480px;
	display: block;
	float: left;
	border-bottom: 1px solid #dcdcdc;
}

p.headline {
	font-weight: bold;
	font-size: 11pt;
}

#copyright {
	font-size: small;
}

div#page, div#copyright {
   margin: 7%;
   padding-top: 1em;
}

div#copyright {
	border-top: 1px solid #999999;
	margin-top: 20pt;
} 

a:link, a:visited {
   color: #666666;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   display: none;
}

#leftColumn, #rightColumn, .paging, #footer {
	display: none;
}

#main a[href^="/"]:after {
   content: " (http://www.ragoarts.com.com" attr(href) ") ";
}