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

html {
	font-family: Tahoma;
	font-size: 15px;
	vertical-align: top;
	color: #363636;
}

body { 
	margin:0px; 
	padding:0px; 
	background:#444843; 
	height:100%; 
	font-size:100%;
	background: url(../images/bg.jpg) top center repeat;
}

img {
	border:0
}

.wrapper {
	width: 770px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #FFFFFF;
}

.header {
	width: 770px;
	height: 270px;
}

.menu {
	width: 770px;
	height: 38px;
}

.contents {
	width: 770px;
	padding: 30px 0px;
}

.left {
	width: 420px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.right {
	width: 270px;
	padding: 30px 20px 20px 20px;
	background: #EBEFE0;
}

.sugar {
	background: url(../images/cane_bck.jpg) no-repeat;
	height: 483px;
}

.footer { 
	height: 60px; 
	background: url(../images/footer_bg.gif) repeat-x top; 
	font-size: 14px; 
	color:#dde4cd;
	text-align:center;
	padding-top: 15px;
}

.footer a {
	color:#c3e571; 
	text-decoration:underline;
}

.footer a:hover {
	text-decoration:none;
}

h1 {
	color: #016701;
	font-size: 18px;
	font-weight: bold;
}

