@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #666633;
	background-image:url(../images/template/green_velvet_background.jpg);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}



#logo {
	background-image:url(../images/template/cenna2000_logo.jpg);
	background-repeat:no-repeat;
	width:265px;
	height:112px;
	float:left;
	position:absolute;
	z-index:200;
	left: 0px;
	top: 0px;
	visibility: visible;
}

#menuBar {
	padding-top:6px;
	position:absolute;
	top:32px;
	background-color:#CC6633;
	border-bottom-color:#CC9966;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:#CC9966;
	border-top-style:solid;
	border-top-width:2px;
	height:24px;
	width:800px;
	left: 0px;
	visibility: visible;
	z-index: 100;
}

