body {
font-family:verdana;
font-size:11px;
color:#666666;
background-color:#FFFDE8;
text-align: center;
margin-top:1px;
}

div.header {
	height: 104px;
	background: #FFFFFF; 
	color:#ffffff; 
	text-align: left;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
 	 margin: 0;
  	padding: 0;
 	 text-align: left;
}
	
#wrapper {

	margin:0 auto;
	width:995px;
}
	
.wrap {
	float:left;
	width:995px;
	background-image:url(images/back_shadow.gif);
  	background-repeat:repeat-y;
	margin-bottom:5px;
}

.wrapTopShadow {
	float:left;
	width:995px;
	background-image:url(images/background_top.gif);
	background-repeat:no-repeat;
}

.shadowTop {
	float:left;
	width:995px;
	height:12px;
	background-image:url(images/shadow_top.gif);
	background-repeat:no-repeat;
	margin-top:0px;
}
.shadowBot {
	float:left;
	width:995px;
	height:12px;
	background-image:url(images/shadow_bot.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.holder {
	float:left;
	width:980px;
	padding:3px 0px 0px 15px;
	clear: both;
}
.header {
	width:965px;
}
