body {
	font-size:76.1%;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: #ecffeb url(images/bg.jpg);
	text-align:center; /*center hack*/
}

.wrap {
	margin: 0 auto;
   width: 70%;
	min-width: 750px;
	max-width: 1050px;
	_width: expression(((document.body.clientWidth)) < 750? "750px": ((document.body.clientWidth)) > 1050? "1050px": "auto" );
	text-align:left;
}

#header {
	text-align:left;
}

div#bottom {
	clear:both;
}

/* wrapper classes for shadow */
div#wrap
{
	background: #93ddcd url(images/l.jpg) 0 0 repeat-y;
}

div#wrap_r
{
	background: url(images/r.jpg) 100% 0 repeat-y;
}

div#wrapper
{
	background: url(images/fl.jpg) 0 0px no-repeat;
   padding: 7em 5em 0;
	text-align: center;
   position: relative;
   top: -48px;
}

div#header {
	background: url(images/t.jpg) 0 0 repeat-x;
}

div#header_l {
	background: url(images/tl.jpg) 0 0 no-repeat;
}

div#header_r {
	height: 48px;
	background: url(images/tr.jpg) 100% 0 no-repeat;
}

div#footer_w {
	background: url(images/b.jpg) 0 100% repeat-x;
}

div#footer_l {
	background: url(images/bl.jpg) 0 100% no-repeat;
}

div#footer_r {
	background: url(images/br.jpg) 100% 100% no-repeat;
}

div#footer
{
	text-align: center;
	height: 48px;
}

