body {
	background: #000;
}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	height: 782px;  /* real browsers */
	/*height: 100%;  IE6: same as min-height*/
	background: #fff;
	margin-top: 15px;
	margin-bottom: 20px;
	/*text-align: left;For IE */ 
}


#leftCol {
	width: 50px;
	height: 100%;
	float: left;
	background: #c30506;
}

#header {
	width: 400px;
	height: 236px;
	float: right;
	background: #fff url("../images/rdLOGOweb.jpg");
}

#top {
	width: 400px;
	height: auto;
	float: right;
	background: #fff;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

#suppliers {
	width: 400px;
	height: auto;
	float: right;
	background: #fff;
	padding: 15px 0px 15px 0px;
}

#suppliers ul {
	list-style-type: none;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color:#000;
}

#bottom {
	width: 400px;
	height: auto;
	float: right;
	background: #fff;
	border-top: 1px #000 solid;
}


.generalBlackCenter {
	font: 15px/17px Arial, Helvetica, sans-serif;
	color:#C00;
	margin: 25px 15px 30px 15px;
	text-align: center;
}

a {text-decoration: none;}

a:link {color: #333;}

a:visited {color:#333;}

a:active {color:#000;}

a:hover {color:#C00;;
background-color:#000;
}
