html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #680b04;
	font-family: Calibri, Arial, Sans-serif;
	font-size: 12pt;
}
a{
	border: none;
}
#prThumbs a{
	border: 1px solid black;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}
#event-table td{
	padding: 5px;
}
#event-table {
	width: 770px;
	margin-bottom: 250px;
}
#aboutDiv a:link, #aboutDiv a:visited, #aboutDiv a:hover, #aboutDiv a:active {
	color: blue;
}
#pr-nav{
	text-align: center;
}
.itemNumber{
	font-size: 10pt;
}
.description-fixed{
	width: 280px;
	float: left;
	padding: 5px; 
	background-color: #fff; 
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
.description-fixed a{
	
	color: #b12025;
}
.description-float{
	color: black;
	font-weight: bold;
	float: right;
	width: 315px;
	font-size: 10pt;
}
.grinder-float{
	float: left;
	border: 2px solid #b12025;
	margin-left: 21px;
	height: 300px;
	width: 220px;
	padding: 3px;
	text-align: center;
}
.grinder-float a {
	text-decoration: none;
	color: black;
}
#press-nav a{
	margin-left: 90px;
	font-weight: bold;
	font-size: 16pt;
}
#pagewidth
{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#leftcol
{
	width: 200px;
	float: left;
	position: relative;
}

#leftcol #navbar .navbaritem
{
	display:inline-block;
	font-size: 16pt;
	font-weight: bold;
	line-height: 22pt;
	width: 100%;
	font-family: Calibri, Arial, serif;
}

#leftcol #navbar a
{
	text-decoration: none;
}

#leftcol #navbar a:link
{
	color: White;
}

#leftcol #navbar a:visited
{
	color: White;
}

#leftcol #navbar a:hover
{
	color: Orange;
}

#maincol
{
	background-color: #fff;
	/*background-image:url('images/blossom/Blossom_Red.jpg'); background-repeat:no-repeat; background-position: 0% 320%; */
	float: right;
	display: inline;
	position: relative;
	width: 800px;
}


#content
{
	margin:15px;
}

#footer
{
	color: #FFF;
	clear: both;
	text-align: center;
	margin: 20px;
}

.formheader
{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/*printer styles*/
@media print
{
	/*hide the left column when printing*/
	#leftcol
	{
		display: none;
	}
	#twocols, #maincol
	{
		width: 100%;
		float: none;
	}
}

