@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.thrColFix #container {
	width: 825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/tile_back.gif);
} 
.thrColFix #sidebarL {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFix #sidebarR {
	float: right; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.thrColFix #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 30px;
	padding-top: 10px;
	margin-left: 150px;
	width: 520px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.thrColFix #otm_mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 25px;
	padding-top: 30px;
	margin-left: 60px;
	width: 610px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #666666;
}
.greybox {
	background-color: #666666;
	text-align: center;
	border: thin groove #333333;
	margin-top: 15px;
	height: 55px;
	padding: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.leftimages {
	float: right;
	width: 75px;
	margin-top: 3px;
}
.Footer {
	padding: 10px;
	clear: both;
	margin-top: 10px;
}
#TopNav {
	top:20px;
	width:560px;
	height:135px;
	background-image: url(Images/backgradient.jpg);
	padding: 0 0 0 0;
	position: relative;
	margin-left: 48px;
}
#MiddleAds {
	padding-top: 20px;
	text-align: center;
	clear: none;
	float: none;
}
#Notice {
	text-align: center;
	position: static;
	left: 0px;
	top: 75px;
	width: 495px;
	visibility: visible;
	overflow: auto;
	margin-top: 10px;
	margin-left: 12px;
	padding: 0px;
	z-index: 9;
}
#MiddleAds {
	text-align: center;
	padding: 0px;
	top: auto;
	float: none;
	width: auto;
}
.Specials {
	padding: 0px 25px 0px 25px;
	border: solid;
	border-width: 1px;
}
.SubscribeButton { margin-top: 3px;
}

