body {
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 12px;
  background-color: #ffe; 
  margin: 0 auto;
}

#header {}
.top { margin-top: 10px; margin-bottom: 10px;}

#publicity { margin: 10px 10px 20px 10px; }

#skyscrapperLeft { position: static; float: left; width: 120px; background-color: #eee; margin-left: 30px; margin-right: 30px; }
#content { position: static; float: left; width: 650px; margin-bottom: 10px; }
#skyscrapperRight { position: static; float: left; width: 160px; background-color: #eee; margin-right: 10px; }

#offerContent { 
	width: 530px; 
	border-width: 3px 3px 3px 3px; 
	border-color: #FF9900; 
	border-style:solid;
	padding: 2px 10px 2px 10px;
	background-color: #fff;
	margin: 0 auto;
}


#offerContent { 
	width: 530px; 
	border-width: 3px 3px 3px 3px; 
	border-color: #FF9900; 
	border-style:solid;
	padding: 2px 10px 2px 10px;
	background-color: #fff;
	margin: 0 auto;
}
.gray { text-align:left; color:#999999; }
#offerShadow { 
  width: 610px; 
  background-color: #ccc; 
}
#offerPage {
	position: relative;
	width: 100%;
	top: -10px;
	left: -10px;
	width: 570px; 
    background-color: #fff; 
    padding: 20px; 
    border-color: #000; 
    border-style: solid; 
    border-width: 1px;
    margin: 0 auto;
}

#outOfDate {
	position: static;
	height: 60px; 
	line-height: 30px;
	border-color: red;  
	border-style: solid; 
	border-width: 3px ; 
	text-align: center;
	font-size: 18px;
	color: red;
	background-color: #FFDFDF;
}

#footer {
	position: static;
	clear: both;
	height: 20px; 
	line-height: 20px;
	border-color: gray;  
	border-style: solid; 
	border-width: 1px 0px 1px 0px ; 
	margin-top: 10px; 
	margin-bottom: 10px;
}
.footer_text {	
	margin: 0 auto; 
	font-size: 10px; 
	text-align: center;
}
a {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-decoration:none;
}
.a_www {
	font-size: 12px;
	font-weight: bold;
	color: #999900;
	text-transform: uppercase;
}
.a_footer { color: blue;}

table {
	padding: 0px 0px 0px 0px;
	width: 100%;
}