@charset "utf-8";
/* CSS Document */

br.clearBoth {
	clear: both;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #CCCCCC;
  color: #00000;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#gTopAd {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}	

.gMiddleAd {
	width: 336px;
	margin-left: auto; 
	margin-right: auto;
}

#gBottomAd {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}

#mainWrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
	border: 1px solid black;
	background-color: #6699FF;
}

#headerWrapper {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto; 
	background-image: url(pictures/misc/header_2.jpg); 
	background-repeat: repeat-x;
	background-color: white;
}

#headerLogo {
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border: none;
}

#headerPhone {
	float: right;
	width: 200px;
	color: white; 
	font-size: 24px; 
	font-weight: bold;
}

#headerAdvertisers {
	width: 250px;
	float: right;
	margin-top: 5px;
	margin-right: 12px;
	color: white;
	text-align: right;
	font-size: 12px;
}

#headerHotInfo {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	min-height: 600px;
}

#RefrigerationTraining {
	text-align: left; 
	font-size: 15px;
}

#RefrigerationTraining .links {
	font-weight: bold;
}

#bottomLinks {
	text-align: center; 
	font-size: 10px;
	margin-bottom: 10px;
}

#bottomLinks a {
	color: white;
}