#body 
{
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
}

#body A 
{
	color: #006666;
	text-decoration: none;
}
#body A:Hover 
{
	color: #00CC66;
	text-decoration: none;
}

#top_navigation
{
	text-align: right;
}

#title 
{
	font-size: medium;
	font-weight: bold;
	color: #6B838D;
	text-align:center;
	padding-top: 10px;
}

.header
{
	background-color: #F1EBEB;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(http://shockingprice.com/ebay/images/bar_corner.jpg);
	display:table-cell;
	width: 600px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #7C929C;
	height: 25;
	padding-left: 5px;

}

.contents
{
	background-color: #F7F7F7;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
}

img
{
	border-style: none;
}

.font_small {
	font-size: 11px;	
}

/* These classes are used on the Blackthorne Ad-template*/

.pic_top 
{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.pic_additional img 
{
	height: 200px;
	margin-bottom: 5px;
}
.clearBoth 
{
	clear: both;
}


