/*CSS PURE CANE SUGAR*/


body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	color: #333;
	background-image:url(images/mkbg2012.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	padding: 0;
	margin: 0;
}

.cornoil #container {
	font-size:16px;
	padding:0;
	margin: 0 auto;
	width:1300px;
	text-align: center;
	
}


#banner {
	
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	
	}

img {
	border:none;
	background:none;
}

h1 {
	font-weight:bold;
	font-size:24px;
}

h2 {
	font-weight:bold;
	font-size:20px;
}

h3 {
	font-weight:bold;
	font-size:16px;
}

h5 {
	font-weight:bold;
	font-size:14px;
}

a:link {
	font-size:18px;
	color: #666;
	font-weight:bold;
	text-decoration: underline;
}

a:visited {
	font-size:18px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

a:active {
	
	color: #4D011D;
	font-weight:bold;
	text-decoration: none;
}


