BODY {
  background: #a00000 url(christmas/site_bg.png) top left repeat-x;
  color: #000000;
  margin: 0px;
}

div.wrapper {
	background: #FFFFFF;
	margin: 20px auto 20 auto;
	width: 906px;
}

div.header {
	margin: 0 auto;
	width: 906px;
	height: 100px;
	text-align: left;
	background: url(christmas/header_top.png) top center no-repeat;
}

div.header_bar {
	width: 906px;
	height: 20px;
	text-align: left;
	background-color:#336600;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

A.headerNavigation, A:hover.headerNavigation{ 
  color: #FFFFFF; 
}

div.center_wrapper {
	background-color:#FFFFFF;
	margin-top: 3px;
	color:#e00;
	overflow: hidden;
	text-align: left;
	vertical-align:middle;	 
}

div.left_column {
	float:left;
	width:180px;
}

div.center_column {
	width:546px;
	float:left;
}

div.right_column {
	width:180px;
	float:left;
}

div.footer_bar {
	margin: 0 auto;
	width: 906px;
	height: 20px;
	text-align: left;
	vertical-align:middle;
	background-color:#336600;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight:bold;
	color:#FFFFFF;
}

div.footer {
	background: #ff0000;
	color:#FFFFFF;
	font-size:small;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
}

