html, body {margin: 0; padding: 0; border: 0;}

body {
color: #999999; 
background: #eee; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
margin: 10px 0;
}

#lacetextversion {
	position: absolute;
	left: -150px;
	top: 20px;
	font-size: 70%;
	border: 1px solid #CCC;
	padding: 3px 5px;
	text-align:left;
}

#lacetextversion a:link {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

#lacetextversion a:visited {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

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

#lacetextversion a:active {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

#laceframe {
	margin: 0 auto;
	width: 687px;
	background:  #fff url(images/border_left_right.gif);
	
}

#lacebordertop {
	width:687px;
	height: 21px;	
	background: url(images/border_top.gif) no-repeat;
}

#laceborderleft {
	width:9px;
	height: 10px;
	float:left;
}

#lacemaincontent {
	width:674px;
	float:left;
}

#lacenavflash {
	width:674px;
	float:left;
	text-align:center;
	background: url(images/kartons.gif) no-repeat right top;
}

#laceborderright {
	width:4px;
	height: 10px;
	float:right;
}

#content {
	width:674px;
	float:left;
	background: #fff url("images/dotted_line_vertical.gif") repeat-y;
	
}

#lacecontentouter {
	width:478px;
	overflow:hidden;	
	float:left;
	background: #fff;
}



#lacecolrightouter {
	width:194px;
	overflow: hidden;
	float: left;
}

#lacefooterouter {
	width:478px;
	float: left;
}

#clear_div {
	clear: both;
}


#laceborderbottom {
	width:687px;
	height:9px;	
	background:#EEEEEE url(images/border_bottom.gif) no-repeat;
}


