@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-image: url(back2.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 926px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
.oneColFixCtrHdr #container #header #navigation {
	height: 42px;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: -13px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCC;
}
.logos {
	text-align: center;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: thin solid #999;
}
.eventscolun {
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 175px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #D8440E;
	border-right-color: #D8440E;
	border-bottom-color: #D8440E;
	border-left-color: #D8440E;
}
.eventscolun h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.productscolumn {
	text-align: center;
	padding: 5px;
	width: 157px;
}
.oneColFixCtrHdr #container #mainContent #mainContentinner table tr .productscolumn h1 {
	background-color: #D8440E;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.centercontent {
	padding-right: 5px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #mainContentinner table tr .centercontent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}
.eventscolun h2 {
	font-weight: bold;
	color: #666;
	font-size: 16px;
}
.eventscolun .date {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.eventname {
	font-weight: bold;
	color: #009;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContentinner {
	background: #FFFFFF;
	margin-top: 20px;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #666;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #mainContentinner table tr .eventscolun h3 a {
	color: #009;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #mainContentinner table tr .centercontent ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent #mainContentinner table tr .productscolumn p a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #mainContent #mainContentinner a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.remotephoto {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
}
