@CHARSET "UTF-8";

#header, #menu, #main, #footer{
   margin:0px auto;
   clear:both;
   width:1024px;
   padding:0;
}

#header{
   position:relative;
   height:125px;
}

#menu{
   height:30px;
}

#meta{
	height:auto;
	width:auto;
	z-index: 502;
	top:5px;
	left:5px;
	position:absolute;
	background:white;
	border:#6bc8f3 solid 3px;
}

#main{
   position:relative;
   padding:25px 0 55px;
}

#footer{
   height:140px;
   font-size:smaller;
}

#floater{
	display:none;
	position:absolute;
	top:40px;
	right:40px;
	background:#004040;
	border:white outset 3px;
	padding:  0 30px 30px;;
}

#cart{
	position:absolute;
	top:0px; right:0px;
	width:345px; height:125px;
	  color:#004040;
	  font-size:10pt;
	  font-weight:bold;
	  text-decoration:none;
	  text-align:right;
}