body {
	background: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

img {
	border: none;
	vertical-align: text-top;
}

.text_main {
	font-family: arial, helvetica, verdana;
	color: #663300;
	font-size: 12px;
}

a.link_main {
	font-family: arial, helvetica, verdana;
	color: #89051c;
	font-size: 12px;
	text-decoration: none;
}

a.link_main:hover {
	font-family: arial, helvetica, verdana;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a.link_footer {
	font-family: arial, helvetica, verdana;
	color: #666666;
	font-size: 11px;
}

a.link_footer:hover {
	font-family: arial, helvetica, verdana;
	color: #ffffff;
	font-size: 11px;
}

#container {
	width: 1024px;
	height: 736px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
	position: relative;
	/*border: 1px solid yellow;*/
}

#footer {
	font-family: arial, helvetica, verdana;
	color: #989895;
	width: 1024px;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.1;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-color: #cccc99;
	height: 33px;
	
}
	
#line_horizontal {
	position: relative;
	width: 1024px;
	padding: 0px;
	background-color: #666666;
	height: 1px;
	font-size: 1px;	
	margin: 0px auto;	
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 1px;
	padding: 0px;
}

#navbar {
	position: absolute;
	top: 180px;
	left: 345px;
}
#home {
	position: absolute;
	top: 0px;
	left: 0px;
}
#about {
	position: absolute;
	top: 0px;
	left: 83px;
}
#labels {
	position: absolute;
	top: 0px;
	left: 192px;
}
#ordering {
	position: absolute;
	top: 0px;
	left: 316px;
}
#contact {
	position: absolute;
	top: 0px;
	left: 426px;
}
#phone {
	position: absolute;
	top: 0px;
	left: 531px;
}
