@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
#mainContent  {
	text-align: center;
	margin-right: 200px;
	margin-left: 200px;
	padding-right: 10px;
	padding-left: 10px;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}



.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;
}

#footer {
	width: 770px;
	background-color: #FFFF00;
	font-size: 80%;
	text-align: center;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	padding: 5px;
}
#footer li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#footer ul {
	text-decoration: none;
	list-style-type: none;
	text-transform: capitalize;
	white-space: nowrap;
	display: inline;
	font-size: 70%;
}





#container  { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 


#container  #header  img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buy  {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#buy p {
	font-size: x-small;
	color: #54AEDD;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent h4 {
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: small;
	color: #999999;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}
#mainContent marquee {
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	width: 342px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar1  ul     {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1   li           {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: x-small;
	color: #000000;
	font-weight: bolder;
}
#sidebar1   h3            {
	margin: 0px;
	font-size: xx-small;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
}
.thrColFixHdr #container #mainContent h3 {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent   a:link   {
	color: #0000FF;
}
#mainContent   a:visited   {
	color: #0000FF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #0000FF;
}
#mainContent a:active {
	color: #0000FF;
}
#footer a:link {
	color: #0000FF;
	text-decoration: none;
}
#footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #0000FF;
	font-size: large;
	text-decoration: none;
}
#footer a:active {
	color: #0000FF;
	text-decoration: none;
}
