body 
{
	background-color: black;
	font-family: Arial;
}

#content
{
	background-color: white; 
	min-height: 100%;
}

#header
{
	background-color: white; 
}

.top 
{
	color: white;
}

.itemTitle
{
	text-transform: uppercase;
	font-size: 13;
	font-weight: bold;
	color: #34282C;
}

.moreInfoLink
{
	font-size: 12;
	color: #34282C;
}

.itemTitleBig
{
	text-transform: uppercase;
	font-size: 16;
}

.itemText
{
	font-size: 9;
}

.itemDescr
{
	font-size: 15;
	color: #34282C;
}

.textImg 
{
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 7px;
}

.sideBar
{
	font-size: 14;
	font-weight: bold;
	color: #34282C;
}

.sideBarLinks
{	
	font-size: 13;
	font-weight: bold;
	color: #34282C;
}

.priceForm
{
	font-size: 11;
	color: #34282C;
}

.trailerCell
{
	background-image: url('images/trailerbckgr.png');
	background-size: 100%;
}

a { text-decoration: none; color: #34282C; }
a:hover { text-decoration: underline }

.aboutDiv a
{
	 text-decoration: underline;
	 color: blue;
}

.donForm
{
	background-image: url('images/radioForm.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	padding: 15px; 
}

.featuredPage
{
	text-decoration: underline;
	color: blue;
}

.topMenu 
{
	color: white;
}

.topMenuListItem
{
	display: inline;
	padding-right: 15px;
	font-size: 12;

}

.itemImgRow
{
	max-width: 130px;
	max-height: 150px;
}

.hint 
{
	color: gray;
}

.htrack 
{
	color: #638073;
	font-size: 15px;
}

img.im_clickable:hover {
	cursor: pointer;
}

a.reg_link {
	color: blue;
	font-weight: bold;
}